[arch-commits] Commit in jalv/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Sat Jun 8 10:23:00 UTC 2019
Date: Saturday, June 8, 2019 @ 10:22:57
Author: dvzrv
Revision: 478228
upgpkg: jalv 1.6.2-1
Upgrading to 1.6.2. Building against suil 0.10.4. Switching back to python as makedepends (the waf stuff supports it again).
Modified:
jalv/trunk/PKGBUILD
----------+
PKGBUILD | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-08 10:20:55 UTC (rev 478227)
+++ PKGBUILD 2019-06-08 10:22:57 UTC (rev 478228)
@@ -2,35 +2,35 @@
# Contributor: speps <speps at aur dot archlinux dot org>
pkgname=jalv
-pkgver=1.6.0
-pkgrel=4
+pkgver=1.6.2
+pkgrel=1
pkgdesc="A simple but fully featured LV2 host for Jack"
arch=('x86_64')
url="https://drobilla.net/software/jalv"
-license=('custom:ISC')
+license=('ISC')
groups=('pro-audio')
depends=('lilv' 'suil')
-makedepends=('python2' 'qt5-base' 'gtk3' 'gtkmm')
+makedepends=('python' 'qt5-base' 'gtk3' 'gtkmm')
optdepends=('qt5-base: Qt 5.x frontend'
'gtk3: Gtk+ 3.x frontend'
'gtkmm: Gtk+ 2.x frontend')
source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha512sums=('70453404788846774ef88b43653379f97140301e09e8de61779683df9ee85120485bebf03c959624639dc4d8dd71ce83db2a89b14b66be17696a88d1820ac1b3'
+sha512sums=('a39d1212b8dc1da2d8509887f7d0b1239ce052917787a12df0de4a21887f6c375b325dd787d0866794a2ae3ecf8cbffef9c483b25c02dae7dcd2e634baa326d5'
'SKIP')
validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard
build() {
cd "${pkgname}-${pkgver}"
- python2 waf configure --prefix=/usr
- python2 waf
+ python waf configure --prefix=/usr
+ python waf
}
package() {
cd "${pkgname}-${pkgver}"
- python2 waf install --destdir="${pkgdir}"
+ python waf install --destdir="${pkgdir}"
# license
install -vDm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
# docs
- install -t "${pkgdir}/usr/share/doc/${pkgname}" \
- -vDm 644 {AUTHORS,NEWS,README}
+ install -vDm 644 {AUTHORS,NEWS,README.md} \
+ -t "${pkgdir}/usr/share/doc/${pkgname}"
}
More information about the arch-commits
mailing list