summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302016-11-08 11:19:55 +0100
committerM0Rf302016-11-08 11:19:55 +0100
commitb303909af152c3be6d1e4236ab867fa68facc3f9 (patch)
tree6fdf29c82522770b4c4a587ed9e9c32bd80b8a90
parent96504a5ac7e2ce05ba10265977242e4a0fd900a1 (diff)
downloadaur-b303909af152c3be6d1e4236ab867fa68facc3f9.tar.gz
updated
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed2602aa7144..fa9be8cbc4a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Oct 23 22:38:51 UTC 2016
+# Tue Nov 8 10:19:50 UTC 2016
pkgbase = libshout-idjc-git
pkgdesc = Libshout library plus some extensions for IDJC.
pkgver = 882.7e4ff89
@@ -14,7 +14,6 @@ pkgbase = libshout-idjc-git
depends = speex
depends = openssl
depends = twolame
- depends = python-mutagen
conflicts = libshout-idjc
replaces = libshout
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index f5feeb6a8bac..900c5f7f4141 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Libshout library plus some extensions for IDJC."
arch=(i686 x86_64)
url="http://idjc.sourceforge.net/"
-depends=('libvorbis' 'libtheora' 'speex' 'openssl' 'twolame' 'python-mutagen')
+depends=('libvorbis' 'libtheora' 'speex' 'openssl' 'twolame')
makedepends=('git')
replaces=('libshout')
conflicts=('libshout-idjc')
@@ -18,13 +18,15 @@ build()
{
cd $srcdir/libshout-idjc
./bootstrap
+ cd libshout-idjc
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
}
package() {
- cd $srcdir/libshout-idjc
+ cd $srcdir/libshout-idjc/libshout-idjc
make DESTDIR="${pkgdir}" install
+ make DESTDIR="${pkgdir}" uninstall-m4dataDATA
}
pkgver() {