diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2015-02-20 12:52:53 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2015-02-20 12:53:17 -0300 |
commit | dc053aa1964aebc2c61d804cf5f8c1dd2792be36 (patch) | |
tree | b13482adaf29e3c7f66fea28fcfab253e9359afe /pcr/libshout-idjc | |
parent | 136908718ff520e76ff5fd2d3cd4a304b6036be4 (diff) | |
download | abslibre-dc053aa1964aebc2c61d804cf5f8c1dd2792be36.tar.gz abslibre-dc053aa1964aebc2c61d804cf5f8c1dd2792be36.tar.bz2 abslibre-dc053aa1964aebc2c61d804cf5f8c1dd2792be36.zip |
idjc: upgrade
Diffstat (limited to 'pcr/libshout-idjc')
-rw-r--r-- | pcr/libshout-idjc/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/libshout-idjc/PKGBUILD b/pcr/libshout-idjc/PKGBUILD index 51578c420..f0bf2c4c5 100644 --- a/pcr/libshout-idjc/PKGBUILD +++ b/pcr/libshout-idjc/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: fauno, based on the git version from # Mantainer: M0Rf30 pkgname=libshout-idjc -pkgver=2.3.0 +pkgver=2.3.1 pkgrel=1 pkgdesc="Libshout-idjc is libshout plus some extensions for IDJC." arch=(i686 x86_64) @@ -10,7 +10,6 @@ depends=('libvorbis' 'libtheora' 'speex') options=('!libtool' '!emptydirs') source=("http://downloads.sourceforge.net/project/idjc/${pkgname}/${pkgname}-${pkgver}.tar.gz") license=('LGPL') -md5sums=('1b92ee05f42a957169a74a911cd94afc') build() { cd "$srcdir/$pkgname-$pkgver/" @@ -23,3 +22,4 @@ package() { make DESTDIR="${pkgdir}" install } +md5sums=('7b2cb89f1e7863522597b1e27fd4a2b7') |