[arch-commits] Commit in drumkv1/trunk (PKGBUILD)
speps
speps at archlinux.org
Thu Dec 29 15:59:26 UTC 2016
Date: Thursday, December 29, 2016 @ 15:59:25
Author: speps
Revision: 203291
upgpkg: drumkv1 0.8.0-1
Modified:
drumkv1/trunk/PKGBUILD
----------+
PKGBUILD | 23 ++++++++---------------
1 file changed, 8 insertions(+), 15 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-29 15:58:52 UTC (rev 203290)
+++ PKGBUILD 2016-12-29 15:59:25 UTC (rev 203291)
@@ -2,30 +2,23 @@
# Maintainer: speps <speps at aur dot archlinux dot org>
pkgname=drumkv1
-pkgver=0.7.4
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
pkgdesc="An old-school drum-kit sampler"
arch=(i686 x86_64)
-url="http://$pkgname.sourceforge.net/$pkgname-index.html"
+url="https://$pkgname.sourceforge.net/$pkgname-index.html"
license=('GPL')
groups=('lv2-plugins')
depends=('jack' 'liblo' 'lv2' 'qt5-base' 'desktop-file-utils'
'hicolor-icon-theme' 'shared-mime-info')
-source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('eb954772794f6c3aa993d192ef417ade')
+makedepends=('qt5-tools')
+source=("https://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('c9af118f491ea21f5542f30395d37864')
-prepare() {
- cd $pkgname-$pkgver
-
- # x86_64 lib path fix
- sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
- # fix build with GCC 6 (Fedora)
- sed -e "s|^ac_with_paths=.*|ac_with_paths=|g" -i configure configure.ac
-}
-
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr
+ ./configure --prefix=/usr \
+ --libdir=/usr/lib
make
}
More information about the arch-commits
mailing list