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

David Runge dvzrv at archlinux.org
Sun Feb 24 15:23:21 UTC 2019


    Date: Sunday, February 24, 2019 @ 15:23:19
  Author: dvzrv
Revision: 435518

archrelease: copy trunk to community-x86_64

Added:
  ams-lv2/repos/community-x86_64/PKGBUILD
    (from rev 435517, ams-lv2/trunk/PKGBUILD)
Deleted:
  ams-lv2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-24 15:23:12 UTC (rev 435517)
+++ PKGBUILD	2019-02-24 15:23:19 UTC (rev 435518)
@@ -1,24 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-pkgname=ams-lv2
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="A port of the internal modules found in Alsa Modular Synth"
-arch=('x86_64')
-url="https://github.com/blablack/ams-lv2"
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio')
-depends=('fftw' 'gtkmm')
-makedepends=('lv2' 'lvtk' 'python2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/blablack/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('216435bfc8620f7138791243dee60c27f7e3a38b972dcaba4150a47e1d8d53cec807246ace658b5136b45c43fd7e533df49f8b9bce8d40dc9d148121b9388886')
-
-build() {
-  cd "$pkgname-$pkgver"
-  python2 waf configure --prefix=/usr
-  python2 waf
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python2 waf install --destdir="$pkgdir/"
-}

Copied: ams-lv2/repos/community-x86_64/PKGBUILD (from rev 435517, ams-lv2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-24 15:23:19 UTC (rev 435518)
@@ -0,0 +1,24 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=ams-lv2
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="A port of the internal modules found in Alsa Modular Synth"
+arch=('x86_64')
+url="https://github.com/blablack/ams-lv2"
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('fftw' 'gtkmm')
+makedepends=('lv2' 'lvtk' 'python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/blablack/${pkgname}/archive/v${pkgver}.tar.gz")
+sha512sums=('6c1c6f3179a851f67e162d225a761c38678159d9f178d9bfa3991b84b84ea557f5a44882ea710626204f158c40ae18f0e87f24faec0a0bd6aa64e18eeb81c45f')
+
+build() {
+  cd "$pkgname-$pkgver"
+  python waf configure --prefix=/usr
+  python waf
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python waf install --destdir="$pkgdir/"
+}



More information about the arch-commits mailing list