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

Anatol Pomozov anatolik at archlinux.org
Sun Apr 26 07:30:27 UTC 2020


    Date: Sunday, April 26, 2020 @ 07:30:27
  Author: anatolik
Revision: 621518

FS#66401: fix download path

Modified:
  python-thrift/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-26 06:27:12 UTC (rev 621517)
+++ PKGBUILD	2020-04-26 07:30:27 UTC (rev 621518)
@@ -9,7 +9,7 @@
 url='https://thrift.apache.org/'
 depends=(python)
 makedepends=(python-setuptools)
-source=(thrift-$pkgver.zip::https://github.com/apache/$_pkgname/archive/$pkgver.zip)
+source=(thrift-$pkgver.zip::https://github.com/apache/thrift/archive/$pkgver.zip)
 sha256sums=('4ed6254847b9c632fb64e5ba700a4cefa441af2b53bfc6ff91206fe5771be74f')
 
 check() {



More information about the arch-commits mailing list