diff options
Diffstat (limited to 'testing/rinse/APKBUILD')
-rw-r--r-- | testing/rinse/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/testing/rinse/APKBUILD b/testing/rinse/APKBUILD index dd52b058a1..4f2e3de8b6 100644 --- a/testing/rinse/APKBUILD +++ b/testing/rinse/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=rinse pkgver=2.0 -pkgrel=1 +pkgrel=2 pkgdesc="RPM chroot bootstrapping tool" url="http://www.steve.org.uk/Software/rinse/" arch="noarch" @@ -12,7 +12,8 @@ depends_dev="" makedepends="$depends_dev gzip coreutils" install="" subpackages="$pkgname-doc" -source="http://www.steve.org.uk/Software/rinse/rinse-$pkgver.tar.gz" +source="http://www.steve.org.uk/Software/rinse/rinse-$pkgver.tar.gz + rinse-posix-cpio-use.patch" _builddir="$srcdir"/rinse-$pkgver prepare() { @@ -34,4 +35,5 @@ package() { make PREFIX="$pkgdir" install || return 1 } -md5sums="ccae96895b413bb1040a86d17bec4b06 rinse-2.0.tar.gz" +md5sums="ccae96895b413bb1040a86d17bec4b06 rinse-2.0.tar.gz +6761f834b3f50bded544021ccb90c700 rinse-posix-cpio-use.patch" |