summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnselmo L. S. Melo2018-03-12 10:33:37 -0700
committerAnselmo L. S. Melo2018-03-12 10:33:41 -0700
commit5121ad46c57a303fda1601b5efd6c346a144ee3a (patch)
treef9f3ac3ee7d829c1005f21afd72d373eaa5c8849
parent7ad92f122f03b577fcd6f8328678942f5da842fb (diff)
downloadaur-5121ad46c57a303fda1601b5efd6c346a144ee3a.tar.gz
Fix license
It's Apache 2, not GPLv3 (info inherited from the original redsocks-git PKGBUILD) https://github.com/darkk/redsocks#license
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86721ba1cd30..2140f80ca1e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Mon Mar 5 17:45:56 UTC 2018
+# Mon Mar 12 17:33:24 UTC 2018
pkgbase = redsocks
pkgdesc = Transparent redirector of any TCP connection to proxy using your firewall
pkgver = 0.5
- pkgrel = 1
+ pkgrel = 2
url = http://darkk.net.ru/redsocks/
install = redsocks.install
arch = i686
arch = x86_64
- license = GPL3
+ license = Apache
makedepends = git
depends = libevent
provides = redsocks
diff --git a/PKGBUILD b/PKGBUILD
index 4820b3a92eb1..ab8351c913fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
pkgname=redsocks
pkgver=0.5
-pkgrel=1
+pkgrel=2
pkgdesc='Transparent redirector of any TCP connection to proxy using your firewall'
arch=('i686' 'x86_64')
url='http://darkk.net.ru/redsocks/'
-license=('GPL3')
+license=('Apache')
depends=('libevent')
makedepends=('git')
conflicts=('redsocks-git')