summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJose Lopes2024-01-14 21:05:40 +0000
committerJose Lopes2024-01-14 21:05:40 +0000
commit5adba72c48b27122b471a787817a6de9869fee5d (patch)
tree15b4067316e035b0c5a5e67e868a8ffd4f2212b2 /PKGBUILD
parent4235e38187bc7b942e22683cf7c5cabee1ee51ee (diff)
downloadaur-5adba72c48b27122b471a787817a6de9869fee5d.tar.gz
update source package names. setuptools removed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd4f364273dc..aeebbd91d86c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=python3-application
_pkgver=release-3.0.6
pkgname=python-application
pkgver=3.0.6
-pkgrel=1
+pkgrel=2
pkgdesc="Basic building blocks for Python applications"
license=('LGPL-2.1+')
arch=('aarch64' 'x86_64')
@@ -14,7 +14,7 @@ depends=('python' 'python-zope-interface')
conflicts=('python3-application')
provides=('python3-application')
replaces=('python3-application')
-source=("https://github.com/AGProjects/${_pkgname}/archive/${_pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/AGProjects/${_pkgname}/archive/${_pkgver}.tar.gz")
sha512sums=('854c72d50d6f06b327e6fc501bf1dfbbf8ca09c72a4c658cb4be2489e9071fe88e28c240b5e052146197fba5b313e911967fcd5cc54cdedde4b3c0253863656a')
prepare() {