summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDeimos2018-10-18 12:51:01 -0400
committerDeimos2018-10-18 12:51:01 -0400
commite59dea5e2bb327f8b16e2e230f09adb2035a0b9f (patch)
tree663141f82f63846a6fa1bee14b2da927ae690f9b /PKGBUILD
parent6ff3b8cb175c4d3bcdb2e150c153b2120a9f554f (diff)
downloadaur-e59dea5e2bb327f8b16e2e230f09adb2035a0b9f.tar.gz
Update Group
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee5c24956655..7bc24fbdb962 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Simple library for reading the different types of RSS file formats."
arch=('i686' 'x86_64')
url="http://gap.nongnu.org/grr/index.html"
license=('GPL')
-groups=('gnustep')
+groups=('gnustep-libs')
depends=('gnustep-base' 'gnustep-back')
makedepends=('gcc-objc' 'gnustep-make')
source=("http://savannah.nongnu.org/download/gap/RSSKit-0.4.tar.gz")
@@ -23,4 +23,4 @@ build() {
package() {
cd "$_pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
-} \ No newline at end of file
+}