summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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
+}