summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfea0e4969e9..bcce7abf35ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = archtorify-git
pkgdesc = Transparent proxy through Tor for Arch Linux
- pkgver = 1.11.0
- pkgrel = 7
+ pkgver = 1.12.0
+ pkgrel = 8
url = https://github.com/brainfucksec/archtorify/
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 596e22cd446f..907e0e0e8ba3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_gitname=archtorify
pkgname=archtorify-git
-pkgver=1.11.0
-pkgrel=7
+pkgver=1.12.0
+pkgrel=8
pkgdesc="Transparent proxy through Tor for Arch Linux"
arch=('any')
url="https://github.com/brainfucksec/archtorify/"
@@ -15,8 +15,8 @@ source=("git+https://github.com/brainfucksec/${_gitname}/")
md5sums=('SKIP')
pkgver() {
- cd "$_gitname"
- git describe --always | sed 's|-|.|g'
+ cd "$pkgname"
+ git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
package() {