summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorminus2017-10-29 14:37:42 +0100
committerminus2017-10-29 14:37:42 +0100
commit4729f6130b82c91b38369c0b4de051a035879c22 (patch)
tree552985e7003b760fcf2c8476eb9ac1695095d0d4 /PKGBUILD
parentc88a0a5c329322421eeb02b188d31d5e8d60aa49 (diff)
downloadaur-4729f6130b82c91b38369c0b4de051a035879c22.tar.gz
Update to 0.1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d6cb3436914..a807c56cc5a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: pandan <predrg@gmail.com>
pkgname=webdis
-pkgver=0.1.1
+pkgver=0.1.3
pkgrel=1
pkgdesc='REST server for Redis data'
arch=('x86_64' 'i686')
@@ -11,7 +11,7 @@ license=('BSD')
depends=('redis' 'libevent' 'jansson')
makedepends=('git')
install='webdis.install'
-source=('webdis::git://github.com/nicolasff/webdis.git#tag=0.1.1'
+source=("webdis::git://github.com/nicolasff/webdis.git#tag=$pkgver"
'webdis.service'
'webdis.logrotate')
sha256sums=('SKIP'