Date: Wednesday, April 19, 2023 @ 15:46:29
  Author: felixonmars
Revision: 1447459

fix source filename

Modified:
  python-sentinels/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-19 15:45:48 UTC (rev 1447458)
+++ PKGBUILD    2023-04-19 15:46:29 UTC (rev 1447459)
@@ -10,7 +10,7 @@
 depends=('python')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/vmalloc/sentinels/archive/$pkgver.tar.gz";)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vmalloc/sentinels/archive/$pkgver.tar.gz";)
 
sha512sums=('80f5bc13eb902f7e8cba5a227eae3c92187d4d3203493e3e507998338c726985fe3b121e352a4235d5975bf19c3643b8120c1d15756768c268406689c2fc5489')
 
 build() {

Reply via email to