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

David Runge dvzrv at archlinux.org
Mon Dec 18 08:40:53 UTC 2017


    Date: Monday, December 18, 2017 @ 08:40:52
  Author: dvzrv
Revision: 274715

upgpkg: aeolus 0.9.5-3

Updating url and source to https. Minor fixes.

Modified:
  aeolus/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-18 08:21:50 UTC (rev 274714)
+++ PKGBUILD	2017-12-18 08:40:52 UTC (rev 274715)
@@ -9,10 +9,10 @@
 _stopver=0.3.0
 pkgname=aeolus
 pkgver=0.9.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Synthesised pipe organ emulator"
 arch=('x86_64')
-url="http://kokkinizita.linuxaudio.org/linuxaudio/aeolus/"
+url="https://kokkinizita.linuxaudio.org/linuxaudio/aeolus/"
 license=('GPL3')
 depends=('clthreads' 'clxclient' 'jack' 'zita-alsa-pcmi')
 source=(${url}../downloads/{$pkgname-$pkgver,stops-$_stopver}.tar.bz2 $pkgname.conf)
@@ -33,14 +33,14 @@
 
 package(){
   cd "${pkgname}-${pkgver}/source"
-  make DESTDIR="$pkgdir/" PREFIX=/usr LIBDIR=lib install
+  make DESTDIR="${pkgdir}/" PREFIX=/usr LIBDIR=lib install
 
   # system config file
-  install -Dm644 "$srcdir/$pkgname.conf" "$pkgdir/etc/$pkgname.conf"
+  install -Dm644 "${srcdir}/${pkgname}.conf" "${pkgdir}/etc/${pkgname}.conf"
 
   # stops
-  cd "$srcdir/stops-$_stopver"
-  find . -name definition -exec install -Dm644 {} ${pkgdir}/usr/share/$pkgname/stops/{} \;
-  find . -name presets -exec install -Dm644 {} ${pkgdir}/usr/share/$pkgname/stops/{} \;
-  find . -name '*.ae0' -exec install -Dm644 {} ${pkgdir}/usr/share/$pkgname/stops \;
+  cd "${srcdir}/stops-${_stopver}"
+  find . -name definition -exec install -Dm644 {} "${pkgdir}/usr/share/${pkgname}/stops/"{} \;
+  find . -name presets -exec install -Dm644 {} "${pkgdir}/usr/share/${pkgname}/stops/"{} \;
+  find . -name '*.ae0' -exec install -Dm644 {} "${pkgdir}/usr/share/${pkgname}/stops" \;
 }



More information about the arch-commits mailing list