summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGustavo Chain2017-10-31 12:03:04 +0100
committerGustvo Chain2018-07-31 09:26:26 +0200
commit27f356a329d648a4ce5c6db46f7aacc35b184b25 (patch)
treeecd824b52a7449975deabdcda6dd60d15ecd1237 /PKGBUILD
parent76e3466761651d3a8e088d4d59ac2321082e3348 (diff)
downloadaur-27f356a329d648a4ce5c6db46f7aacc35b184b25.tar.gz
Update to v0.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09aa768f5d35..27a99694e713 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@ pkgdesc="The interactive web server"
arch=(x86_64)
url="http://github.com/gchaincl/httplab"
license=('MIT')
-makedepends=('wget tar gzip')
+makedepends=('wget' 'tar' 'gzip')
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'
)