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

David Runge dvzrv at archlinux.org
Sun Dec 3 17:33:19 UTC 2017


    Date: Sunday, December 3, 2017 @ 17:33:19
  Author: dvzrv
Revision: 272018

upgpkg: guitarix2 0.36.1-1

Updating maintainer. Updating to 0.36.1. Switching to https for url and source. Adding more required depends. Switching to sha512sums. Minor fixes.

Modified:
  guitarix2/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-03 16:46:51 UTC (rev 272017)
+++ PKGBUILD	2017-12-03 17:33:19 UTC (rev 272018)
@@ -1,24 +1,25 @@
 # $Id$
-# Maintainer: speps <speps at aur dot archlinux dot org>
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
 
 pkgname=guitarix2
-pkgver=0.35.6
-pkgrel=2
+pkgver=0.36.1
+pkgrel=1
 pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
 arch=('x86_64')
-url="http://guitarix.sourceforge.net/"
+url="https://guitarix.org"
 license=('GPL')
-depends=('gtkmm' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs' 'zita-convolver' 'zita-resampler')
+depends=('avahi' 'bluez-libs' 'boost-libs' 'fftw' 'gtkmm' 'jack' 'liblrdf' 'lilv' 'libsigc++' 'libsndfile' 'zita-convolver' 'zita-resampler' 'ttf-roboto')
 makedepends=('python' 'python2' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
 optdepends=('meterbridge: sound meters')
 provides=('guitarix' 'gx_head')
 conflicts=('guitarix' 'gx_head')
 replaces=('guitarix' 'gx_head')
-source=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.xz")
-md5sums=('d9856cd84d2e1de62adbbda9fada9570')
+source=("https://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.xz")
+sha512sums=('7719c4e2a3ecb8194c75bfea571b7f5bc29a15ca0e6e9364085e77d97e2c638eb8dd3b5018228d4380a58ff99574a393e2c91c66837f40d245c1a310572300f4')
 
 build() {
-  cd guitarix-$pkgver
+  cd "${pkgname%2}-${pkgver}"
   python2 waf configure --prefix=/usr \
                         --no-desktop-update \
                         --no-ldconfig \
@@ -29,6 +30,6 @@
 }
 
 package() {
-  cd guitarix-$pkgver
-  python2 waf install --destdir="$pkgdir"
+  cd "${pkgname%2}-${pkgver}"
+  python2 waf install --destdir="${pkgdir}"
 }



More information about the arch-commits mailing list