summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 133fbe13c6bf..c144f97f6925 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = chrootuid-doc
pkgdesc = Documentation for 'chrootuid'.
pkgver = 1.3
- pkgrel = 2
+ pkgrel = 3
url = http://ftp.porcupine.org/pub/security/index.html
arch = any
+ groups = chrootuid
license = BSD
optdepends = chrootuid: For the actual software this documentation is for (including manpage).
source = README::ftp://ftp.porcupine.org/pub/security/chrootuid1.3.README
diff --git a/PKGBUILD b/PKGBUILD
index c7f2a4a269d7..3c7128a2cbbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
_is_for=chrootuid
_pkgname=chrootuid-doc
-group=('chrootuid')
+groups=('chrootuid')
pkgname="${_pkgname}"
pkgver=1.3
-pkgrel=2
+pkgrel=3
arch=('any')
pkgdesc="Documentation for 'chrootuid'."
url="http://ftp.porcupine.org/pub/security/index.html"