backup: Remove local patch and fetch it from upstream

* Upstream already applied the patch we have locally,
  4c01c5b6f0
* Remove it, and update the recipe to fetch that commit (it is the next
  commit after what was currently being fetched).
This commit is contained in:
Chirayu Desai
2014-12-03 12:06:02 +00:00
parent 56677611c4
commit f6a29eb96d
2 changed files with 2 additions and 16 deletions

View File

@@ -5,8 +5,8 @@ A backup application for Haiku.
COPYRIGHT="2013 Alexander von Gluck IV"
LICENSE="MIT"
HOMEPAGE="https://github.com/kallisti5/backup"
SRC_URI="git+https://github.com/kallisti5/backup#34e156f64d"
REVISION="2"
SRC_URI="git+https://github.com/kallisti5/backup#4c01c5b6f0"
REVISION="3"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
@@ -25,8 +25,6 @@ BUILD_PREREQUIRES="
cmd:make
cmd:mkdepend
"
PATCHES="backup-0.0.1.patch"
BUILD()
{