summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2017-08-20 13:27:45 +0200
committerNicolas Iooss2017-08-20 13:29:51 +0200
commitbb58685661935d2e5b5dcc0bbd255b256ecea302 (patch)
tree902a8a77e779d4d6ae1229ba53187760283d0a30
parent2a89134db13710cb432eb89d08705a312d0dbe90 (diff)
downloadaur-bb58685661935d2e5b5dcc0bbd255b256ecea302.tar.gz
restorecond: fix package description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afdd68296909..d2bdbabdc70f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = restorecond
- pkgdesc = sandboxing tool for SELinux
+ pkgdesc = SELinux restorecon daemon
pkgver = 2.7
pkgrel = 1
url = https://github.com/SELinuxProject/selinux/wiki
diff --git a/PKGBUILD b/PKGBUILD
index 3c02a4e75ff6..a987b93bf838 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=restorecond
pkgver=2.7
pkgrel=1
-pkgdesc="sandboxing tool for SELinux"
+pkgdesc="SELinux restorecon daemon"
arch=('i686' 'x86_64')
url='https://github.com/SELinuxProject/selinux/wiki'
license=('GPL2')