summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorroot2022-01-29 14:54:24 +0100
committerroot2022-01-29 14:54:24 +0100
commit0b433f0e117d5efe32119bff7ba25fa18f3e828a (patch)
treeca945b6bc21a57bef33c576906113479220760a0 /PKGBUILD
parentc34013e89035fabf8763ecdc4d013577a6e85658 (diff)
downloadaur-chrootuid-doc.tar.gz
Fixed package group variable name from 'group' to 'groups'.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"