summaryrefslogtreecommitdiff
path: root/extra/easytag
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-19 00:31:40 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-19 00:31:40 -0300
commitb7be3e931b811decb9a8686a60e52fe723bbaf81 (patch)
tree2e7da21de151c50ecdfa97a9d4ef5db5de62db51 /extra/easytag
parent78397621fc97288066a5d73989811ab0fe641bd6 (diff)
parent1098e9db0acc5bb5c45af5778492faf3b4c99dd6 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/ipvsadm/PKGBUILD community/arch/PKGBUILD community/chntpw/PKGBUILD community/dnstracer/PKGBUILD community/dvtm/PKGBUILD community/gnash/PKGBUILD community/ngspice/PKGBUILD community/siege/PKGBUILD extra/enscript/PKGBUILD extra/gconfmm/PKGBUILD extra/gftp/PKGBUILD extra/libart-lgpl/PKGBUILD extra/libcaca/PKGBUILD extra/libdv/PKGBUILD extra/libgnomemm/PKGBUILD extra/libidl2/PKGBUILD extra/libvisual/PKGBUILD extra/libxdamage/PKGBUILD extra/libxrender/PKGBUILD extra/openslp/PKGBUILD extra/snarf/PKGBUILD multilib/wine/PKGBUILD testing/mesa/PKGBUILD testing/xf86-video-glint/PKGBUILD
Diffstat (limited to 'extra/easytag')
-rw-r--r--extra/easytag/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/easytag/PKGBUILD b/extra/easytag/PKGBUILD
index f875707ee..fd8d3201d 100644
--- a/extra/easytag/PKGBUILD
+++ b/extra/easytag/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 71340 2010-03-06 18:44:25Z andrea $
+# $Id: PKGBUILD 150477 2012-02-18 02:02:31Z allan $
# Maintainer: Kevin Piche <kevin@archlinux.org>
# Contributor: Aaron Griffin <aaron@archlinux.org>
# Contributor: dorphell <dorphell@archlinux.org>
pkgname=easytag
pkgver=2.1.6
-pkgrel=3
+pkgrel=4
pkgdesc="Utility for viewing, editing and writing ID3 tags of your MP3 files"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
@@ -21,7 +21,7 @@ build() {
cd ${srcdir}/${pkgname}-${pkgver}
patch -Np1 -i ${srcdir}/mp4v2-1.9.patch
./configure --prefix=/usr
- make || return 1
+ make
}
package() {