Date: Wednesday, April 19, 2023 @ 15:47:08
  Author: felixonmars
Revision: 1447460

fix source filename

Modified:
  python-editor/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-19 15:46:29 UTC (rev 1447459)
+++ PKGBUILD    2023-04-19 15:47:08 UTC (rev 1447460)
@@ -11,7 +11,7 @@
 license=('Apache')
 depends=('python')
 makedepends=('python-setuptools')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/fmoo/python-editor/archive/${pkgver}.tar.gz)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fmoo/python-editor/archive/${pkgver}.tar.gz)
 sha256sums=('61a4758919668b8ffe5eb389a86a4c2e8c2f789c02b9c6aee0ddf3c4ebfe3fd3')
 
sha512sums=('2a01ffa5967be31ec425ddb9cd2c57f327b61547f011e1510005a7b6cab30ba01fe81e18cb38e7c4f39796350701997d11a5059568b987355878671a5299eaf5')
 

Reply via email to