diff options
author | root <root@rshg054.dnsready.net> | 2013-10-11 00:07:28 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-11 00:07:28 -0700 |
commit | c38c20f4261c973628038df011b526c6ad4e0489 (patch) | |
tree | 177946f9ec2d7ef5e23b9ffdd749442d18923aa6 /extra/dssi | |
parent | 361f95d1ff881daf5f87cb14917bd524511abfc5 (diff) |
Fri Oct 11 00:07:27 PDT 2013
Diffstat (limited to 'extra/dssi')
-rw-r--r-- | extra/dssi/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/dssi/PKGBUILD b/extra/dssi/PKGBUILD index 9cb76d7cd..d1c37bc3b 100644 --- a/extra/dssi/PKGBUILD +++ b/extra/dssi/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 178955 2013-03-01 10:20:10Z andrea $ +# $Id: PKGBUILD 196279 2013-10-10 13:13:50Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: damir <damir@archlinux.org> # Contributor: Pajaro pkgname=dssi pkgver=1.1.1 -pkgrel=3 +pkgrel=4 pkgdesc="An API for audio processing plugins & softsynths with UIs" arch=('i686' 'x86_64') url="http://dssi.sourceforge.net/" @@ -20,7 +20,6 @@ md5sums=('619ab73c883b02dc37ddb37001591f8b' '258ca4d0ca28c5c4d4675147621fac18') build() { - . /etc/profile.d/qt4.sh cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr |