[arch-commits] Commit in mda.lv2/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Mon May 21 15:33:54 UTC 2018
Date: Monday, May 21, 2018 @ 15:33:54
Author: dvzrv
Revision: 326238
archrelease: copy trunk to community-x86_64
Added:
mda.lv2/repos/community-x86_64/PKGBUILD
(from rev 326237, mda.lv2/trunk/PKGBUILD)
Deleted:
mda.lv2/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-21 15:33:47 UTC (rev 326237)
+++ PKGBUILD 2018-05-21 15:33:54 UTC (rev 326238)
@@ -1,25 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-pkgname=mda.lv2
-pkgver=1.2.2
-pkgrel=2
-pkgdesc="A port of the MDA VST plugins to LV2"
-arch=('x86_64')
-url="https://git.drobilla.net/cgit.cgi/mda.lv2.git/plain/COPYING"
-license=('GPL3')
-groups=('lv2-plugins' 'pro-audio')
-depends=('gcc-libs')
-makedepends=('lv2' 'python')
-source=("https://git.drobilla.net/cgit.cgi/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.bz2")
-sha512sums=('5fa9a9a27e62b007b9703055b869bc47ad02ba122ba04abf8a1de420b695d9e0c6dc9a1633777b8d380e1452b3d75b1c0eaffb1c703a962814281e2d79236179')
-
-build() {
- cd "$pkgname-$pkgver"
- ./waf configure --prefix=/usr
- ./waf
-}
-
-package() {
- cd "$pkgname-$pkgver"
- ./waf install --destdir="$pkgdir/"
- install -vDm 644 {NEWS,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}
Copied: mda.lv2/repos/community-x86_64/PKGBUILD (from rev 326237, mda.lv2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-21 15:33:54 UTC (rev 326238)
@@ -0,0 +1,25 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=mda.lv2
+pkgver=1.2.2
+pkgrel=3
+pkgdesc="A port of the MDA VST plugins to LV2"
+arch=('x86_64')
+url="https://git.drobilla.net/cgit.cgi/mda.lv2.git/about/"
+license=('GPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('gcc-libs')
+makedepends=('lv2' 'python')
+source=("https://git.drobilla.net/cgit.cgi/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('5fa9a9a27e62b007b9703055b869bc47ad02ba122ba04abf8a1de420b695d9e0c6dc9a1633777b8d380e1452b3d75b1c0eaffb1c703a962814281e2d79236179')
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./waf configure --prefix=/usr
+ ./waf
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ ./waf install --destdir="$pkgdir/"
+ install -vDm 644 {NEWS,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}
More information about the arch-commits
mailing list