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

Alexander Rødseth arodseth at archlinux.org
Sat Apr 11 23:25:28 UTC 2015


    Date: Sunday, April 12, 2015 @ 01:25:27
  Author: arodseth
Revision: 131198

upgpkg: calf 0.0.60-1

Modified:
  calf/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-11 22:35:15 UTC (rev 131197)
+++ PKGBUILD	2015-04-11 23:25:27 UTC (rev 131198)
@@ -3,8 +3,8 @@
 # Contributor: Ray Rashif <schiv at archlinux.org>
 
 pkgname=calf
-pkgver=0.0.19
-pkgrel=4
+pkgver=0.0.60
+pkgrel=1
 pkgdesc='LV2/DSSI/LADSPA plug-ins suite and standalone JACK host'
 arch=('x86_64' 'i686')
 url='http://calf.sf.net/'
@@ -13,17 +13,17 @@
 makedepends=('lv2core' 'ladspa' 'dssi')
 source=("http://downloads.sf.net/$pkgname/$pkgname-$pkgver.tar.gz")
 install=calf.install
-sha256sums=('1106e7e27bcd18d47fc58c952a4dbf6c7a763272e13b2b94cee6f1b2fb922cec')
+sha256sums=('a9e7156740b71b31b5c81730b57c56b9ed03bf3eff98938b3a416c09c0e32e05')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd "$pkgname-$pkgver"
+
   ./configure	--prefix=/usr --enable-experimental --enable-sse
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list