summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d62b874d9b6..6bdd7c6c5729 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = rsskit
url = http://gap.nongnu.org/grr/index.html
arch = i686
arch = x86_64
- groups = gnustep
+ groups = gnustep-libs
license = GPL
makedepends = gcc-objc
makedepends = gnustep-make
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
+}