summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2017-08-11 14:13:13 +0200
committerNicolas Iooss2017-08-11 14:13:13 +0200
commit9c7c7c1ab07f921d726197421f1328133e06f6b4 (patch)
tree5d3f1278318bc71b4a790d53647426812e2a3424
parent88d775d1bdc8b2b093b753d039da2f63e7e2614b (diff)
downloadaur-9c7c7c1ab07f921d726197421f1328133e06f6b4.tar.gz
libselinux: fix package description
A glitch has been introduced while upgrading the packages to 2.7.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6edf0e4ecda1..8baa9c98026f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = libselinux
- pkgdesc = SELinux library and simple utilities and selabel patches
+ pkgdesc = SELinux library and simple utilities
pkgver = 2.7
pkgrel = 1
url = http://userspace.selinuxproject.org
diff --git a/PKGBUILD b/PKGBUILD
index 60d4e27f2eec..23a933b4fd2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=libselinux
pkgver=2.7
pkgrel=1
-pkgdesc="SELinux library and simple utilities and selabel patches"
+pkgdesc="SELinux library and simple utilities"
arch=('i686' 'x86_64' 'armv6h')
url='http://userspace.selinuxproject.org'
license=('custom')