summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4e0c94062f1..0cc0a6fe186f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=Cynthiune
pkgname=cynthiune.app
-pkgrel=2
+pkgrel=3
pkgver=1.0.0
pkgdesc='Free software and romantic music player for GNUstep'
arch=('i686' 'x86_64')
url='http://gap.nongnu.org/cynthiune/index.html'
license=('GPL')
groups=('gnustep-apps')
-depends=('gnustep-base' 'gnustep-gui' 'gnustep-back')
+depends=('gnustep-base' 'gnustep-gui' 'gnustep-back' 'libmad')
optdepends=('libid3tag' 'libmad' 'libvorbis' 'libogg' 'libmpcdec' 'esound')
makedepends=('gcc-objc' 'gnustep-make')
source=("http://savannah.nongnu.org/download/gap/Cynthiune-1.0.0.tar.gz"
@@ -47,4 +47,4 @@ package() {
cd $_pkgname-$pkgver
make DESTDIR="$pkgdir" install
install -Dm644 "$pkgdir/usr/lib/GNUstep/Applications/$_pkgname.app/Resources/$_pkgname.desktop" "$pkgdir/usr/share/applications/$_pkgname.desktop"
-} \ No newline at end of file
+}