[arch-commits] Commit in gmsynth.lv2/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Wed Oct 16 08:38:14 UTC 2019


    Date: Wednesday, October 16, 2019 @ 08:38:13
  Author: dvzrv
Revision: 516311

archrelease: copy trunk to community-x86_64

Added:
  gmsynth.lv2/repos/community-x86_64/PKGBUILD
    (from rev 516310, gmsynth.lv2/trunk/PKGBUILD)
Deleted:
  gmsynth.lv2/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-16 08:38:08 UTC (rev 516310)
+++ PKGBUILD	2019-10-16 08:38:13 UTC (rev 516311)
@@ -1,24 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-pkgname=gmsynth.lv2
-pkgver=0.3.3
-pkgrel=1
-pkgdesc="General MIDI LV2 Synth"
-arch=('x86_64')
-url="https://x42-plugins.com/x42/x42-gmsynth"
-license=('GPL2')
-groups=('pro-audio' 'lv2-plugins')
-depends=('glib2')
-makedepends=('lv2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/x42/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('c3f74b799b902aa8441082f2c72346a766af8e1fb1a864a06d514529e2e8a09584924af4963087227bc9677344d7829af225a46a124dae3cc20bfa95acd07f2a')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" PREFIX='/usr' install
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: gmsynth.lv2/repos/community-x86_64/PKGBUILD (from rev 516310, gmsynth.lv2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-16 08:38:13 UTC (rev 516311)
@@ -0,0 +1,24 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=gmsynth.lv2
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="General MIDI LV2 Synth"
+arch=('x86_64')
+url="https://x42-plugins.com/x42/x42-gmsynth"
+license=('GPL2')
+groups=('pro-audio' 'lv2-plugins')
+depends=('glibc' 'glib2')
+makedepends=('lv2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/x42/${pkgname}/archive/v${pkgver}.tar.gz")
+sha512sums=('3529666ee04a74d24f4c637a0ae948c5aa4afc5e6148000a353a9390814a1ca0aaedfb4e5716355d4cb4794b4c46f1a61029fcabc1eadeecfb51e69d4e3e494c')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" PREFIX='/usr' install
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list