summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acecc07d83a3..06563758cc7b 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 = 10
+ pkgrel = 11
url = https://github.com/brainfucksec/archtorify/
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index e49c45063ccb..0f21277ed82e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_gitname=archtorify
pkgname=archtorify-git
pkgver=1.12.0
-pkgrel=10
+pkgrel=11
pkgdesc="Transparent proxy through Tor for Arch Linux"
arch=('any')
url="https://github.com/brainfucksec/archtorify/"
@@ -14,11 +14,6 @@ makedepends=('git')
source=("git+https://github.com/brainfucksec/${_gitname}/")
md5sums=('SKIP')
-pkgver() {
- cd "$_gitname"
- git describe --always | sed 's|-|.|g'
-}
-
package() {
cd "$_gitname"