summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2017-02-02 23:41:30 +0100
committerNicolas Iooss2017-02-02 23:41:38 +0100
commitcc5f68cce27a7054dbd88df2370c6082a912ae64 (patch)
treec6c177f7f01f2eb1e36fbfeead6e42ad0556ba54
parent990b3432866baf7128fa471c928e3fff6795bdb8 (diff)
downloadaur-cc5f68cce27a7054dbd88df2370c6082a912ae64.tar.gz
ustr-selinux: add package to selinux group
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5ea8587a85e..9e273e4c9020 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = ustr-selinux
url = http://www.and.org/ustr/
arch = i686
arch = x86_64
+ groups = selinux
license = GPL
depends = glibc
provides = ustr=1.0.4-4
diff --git a/PKGBUILD b/PKGBUILD
index 61ea365cad77..8849bc67c45d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ pkgdesc="micro string API for C with patches to make it work with gcc>=5.1"
arch=(i686 x86_64)
url="http://www.and.org/ustr/"
license=('GPL')
+groups=('selinux')
depends=('glibc')
conflicts=("${pkgname/-selinux}")
provides=("${pkgname/-selinux}=${pkgver}-${pkgrel}")