summaryrefslogtreecommitdiff
path: root/extra/id3v2/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-19 20:37:04 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-19 20:37:04 -0300
commita379247a5f187c1608664530e9ff85663eff3201 (patch)
tree3a49e87e7419c4aca35d1f4f2e591d12c3821c78 /extra/id3v2/PKGBUILD
parent1bf114d00280c9cfb2075d30830fdf86adb30951 (diff)
parent81ee1980feda43043eaebae2c596ae116a21f6e5 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/cuetools/PKGBUILD community/ekg2/PKGBUILD community/libcss/PKGBUILD community/libwapcaplet/PKGBUILD community/lxrandr/PKGBUILD community/menu-cache/PKGBUILD community/mumble/PKGBUILD community/ngircd/PKGBUILD community/oidentd/PKGBUILD community/openbox/PKGBUILD community/preload/PKGBUILD community/xdg-user-dirs/PKGBUILD extra/gdome2/PKGBUILD extra/libdiscid/PKGBUILD extra/pymad/PKGBUILD extra/qhull/PKGBUILD extra/speech-dispatcher/PKGBUILD multilib/lib32-gmp/PKGBUILD testing/xorg-server/PKGBUILD
Diffstat (limited to 'extra/id3v2/PKGBUILD')
-rw-r--r--extra/id3v2/PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/id3v2/PKGBUILD b/extra/id3v2/PKGBUILD
index ad7900dc6..53e433706 100644
--- a/extra/id3v2/PKGBUILD
+++ b/extra/id3v2/PKGBUILD
@@ -1,18 +1,17 @@
-# $Id: PKGBUILD 110376 2011-02-19 05:32:13Z eric $
+# $Id: PKGBUILD 150519 2012-02-18 12:00:46Z pierre $
# Contributor: Jochem Kossen <j.kossen@home.nl>
# Maintainer: Hugo Doria <hugo@archlinux.org>
pkgname=id3v2
pkgver=0.1.12
-pkgrel=1
+pkgrel=2
pkgdesc="Utility to edit id3v2 tags"
arch=('i686' 'x86_64' 'mips64el')
url="http://id3v2.sourceforge.net/"
license=('LGPL')
depends=('gcc-libs' 'glibc' 'id3lib' 'zlib')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('be91b4a41710b3a926e913a24ba0ed3b')
-sha1sums=('8f42153b2f53098c221da2e8fe42170e727cd9ad')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"