summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302016-10-22 16:42:39 +0200
committerM0Rf302016-10-22 16:42:39 +0200
commit2c0dc5981b909c227fdf6efd9fc739adb8ed34f2 (patch)
treef52aad0724051521442f90bdbc6961dfadd7e1c1
parentd3f8cd60f09947d965453741c0a4cbe55c9ff440 (diff)
downloadaur-2c0dc5981b909c227fdf6efd9fc739adb8ed34f2.tar.gz
no conflicts with libshout
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bee475e6542..d264b4fe32db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu May 19 14:44:20 UTC 2016
+# Sat Oct 22 14:42:15 UTC 2016
pkgbase = libshout-idjc
pkgdesc = Libshout library plus some extensions for IDJC.
pkgver = 2.4.1
- pkgrel = 2
+ pkgrel = 3
url = http://idjc.sourceforge.net/
arch = i686
arch = x86_64
@@ -11,9 +11,7 @@ pkgbase = libshout-idjc
depends = libvorbis
depends = libtheora
depends = speex
- provides = libshout
- conflicts = libshout
- options = !libtool
+ depends = openssl
options = !emptydirs
source = http://downloads.sourceforge.net/idjc/libshout-idjc/libshout-idjc-2.4.1.tar.gz
md5sums = 8c29d5a17207489c9d61a8b501774af4
diff --git a/PKGBUILD b/PKGBUILD
index 14e4c78a798b..b64632bbb0fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,13 @@
pkgname=libshout-idjc
pkgver=2.4.1
-pkgrel=2
+pkgrel=3
pkgdesc="Libshout library plus some extensions for IDJC."
arch=(i686 x86_64)
url="http://idjc.sourceforge.net/"
-depends=('libvorbis' 'libtheora' 'speex')
-options=('!libtool' '!emptydirs')
+depends=('libvorbis' 'libtheora' 'speex' 'openssl')
+options=('!emptydirs')
source=("http://downloads.sourceforge.net/idjc/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-provides=('libshout')
-conflicts=('libshout')
license=('LGPL')
build()
@@ -24,7 +22,7 @@ build()
package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="${pkgdir}" install
-
+ make DESTDIR="${pkgdir}" uninstall-m4dataDATA
}
md5sums=('8c29d5a17207489c9d61a8b501774af4')