[arch-commits] Commit in patchage/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Mon Dec 4 13:18:24 UTC 2017
Date: Monday, December 4, 2017 @ 13:18:23
Author: dvzrv
Revision: 272118
upgpkg: patchage 1.0.0-5
Updating maintainer. Switching to https for url and source. Switching to sha512sums. Removing patch for FS#40311, as this should be fixed with jack2>=1.9.11. Removing explicit use of MAKEFLAGS. Minor fixes.
Modified:
patchage/trunk/PKGBUILD
----------+
PKGBUILD | 27 ++++++++++-----------------
1 file changed, 10 insertions(+), 17 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-04 12:41:25 UTC (rev 272117)
+++ PKGBUILD 2017-12-04 13:18:23 UTC (rev 272118)
@@ -1,38 +1,31 @@
# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Maintainer: speps <speps at aur dot archlinux dot org>
+# Contributor: speps <speps at aur dot archlinux dot org>
# Contributor: Max Pray a.k.a. Synthead <synthead at gmail.com>
# Contributor: clarence <catchfire at gmail dot com>
pkgname=patchage
pkgver=1.0.0
-pkgrel=4
+pkgrel=5
pkgdesc="A modular patch bay for audio and MIDI systems based on Jack and Alsa"
arch=('x86_64')
-url="http://drobilla.net/software/patchage"
+url="https://drobilla.net/software/patchage"
license=('GPL3')
depends=('ganv' 'jack')
makedepends=('boost' 'python2')
-source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2")
-md5sums=('d16a3fc045faff7fd70f3b4769b65698')
+source=("https://download.drobilla.net/$pkgname-$pkgver.tar.bz2")
+sha512sums=('0a2be0183257a34a68ec84e6fb17d29a3d8ba7dd54a05fcdd13784ac8f5621eb7a376f17d42168958f5e1a8dab8858a9c5c8c867aa1838736cc2b7775f75f510')
-prepare() {
- cd $pkgname-$pkgver
-
- # FS#40311
- # disable jack metadata support for jack2 capability
- sed -i '/jack_get_property/,/False/d' wscript
-}
-
build() {
- cd $pkgname-$pkgver
+ cd "${pkgname}-${pkgver}"
python2 waf configure --prefix=/usr
- python2 waf build $MAKEFLAGS
+ python2 waf build
}
package() {
- cd $pkgname-$pkgver
- python2 waf install --destdir="$pkgdir"
+ cd "${pkgname}-${pkgver}"
+ python2 waf install --destdir="${pkgdir}"
}
# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list