[arch-commits] Commit in python-hexdump/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Wed Nov 4 17:34:36 UTC 2015


    Date: Wednesday, November 4, 2015 @ 18:34:35
  Author: anthraxx
Revision: 145991

using pkgbase for filename instead of pkgname

Modified:
  python-hexdump/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-04 17:29:25 UTC (rev 145990)
+++ PKGBUILD	2015-11-04 17:34:35 UTC (rev 145991)
@@ -13,7 +13,7 @@
 license=('Public Domain')
 makedepends=('python' 'python2')
 checkdepends=('python-tox')
-source=(${pkgname}-${pkgver}.tar.bz2::https://bitbucket.org/techtonik/${_pyname}/get/${pkgver}.tar.bz2)
+source=(${pkgbase}-${pkgver}.tar.bz2::https://bitbucket.org/techtonik/${_pyname}/get/${pkgver}.tar.bz2)
 sha512sums=('1739a050ccea46b8568cf624d4cf32d7205e52b06b43ce196e53528e202516e727498029ebb0e2a4cdce27332b4989e26a6b9e3c49cbce7ab4497dad410131ee')
 
 prepare() {



More information about the arch-commits mailing list