diff --git a/python-inifile/.SRCINFO b/python-inifile/.SRCINFO index 665b2614b..a7ff01413 100644 --- a/python-inifile/.SRCINFO +++ b/python-inifile/.SRCINFO @@ -1,14 +1,14 @@ pkgbase = python-inifile pkgdesc = Ini file library for Python. pkgver = 0.4.1 - pkgrel = 3 + pkgrel = 4 url = https://github.com/mitsuhiko/python-inifile arch = any license = BSD makedepends = python-setuptools depends = python options = !emptydirs - source = https://github.com/mitsuhiko/python-inifile/archive/refs/tags/0.4.1.tar.gz + source = python-inifile-0.4.1.tar.gz::https://github.com/mitsuhiko/python-inifile/archive/refs/tags/0.4.1.tar.gz sha256sums = 3c411ad4454591df3bd07ca3b6c86a20a51480a0225bbebd2162eece3db63e8b pkgname = python-inifile diff --git a/python-inifile/PKGBUILD b/python-inifile/PKGBUILD index a901fe5b3..2f49c7b09 100644 --- a/python-inifile/PKGBUILD +++ b/python-inifile/PKGBUILD @@ -3,7 +3,7 @@ pkgname=python-inifile _pkgname=python-inifile pkgver=0.4.1 -pkgrel=3 +pkgrel=4 pkgdesc="Ini file library for Python." arch=(any) url="https://github.com/mitsuhiko/python-inifile" @@ -11,7 +11,7 @@ license=('BSD') depends=(python) makedepends=(python-setuptools) options=(!emptydirs) -source=("https://github.com/mitsuhiko/$_pkgname/archive/refs/tags/$pkgver.tar.gz") +source=("$pkgname-$pkgver.tar.gz::https://github.com/mitsuhiko/$_pkgname/archive/refs/tags/$pkgver.tar.gz") sha256sums=("3c411ad4454591df3bd07ca3b6c86a20a51480a0225bbebd2162eece3db63e8b") package() {