summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 298994e9c459..acecc07d83a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = archtorify-git
pkgdesc = Transparent proxy through Tor for Arch Linux
pkgver = 1.12.0
- pkgrel = 9
+ pkgrel = 10
url = https://github.com/brainfucksec/archtorify/
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 78e764343073..e49c45063ccb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_gitname=archtorify
pkgname=archtorify-git
pkgver=1.12.0
-pkgrel=9
+pkgrel=10
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 $pkgname
- git describe --tags --long | sed -r -e 's,^[^0-9]*,,;s,([^-]*-g),r\1,;s,[-_],.,g'
+ cd "$_gitname"
+ git describe --always | sed 's|-|.|g'
}
package() {