diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-05-04 00:47:11 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-05-04 00:47:11 +0200 |
commit | c39cbc60bd9cca21cdb7f174725bcd1f866e95d9 (patch) | |
tree | e1ab5429c30dcac4e282e1fba53182f0ea509d75 /community/libextractor/PKGBUILD | |
parent | 70dd19e62605010a1403e8e28a9d40ca5b09409a (diff) | |
parent | 5520a8b04cecf4af812cbf2285e9ab6efabe147f (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/libgringotts/PKGBUILD
community/ruby-gtk2/PKGBUILD
community/steghide/PKGBUILD
community/twin/PKGBUILD
core/bzip2/PKGBUILD
multilib/lib32-mpg123/PKGBUILD
testing/samba/PKGBUILD
testing/xfsprogs/PKGBUILD
Diffstat (limited to 'community/libextractor/PKGBUILD')
-rw-r--r-- | community/libextractor/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/community/libextractor/PKGBUILD b/community/libextractor/PKGBUILD index 339bf28da..7ba026db1 100644 --- a/community/libextractor/PKGBUILD +++ b/community/libextractor/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 58358 2011-11-12 10:52:51Z ibiru $ +# $Id: PKGBUILD 70175 2012-05-01 11:45:11Z andrea $ # Maintainer: Sergej Pupykin <pupykin.s@gmail.com> # Contributor: damir <damir@archlinux.org> pkgname=libextractor -pkgver=0.6.2 -pkgrel=5 +pkgver=0.6.3 +pkgrel=1 pkgdesc="A library used to extract meta-data from files of arbitrary type" arch=("i686" "x86_64" 'mips64el') license=('GPL') url="http://gnunet.org/libextractor/" -depends=('libvorbis' 'libtool' 'gtk2' 'libgsf' 'libmpeg2' 'texinfo') +depends=('libvorbis' 'libltdl' 'gtk2' 'libgsf' 'libmpeg2') makedepends=('flac' 'poppler' 'exiv2' 'qt') optdepends=('flac' 'poppler' @@ -17,8 +17,9 @@ optdepends=('flac' 'qt') options=('!libtool' '!makeflags') install=libextractor.install -source=(http://ftpmirror.gnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('4b2af1167061430d58a101d5dfc6b4c7') +source=("http://ftpmirror.gnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}) +md5sums=('7004ff6be06e400050f0ad7016140981' + '81f95c31831dde62428a98ae32464c51') build() { cd ${srcdir}/${pkgname}-${pkgver} |