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

David Runge dvzrv at archlinux.org
Thu Mar 7 21:46:23 UTC 2019


    Date: Thursday, March 7, 2019 @ 21:46:22
  Author: dvzrv
Revision: 438031

archrelease: copy trunk to community-x86_64

Added:
  gmsynth.lv2/repos/community-x86_64/PKGBUILD
    (from rev 438030, 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-03-07 21:46:15 UTC (rev 438030)
+++ PKGBUILD	2019-03-07 21:46:22 UTC (rev 438031)
@@ -1,24 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-pkgname=gmsynth.lv2
-pkgver=0.3.0
-pkgrel=2
-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=('30c2ccf47dd7f92cbc983328729f9c8caec7624617eb86a31f5f7bdd722cf1b8a95917ceb810e65bbe2f6a432bc60a7c342d33244480239ab259be14b3204a7a')
-
-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 438030, gmsynth.lv2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-07 21:46:22 UTC (rev 438031)
@@ -0,0 +1,24 @@
+# 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}"
+}



More information about the arch-commits mailing list