summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgilcu32018-08-29 20:49:28 +0300
committergilcu32018-08-29 20:55:48 +0300
commit66c1375d36a6042845b7f561c45f54eec796479f (patch)
tree19f74a5174917ed6972b998be243b1dd7fa8d62b
parentb5dd398c6604b3311cd86aeb0048fe51af0dffeb (diff)
downloadaur-66c1375d36a6042845b7f561c45f54eec796479f.tar.gz
update PKGBUILD version, fixed error in config file preservation
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1aafb82e7256..713ba2202d4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = redsocks2-git
pkgdesc = redsocks2 adapted to compile with openssl 1.0
- pkgver = 0.66.r17.g56015a6
+ pkgver = 0.66.r39.gc9618cd
pkgrel = 1
url = https://github.com/semigodking/redsocks
install = redsocks2.install
@@ -13,6 +13,7 @@ pkgbase = redsocks2-git
conflicts = redsocks
backup = etc/conf.d/redsocks2
backup = etc/iptables/redsocks2.rules
+ backup = etc/redsocks2.conf
source = redsocks2-git::git+https://github.com/gilcu3/redsocks.git
source = redsocks2.tmpfiles
source = redsocks2.rules
diff --git a/PKGBUILD b/PKGBUILD
index 12935d0a9ea2..07a9c3f76a28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Submitter: fluffylime <fluffylime@gmail.com>
pkgname=redsocks2-git
-pkgver=0.66.r17.g56015a6
+pkgver=0.66.r39.gc9618cd
pkgrel=1
pkgdesc='redsocks2 adapted to compile with openssl 1.0'
arch=('i686' 'x86_64')
@@ -16,7 +16,8 @@ conflicts=('redsocks')
provides=('redsocks2')
install=redsocks2.install
backup=('etc/conf.d/redsocks2'
- 'etc/iptables/redsocks2.rules')
+ 'etc/iptables/redsocks2.rules'
+ 'etc/redsocks2.conf')
source=("$pkgname"::'git+https://github.com/gilcu3/redsocks.git'
'redsocks2.tmpfiles'