summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e70fc9eaf697..92abff69af20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = httplab
provides = httplab
conflicts = httplab
replaces = httplab
- source = httplab::https://github.com/gchaincl/httplab/releases/download/v0.4.0/httplab_{0.4.0}_linux_amd64.tar.gz
+ source = httplab::https://github.com/gchaincl/httplab/releases/download/v0.4.0/httplab_0.4.0_linux_amd64.tar.gz
md5sums = 0b00487b6d52c67713170dc3fa868a08
pkgname = httplab
diff --git a/PKGBUILD b/PKGBUILD
index d9032efba271..9e5d72cddabb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ provides=('httplab')
conflicts=('httplab')
replaces=('httplab')
install=
-source=("$pkgname"::"https://github.com/gchaincl/httplab/releases/download/v${pkgver}/httplab_{$pkgver}_linux_amd64.tar.gz")
+source=("$pkgname"::"https://github.com/gchaincl/httplab/releases/download/v${pkgver}/httplab_${pkgver}_linux_amd64.tar.gz")
md5sums=(
'0b00487b6d52c67713170dc3fa868a08'
)