diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-11-20 07:33:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-11-20 10:27:32 +0000 |
commit | 578cf2bf58cbf5f9b1111115da3232f4de9fb4b0 (patch) | |
tree | 7f83a533918a945a4d7b50553945835d841c24e4 /testing/aha/APKBUILD | |
parent | 02e5f36b567e42588998169eb9685423aa95b224 (diff) | |
download | aports-578cf2bf58cbf5f9b1111115da3232f4de9fb4b0.tar.bz2 aports-578cf2bf58cbf5f9b1111115da3232f4de9fb4b0.tar.xz |
testing/aha: fix it so it actually builds
Diffstat (limited to 'testing/aha/APKBUILD')
-rw-r--r-- | testing/aha/APKBUILD | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/testing/aha/APKBUILD b/testing/aha/APKBUILD index b51b053c4b..a5156a56fe 100644 --- a/testing/aha/APKBUILD +++ b/testing/aha/APKBUILD @@ -12,11 +12,9 @@ depends_dev="" makedepends="$depends_dev" install="" subpackages="$pkgname-doc" -source="http://ftp.de.debian.org/debian/pool/main/a/aha/${pkgname}_$pkgver.orig.tar.gz - 0001-Fix-several-hyphen-used-as-minus-sign-issues-in-the-.patch - 0001-Honor-common-compiler-and-linker-flags.patch" +source="http://ftp.de.debian.org/debian/pool/main/a/aha/${pkgname}_$pkgver.orig.tar.gz" -_builddir="$srcdir"/$pkgname-$pkgvers +_builddir="$srcdir"/$pkgname-$pkgver prepare() { local i cd "$_builddir" @@ -40,12 +38,6 @@ package() { "$pkgdir"/usr/share/man/man1/aha.1 || return 1 } -md5sums="97a9266932e84694d8afa79a27b49835 aha_0.4.6.1.orig.tar.gz -1105a981ee4973945c2000874eeb289b 0001-Fix-several-hyphen-used-as-minus-sign-issues-in-the-.patch -71425c7044c709848606054578f730da 0001-Honor-common-compiler-and-linker-flags.patch" -sha256sums="799af2006523ad33ac3c9cc352701b4651d0e38395174f4a7c9d259cb31ce4e1 aha_0.4.6.1.orig.tar.gz -f600098eaa513502bd50b05a8a35fab06f0d064b50983fe297a7323964a82933 0001-Fix-several-hyphen-used-as-minus-sign-issues-in-the-.patch -72370b25b77b164eacdd748540718cbdbfbe0acf4c895a13f088071828dcefb2 0001-Honor-common-compiler-and-linker-flags.patch" -sha512sums="5db2f22ee7a48c79a8e2556d66dbb8b5d1c5871f7e26deb7e1970e93d4422add8b12a6fa8aef381458af51a100e4572ab704329182eec2613d3fce4fd2971b5d aha_0.4.6.1.orig.tar.gz -4b6210d5c7a12572e0d62b416086a2ebcb5e9bfa900f5a1c7b19d9c76ce0b55403e4629a753b416d5f01031ead4ec5519ec930f72aa55a25dacc18e9001cb181 0001-Fix-several-hyphen-used-as-minus-sign-issues-in-the-.patch -c25e540d5627a01b3e195ceee50b9f33dab9937f5900b8e1807d0b9563aff2259867c4cd74c4a91491e615de6b6666318cc5e60178d81431dbf52b45b6d34874 0001-Honor-common-compiler-and-linker-flags.patch" +md5sums="97a9266932e84694d8afa79a27b49835 aha_0.4.6.1.orig.tar.gz" +sha256sums="799af2006523ad33ac3c9cc352701b4651d0e38395174f4a7c9d259cb31ce4e1 aha_0.4.6.1.orig.tar.gz" +sha512sums="5db2f22ee7a48c79a8e2556d66dbb8b5d1c5871f7e26deb7e1970e93d4422add8b12a6fa8aef381458af51a100e4572ab704329182eec2613d3fce4fd2971b5d aha_0.4.6.1.orig.tar.gz" |