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

David Runge dvzrv at archlinux.org
Sun Jul 15 11:18:12 UTC 2018


    Date: Sunday, July 15, 2018 @ 11:18:12
  Author: dvzrv
Revision: 359522

upgpkg: helm 0.9.0-7

Moving lv2 to makedepends. Switching to https for url.

Modified:
  helm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-15 03:49:13 UTC (rev 359521)
+++ PKGBUILD	2018-07-15 11:18:12 UTC (rev 359522)
@@ -1,14 +1,15 @@
+# $Id$
 # Maintainer: David Runge <dave at sleepmap.de>
 pkgname=helm
 pkgver=0.9.0
-pkgrel=6
+pkgrel=7
 pkgdesc="A cross-platform, polyphonic synthesizer, available standalone and as an LV2 plugin"
 arch=('x86_64')
-url="http://tytel.org/helm/"
+url="https://tytel.org/helm/"
 license=('GPL3')
 groups=('pro-audio' 'lv2-plugins')
-depends=('alsa-lib' 'curl' 'freetype2' 'hicolor-icon-theme' 'libxinerama' 'lv2' 'mesa')
-makedepends=('jack' 'libxcursor')
+depends=('alsa-lib' 'curl' 'freetype2' 'hicolor-icon-theme' 'libxinerama' 'mesa')
+makedepends=('jack' 'libxcursor' 'lv2')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mtytel/${pkgname}/archive/v${pkgver}.tar.gz")
 sha512sums=('241c6bf3aec422e9ccaf7c7113eec7e30a11baadd30fe8f05f0abfac9c41d0c8a9fb284f0cae49bcaf0d3d08aa952737f6ff3eb7d48c2b2e22c60932738aeaa4')
 
@@ -26,5 +27,5 @@
 package() {
   cd "${pkgname}-${pkgver}"
   make DESTDIR="$pkgdir/" install_standalone install_lv2
-  install -vDm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
 }



More information about the arch-commits mailing list