[arch-commits] Commit in synthv1/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Tue Jul 24 22:24:33 UTC 2018
Date: Tuesday, July 24, 2018 @ 22:24:32
Author: dvzrv
Revision: 363325
archrelease: copy trunk to community-x86_64
Added:
synthv1/repos/community-x86_64/PKGBUILD
(from rev 363324, synthv1/trunk/PKGBUILD)
Deleted:
synthv1/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 73 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-24 22:24:24 UTC (rev 363324)
+++ PKGBUILD 2018-07-24 22:24:32 UTC (rev 363325)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=synthv1
-pkgver=0.9.1
-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=('27ef5d72a849872e665c6b06637dceae53eaa8582195c4f7b5b93811fffcbe19ac6c35027153e659cf3b6384174d781af7b486a9314fb03682701b711e98f577')
-
-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}" \
- -vDm644 {AUTHORS,ChangeLog,README,TODO}
-}
-
-# vim:set ts=2 sw=2 et:
Copied: synthv1/repos/community-x86_64/PKGBUILD (from rev 363324, synthv1/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-07-24 22:24:32 UTC (rev 363325)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=synthv1
+pkgver=0.9.2
+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=('331d3b467cca4538246d6a920ce6859379ae9a5db8cf83e8fe56914681897dae2b8a845404abc75a47fd1efcf57673c156c3e98fccab66eb6c29b318259480bf')
+
+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