Date: Monday, May 25, 2020 @ 15:37:25
  Author: kgizdov
Revision: 634577

fix source file

Modified:
  python-xxhash/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-25 15:37:12 UTC (rev 634576)
+++ PKGBUILD    2020-05-25 15:37:25 UTC (rev 634577)
@@ -3,7 +3,7 @@
 _pyname=xxhash
 pkgname=python-${_pyname}
 pkgver=1.4.3
-pkgrel=3
+pkgrel=4
 pkgdesc='Python binding for xxHash'
 arch=('x86_64')
 url="https://github.com/ifduyue/${pkgname}";
@@ -10,7 +10,7 @@
 depends=('python' 'xxhash')
 makedepends=('python-setuptools')
 license=('BSD')
-source=("${pkgname}-${pkgver}::https://github.com/ifduyue/${pkgname}/archive/v${pkgver}.tar.gz";)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ifduyue/${pkgname}/archive/v${pkgver}.tar.gz";)
 
sha512sums=('e044e3db0f532b80fcb822987255e960de7b232593bdd1dead508d3c448abb12bfeb3d6798364ea7f716151a73e2c3928267d4ef96860be9d34775181f3da339')
 
 prepare() {

Reply via email to