[arch-commits] Commit in synthv1/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Mon Mar 4 12:13:27 UTC 2019
Date: Monday, March 4, 2019 @ 12:13:26
Author: dvzrv
Revision: 437522
archrelease: copy trunk to community-x86_64
Added:
synthv1/repos/community-x86_64/PKGBUILD
(from rev 437521, synthv1/trunk/PKGBUILD)
Deleted:
synthv1/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-04 12:13:20 UTC (rev 437521)
+++ PKGBUILD 2019-03-04 12:13:26 UTC (rev 437522)
@@ -1,35 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=synthv1
-pkgver=0.9.4
-pkgrel=1
-pkgdesc="Old-school all-digital 4-oscillator subtractive polyphonic synthesizer with stereo fx"
-arch=('x86_64')
-url="https://synthv1.sourceforge.io/synthv1-index.html"
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio' 'vee-one')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'jack' 'liblo' 'qt5-base')
-makedepends=('lv2' 'qt5-tools')
-source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('9809caeb0b273194a53e6b6158621ce5d315df245ae486779710435782160fbe7efc57cfe479beafc2dc41d38b781f2d02fa2fe1e85188697fab1a498dcec5bd')
-
-prepare() {
- cd "${pkgname}-${pkgver}"
- autoreconf -vfi
-}
-
-build() {
- cd "${pkgname}-${pkgver}"
- ./configure --prefix=/usr \
- --libdir=/usr/lib
- make
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- make DESTDIR="$pkgdir/" install
- install -t "${pkgdir}/usr/share/doc/${pkgname}" \
- -vDm 644 {AUTHORS,ChangeLog,README,TODO}
-}
-# vim:set ts=2 sw=2 et:
Copied: synthv1/repos/community-x86_64/PKGBUILD (from rev 437521, synthv1/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-03-04 12:13:26 UTC (rev 437522)
@@ -0,0 +1,35 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=synthv1
+pkgver=0.9.5
+pkgrel=1
+pkgdesc="Old-school all-digital 4-oscillator subtractive polyphonic synthesizer with stereo fx"
+arch=('x86_64')
+url="https://synthv1.sourceforge.io/synthv1-index.html"
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio' 'vee-one')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'jack' 'liblo' 'qt5-base')
+makedepends=('lv2' 'qt5-tools')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('cabeceb1f95e53f87a6ef68175d943f4eaafc7140f0558b1c01e6d321a91dfb605c60da843e63e229a0a20f3e15a24b8bf464ee41725e94a16abb5d4d37721e2')
+
+prepare() {
+ cd "${pkgname}-${pkgver}"
+ autoreconf -vfi
+}
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ ./configure --prefix=/usr \
+ --libdir=/usr/lib
+ make
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="$pkgdir/" install
+ install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+ -vDm 644 {AUTHORS,ChangeLog,README,TODO}
+}
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list