summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302016-10-24 00:38:57 +0200
committerM0Rf302016-10-24 00:38:57 +0200
commit96504a5ac7e2ce05ba10265977242e4a0fd900a1 (patch)
tree0d0e9aa7821c10fd71aa85c13fcd8b29075238ef
parentaa6b8e1e4ddde090d8fcc7548cc388ec3ba472a4 (diff)
downloadaur-96504a5ac7e2ce05ba10265977242e4a0fd900a1.tar.gz
updated
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0d5d69faf4a..ed2602aa7144 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu May 19 14:47:59 UTC 2016
+# Sun Oct 23 22:38:51 UTC 2016
pkgbase = libshout-idjc-git
pkgdesc = Libshout library plus some extensions for IDJC.
- pkgver = 879.f155fa4
+ pkgver = 882.7e4ff89
pkgrel = 1
url = http://idjc.sourceforge.net/
arch = i686
@@ -12,11 +12,11 @@ pkgbase = libshout-idjc-git
depends = libvorbis
depends = libtheora
depends = speex
+ depends = openssl
depends = twolame
- provides = libshout
- conflicts = libshout
+ depends = python-mutagen
conflicts = libshout-idjc
- options = !libtool
+ replaces = libshout
options = !emptydirs
source = libshout-idjc::git://idjc.git.sourceforge.net/gitroot/idjc/idjc/
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index da036c2d4cdd..f5feeb6a8bac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: M0Rf30
pkgname=libshout-idjc-git
-pkgver=879.f155fa4
+pkgver=882.7e4ff89
pkgrel=1
pkgdesc="Libshout library plus some extensions for IDJC."
arch=(i686 x86_64)
url="http://idjc.sourceforge.net/"
-depends=('libvorbis' 'libtheora' 'speex' 'twolame')
+depends=('libvorbis' 'libtheora' 'speex' 'openssl' 'twolame' 'python-mutagen')
makedepends=('git')
-provides=('libshout')
-conflicts=('libshout' 'libshout-idjc')
-options=('!libtool' '!emptydirs')
+replaces=('libshout')
+conflicts=('libshout-idjc')
+options=('!emptydirs')
source=('libshout-idjc::git://idjc.git.sourceforge.net/gitroot/idjc/idjc/')
license=('LGPL')