summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2023-01-04 17:29:04 +0900
committerAdriĆ  Arrufat2023-01-04 17:29:04 +0900
commite5ef0bfe83d1f743397d700b75d73498a46a390a (patch)
tree09c8dc50fb7e049d3208e5b8c4a88711c9245b07 /PKGBUILD
parent454239f1e969ca43c3c9225ca591ed0e8da7e503 (diff)
downloadaur-pdftag.tar.gz
Fix source array in PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a600378e7938..47735fb266d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ license=(GPL3)
depends=(poppler-glib gtk3)
makedepends=(git vala meson)
_commit=3c1d224634e87ded61d70e11fdb4c567f4ca6acb
-source=("git://github.com/arrufat/pdftag.git#commit=$_commit")
+source=("git+https://github.com/arrufat/pdftag.git#commit=$_commit")
md5sums=('SKIP')
pkgver() {