diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-01-24 16:38:38 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-01-24 16:38:38 +0100 |
commit | cf3615073538e94f81acfbf5a603df84e1aa4512 (patch) | |
tree | 3779ccdb826d00501f6a588bf999100900be89dd /main/nettle | |
parent | 03abb10bc084244521e6cce87b40f61042c6c412 (diff) | |
download | aports-cf3615073538e94f81acfbf5a603df84e1aa4512.tar.bz2 aports-cf3615073538e94f81acfbf5a603df84e1aa4512.tar.xz |
main/nettle: remove unwanted bracket
Diffstat (limited to 'main/nettle')
-rw-r--r-- | main/nettle/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/nettle/APKBUILD b/main/nettle/APKBUILD index fa2bb11e27..36f36a21d5 100644 --- a/main/nettle/APKBUILD +++ b/main/nettle/APKBUILD @@ -12,7 +12,7 @@ depends_dev="gmp-dev m4" makedepends="$depends_dev" install="" subpackages="$pkgname-dev $pkgname-doc $pkgname-utils" -source="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz" +source="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz nettle-2.4-makefile.patch" _builddir="$srcdir"/$pkgname-$pkgver |