summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2016-08-31 18:54:24 -0400
committerKevin MacMartin2016-08-31 18:54:24 -0400
commitbb781a0356921ceb770f655e0db3405a1ad4d002 (patch)
treef2740660166a53887b08480ab5fe2b204d0c9ee9
parentcac5aecf97edb812164bdfec48d6b4c599e81d62 (diff)
downloadaur-bb781a0356921ceb770f655e0db3405a1ad4d002.tar.gz
Remove the archassault groups
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fabc3cba424..17ec0408616b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,11 @@
# Generated by mksrcinfo v8
-# Tue May 31 02:23:25 UTC 2016
+# Wed Aug 31 22:54:06 UTC 2016
pkgbase = salsapipe-git
pkgdesc = Encrypted network tunneling using salsa20 from libnettle and GPG from libgpgme
pkgver = 20150727.r26.6d81ace
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/prurigro/salsapipe
- arch = i686
arch = x86_64
- arch = armv6h
- arch = armv7h
- groups = archassault
- groups = archassault-networking
license = GPL3
makedepends = git
depends = gpgme
diff --git a/PKGBUILD b/PKGBUILD
index 2ce48c0970b4..43147072e1c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,11 @@
_pkgname=salsapipe
pkgname=${_pkgname}-git
pkgver=20150727.r26.6d81ace
-pkgrel=2
+pkgrel=3
pkgdesc='Encrypted network tunneling using salsa20 from libnettle and GPG from libgpgme'
url='https://github.com/prurigro/salsapipe'
license=('GPL3')
arch=('x86_64')
-groups=('archassault' 'archassault-networking')
depends=('gpgme')
makedepends=('git')
source=("git+$url")