summaryrefslogtreecommitdiff
path: root/community/audex/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-06 00:13:53 -0800
committerroot <root@rshg054.dnsready.net>2013-02-06 00:13:53 -0800
commita110e74fe4a31aebb09e0da6e407af69ed996837 (patch)
treefb216f25351912a4f4cdfcccf8daf041d17cb921 /community/audex/PKGBUILD
parentb91dca65217b7c35be84df053692c9fd1b012560 (diff)
Wed Feb 6 00:13:53 PST 2013
Diffstat (limited to 'community/audex/PKGBUILD')
-rw-r--r--community/audex/PKGBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/community/audex/PKGBUILD b/community/audex/PKGBUILD
index fcc03eedc..b189be46e 100644
--- a/community/audex/PKGBUILD
+++ b/community/audex/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 82705 2013-01-23 09:18:31Z lcarlier $
+# $Id: PKGBUILD 83864 2013-02-05 20:31:35Z lcarlier $
# Maintainer: Laurent Carlier <lordheavym@gmail.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: mightyjaym <jmambrosino@gmail.com>
# Contributor: moostik <mooostik_at_gmail.com>
pkgname=audex
-pkgver=0.76b2
+pkgver=0.77b1
pkgrel=1
pkgdesc="A CDDA extraction tool with a ftp upload function for KDE"
arch=('i686' 'x86_64')
@@ -20,16 +20,13 @@ optdepends=('vorbis-tools: OGG encoder'
install=${pkgname}.install
#source=("ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz"
source=("http://kde.maniatek.com/${pkgname}/files/${pkgname}-${pkgver}.tar.xz"
- "google_regex.patch" 'gcc47.patch')
-md5sums=('c971bbfa113e4d54b0dcaae8afbf70fb'
- '77b33d8daead89d5f4f15b78a1cd1d55'
+ 'gcc47.patch')
+md5sums=('1f3df64b60b15315e958e3e3b151fe92'
'64107bcf90e22910e57804be774822dd')
build() {
- # fix bug FS#25193
- # patch -Np0 -i "${srcdir}"/google_regex.patch
-
cd ${pkgname}-${pkgver}
+
patch -p1 -i "${srcdir}"/gcc47.patch
cd ..