summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-12-05 07:51:35 +1000
committerMark Blakeney2022-12-05 07:51:35 +1000
commitacd0eb070fe725c7ea062ed0399aba72d403fee4 (patch)
treedf99049cb0ed8b5c14ce162a82556d08dbb17357
parente4b472acce0cc5e5afbf98962a579ef9b6aaa613 (diff)
downloadaur-acd0eb070fe725c7ea062ed0399aba72d403fee4.tar.gz
Cosmetic improvement to PKGBUILD
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 72ef88648dca..d97e1f803b07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ url="https://github.com/py-pdf/$_name"
license=(BSD)
depends=(python)
makedepends=(python-setuptools python-build python-installer python-wheel python-flit-core)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/py-pdf/$_name/archive/$pkgver.tar.gz")
+source=($pkgname-$pkgver.tar.gz::"$url/archive/$pkgver.tar.gz")
sha256sums=('06c56b265e1e893b89ddbfbdab27c4125efd3901eb094242a137ec40f2efb69c')
build() {