diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-06-18 23:35:08 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-06-18 23:35:08 +0200 |
commit | 9facde352ebaea3177cc9ac8316512967491b138 (patch) | |
tree | 27287b6db80eeacf3404e4e6bfef79d2be56fd4c /testing/php-pear-auth_sasl2 | |
parent | 063d27063b8c007c60346289502a29a399d21cdd (diff) | |
download | aports-9facde352ebaea3177cc9ac8316512967491b138.tar.bz2 aports-9facde352ebaea3177cc9ac8316512967491b138.tar.xz |
testing/php-pear-auth_sasl2: avoid source tarball name clash
Diffstat (limited to 'testing/php-pear-auth_sasl2')
-rw-r--r-- | testing/php-pear-auth_sasl2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php-pear-auth_sasl2/APKBUILD b/testing/php-pear-auth_sasl2/APKBUILD index 3c80c597ef..7b966d6420 100644 --- a/testing/php-pear-auth_sasl2/APKBUILD +++ b/testing/php-pear-auth_sasl2/APKBUILD @@ -13,7 +13,7 @@ depends_dev="" makedepends="$depends_dev php-pear" install="" subpackages="" -source="http://download.pear.php.net/package/$_pkgreal-$pkgver.tgz" +source="$pkgname-$pkgver.tgz::http://download.pear.php.net/package/$_pkgreal-$pkgver.tgz" _builddir="$srcdir"/$_pkgreal-$pkgver |