[arch-commits] Commit in guitarix2/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Aug 31 09:17:34 UTC 2016


    Date: Wednesday, August 31, 2016 @ 09:17:34
  Author: arojas
Revision: 188109

Boost 1.61 rebuild, update to 0.35.1

Modified:
  guitarix2/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-31 09:06:56 UTC (rev 188108)
+++ PKGBUILD	2016-08-31 09:17:34 UTC (rev 188109)
@@ -2,8 +2,8 @@
 # Maintainer: speps <speps at aur dot archlinux dot org>
 
 pkgname=guitarix2
-pkgver=0.34.0
-pkgrel=4
+pkgver=0.35.1
+pkgrel=1
 pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
 arch=('i686' 'x86_64')
 url="http://guitarix.sourceforge.net/"
@@ -15,16 +15,9 @@
 provides=('guitarix' 'gx_head')
 conflicts=('guitarix' 'gx_head')
 replaces=('guitarix' 'gx_head')
-source=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2" guitarix-abs.patch)
-md5sums=('0ac5f18ee738d535b1551ea68ac2fce9'
-         'a09d63328d248f58c1c605a0071aadda')
+source=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.xz")
+md5sums=('fb7269fe6fdde4c493be65f974819bb4')
 
-prepare() {
-  cd guitarix-$pkgver
-  # Fix build with GCC 6 (Fedora)
-  patch -p1 -i ../guitarix-abs.patch
-}
-
 build() {
   cd guitarix-$pkgver
   python2 waf configure --prefix=/usr \



More information about the arch-commits mailing list