summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbrainfucksec2018-02-19 08:59:32 +0100
committerbrainfucksec2018-02-19 08:59:32 +0100
commitbf56cdf21ca01f6a4b183b6f6d0becb04002cb23 (patch)
treefd3a3e9136c5b61e0149b44ce4801a99a86b9e03 /PKGBUILD
parentee76ae11eaf480153d8acd43a448c5b17ea4156e (diff)
downloadaur-bf56cdf21ca01f6a4b183b6f6d0becb04002cb23.tar.gz
version 1.12.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {