summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorckath2019-08-31 21:15:10 +0200
committerckath2019-08-31 21:15:10 +0200
commit03d5e79e6754622280926b31911dd58e4947f373 (patch)
tree5dfb9e7ded5af15e2d057117dd24d5ad3b1136b8
parentf13bd36c6c8714179e652299697e36f3d91402a5 (diff)
downloadaur-03d5e79e6754622280926b31911dd58e4947f373.tar.gz
let source name be whatever
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a003044663f..e5f58cefcff8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = fuf
optdepends = w3m: image previews
provides = fuf
conflicts = fuf-git
- source = fuf::https://github.com/Ckath/fuf/archive/v0.1.tar.gz
+ source = https://github.com/Ckath/fuf/archive/v0.1.tar.gz
md5sums = b71cc7ddbe66bc675a4e5738edfc410a
pkgname = fuf
diff --git a/PKGBUILD b/PKGBUILD
index 54a5bed57f73..6fb1e32ab50c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ optdepends=('w3m: image previews')
conflicts=('fuf-git')
provides=('fuf')
install=fuf.install
-source=("$pkgname::https://github.com/Ckath/fuf/archive/v$pkgver.tar.gz")
+source=("https://github.com/Ckath/fuf/archive/v$pkgver.tar.gz")
md5sums=('b71cc7ddbe66bc675a4e5738edfc410a')
build() {