diff options
-rw-r--r-- | main/patch/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/patch/APKBUILD b/main/patch/APKBUILD index c06c53ddb..b5957fec2 100644 --- a/main/patch/APKBUILD +++ b/main/patch/APKBUILD @@ -1,17 +1,17 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=patch -pkgver=2.6.1 -pkgrel=3 +pkgver=2.7 +pkgrel=0 pkgdesc="Utility to apply diffs to files" url="http://www.gnu.org/software/patch/patch.html" arch="all" license='GPL' depends= -source="ftp://ftp.gnu.org/gnu/patch/patch-2.6.tar.bz2" +source="ftp://ftp.gnu.org/gnu/patch/patch-$pkgver.tar.bz2" subpackages="$pkgname-doc" install= -_builddir="$srcdir"/$pkgname-2.6 +_builddir="$srcdir"/$pkgname-$pkgver build() { cd "$_builddir" @@ -25,4 +25,4 @@ package() { make prefix="$pkgdir"/usr mandir="$pkgdir"/usr/share/man install } -md5sums="5729b1430ba6c2216e0f3eb18f213c81 patch-2.6.tar.bz2" +md5sums="1f3a075ea06705f194a2a4ce7045f072 patch-2.7.tar.bz2" |