summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM0Rf302016-05-19 16:44:43 +0200
committerM0Rf302016-05-19 16:44:43 +0200
commitd3f8cd60f09947d965453741c0a4cbe55c9ff440 (patch)
tree79770e3f18aafa6a9416e5c291a0f30001c1432d /PKGBUILD
parentfdbbba7d91edcd2f30d7bd8a60fba302d1b4db16 (diff)
downloadaur-d3f8cd60f09947d965453741c0a4cbe55c9ff440.tar.gz
md5sum fixed and clean up
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 443eb7f63840..14e4c78a798b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,15 @@
pkgname=libshout-idjc
pkgver=2.4.1
-pkgrel=1
-pkgdesc="Libshout-idjc is libshout plus some extensions for IDJC."
+pkgrel=2
+pkgdesc="Libshout library plus some extensions for IDJC."
arch=(i686 x86_64)
url="http://idjc.sourceforge.net/"
depends=('libvorbis' 'libtheora' 'speex')
options=('!libtool' '!emptydirs')
source=("http://downloads.sourceforge.net/idjc/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+provides=('libshout')
+conflicts=('libshout')
license=('LGPL')
build()
@@ -22,6 +24,7 @@ build()
package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="${pkgdir}" install
+
}
-md5sums=('206bdb6018440f4a24b81039fce48bee')
+md5sums=('8c29d5a17207489c9d61a8b501774af4')