summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornick2023-01-11 11:35:23 +0100
committernick2023-01-11 11:35:23 +0100
commit9f7257fe7b1d4fbacead18d86c80dba42bbcf515 (patch)
tree5160dcfe8c4b7ad8558d46e21b8837cad219c917 /PKGBUILD
parent1e0352b6bade1181974d84830c4cca3501cdbd07 (diff)
downloadaur-9f7257fe7b1d4fbacead18d86c80dba42bbcf515.tar.gz
remove `url` var from source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b103be133624..2b16ae3432ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('coreutils' 'findutils' 'grep' 'man-pages' 'pass' 'tcl' 'util-linux' 'w
optdepends=(
'wtype: type support'
'pass-otp: OTP support')
-source=("git+${url}.git")
+source=("git+https://github.com/TinfoilSubmarine/wofi-pass.git")
sha512sums=('SKIP')
pkgver() {