summaryrefslogtreecommitdiff
path: root/community/libextractor/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-10-23 15:47:38 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-10-23 15:47:38 +0200
commit9b5c97532f512463af83f0daac1e9db22c3307c2 (patch)
tree582f514a154dea23be340cca8abe44a0bf95f132 /community/libextractor/PKGBUILD
parentf8ec57e91051f85129d837252605854c888567d0 (diff)
parent3c19af9355ba86a5b99d6e5a57ecaa68a7ea6e8e (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/cegui/PKGBUILD community-staging/darktable/PKGBUILD community-staging/freewrl/PKGBUILD community-staging/gource/PKGBUILD community-staging/openimageio/PKGBUILD community-staging/rss-glx/PKGBUILD community-staging/spring/PKGBUILD community-testing/virtualbox-modules/PKGBUILD community/astromenace/PKGBUILD extra/di/PKGBUILD staging/opencv/PKGBUILD testing/cairo/PKGBUILD testing/gnome-control-center/PKGBUILD testing/gtkmm3/PKGBUILD testing/seahorse/PKGBUILD testing/systemd/PKGBUILD testing/systemd/systemd.install
Diffstat (limited to 'community/libextractor/PKGBUILD')
-rw-r--r--community/libextractor/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/libextractor/PKGBUILD b/community/libextractor/PKGBUILD
index 51a064c9a..2c1c982c5 100644
--- a/community/libextractor/PKGBUILD
+++ b/community/libextractor/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 78526 2012-10-20 09:33:25Z heftig $
+# $Id: PKGBUILD 78664 2012-10-22 14:19:49Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s@gmail.com>
# Contributor: damir <damir@archlinux.org>
pkgname=libextractor
-pkgver=0.6.3
-pkgrel=8
+pkgver=1.0.1
+pkgrel=1
pkgdesc="A library used to extract meta-data from files of arbitrary type"
arch=("i686" "x86_64" 'mips64el')
license=('GPL')
@@ -21,9 +21,9 @@ optdepends=('flac: flac support'
'libvorbis: ogg/vorbis support')
options=('!libtool' '!makeflags')
install=libextractor.install
-source=("http://ftpmirror.gnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-md5sums=('7004ff6be06e400050f0ad7016140981'
- '81f95c31831dde62428a98ae32464c51')
+source=("http://ftp.gnu.org/gnu/libextractor/${pkgname}-${pkgver}.tar.gz"{,.sig})
+md5sums=('593c40670fd7fc8c3ae7adc3df557f64'
+ 'ef9bfeb3ade063dc9a5b29b2afd0732e')
build() {
cd ${srcdir}/${pkgname}-${pkgver}