summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUncle Hunto2015-08-14 11:57:17 -0700
committerUncle Hunto2015-08-14 11:57:17 -0700
commit6e8171413503afd0ac27f9060b657438af528586 (patch)
tree218f8aa21a63e1fa3a021f002db4b92a5cb95475
parent1fa2b31664065387a26a040c29652a645fa98a53 (diff)
downloadaur-6e8171413503afd0ac27f9060b657438af528586.tar.gz
Fixed pkgver
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13d5719aa7a5..d95a8acbe8bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = airvpn-bin
pkgdesc = AirVPN client "Eddie", stable version. Based on OpenVPN and operated by activists and hacktivists in defense of net neutrality, privacy and against censorship.
pkgver = 2.9.2
- pkgrel = 1
+ pkgrel = 2
url = https://airvpn.org/linux/
install = airvpn.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index c225c8ed5a79..213ea37c4698 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=airvpn-bin
pkgver=2.9.2
_version=${pkgver%.*}
-pkgrel=1
+pkgrel=2
pkgdesc='AirVPN client "Eddie", stable version. Based on OpenVPN and operated by activists and hacktivists
in defense of net neutrality, privacy and against censorship.'
arch=('i686' 'x86_64')