[arch-commits] Commit in samplv1/repos/community-testing-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Fri Dec 22 19:33:33 UTC 2017


    Date: Friday, December 22, 2017 @ 19:33:32
  Author: dvzrv
Revision: 275545

archrelease: copy trunk to community-testing-x86_64

Added:
  samplv1/repos/community-testing-x86_64/PKGBUILD
    (from rev 275544, samplv1/trunk/PKGBUILD)
Deleted:
  samplv1/repos/community-testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-22 19:33:22 UTC (rev 275544)
+++ PKGBUILD	2017-12-22 19:33:32 UTC (rev 275545)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=samplv1
-pkgver=0.8.5
-pkgrel=2
-pkgdesc="Polyphonic sampler synthesizer with stereo fx"
-arch=(x86_64)
-url="https://samplv1.sourceforge.io/"
-license=('GPL2')
-groups=('lv2-plugins')
-depends=('jack' 'liblo' 'lv2' 'qt5-base' 'desktop-file-utils'
-         'hicolor-icon-theme' 'shared-mime-info')
-makedepends=('qt5-tools')
-source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('ef6a8d1727c06289cbe247d8e0a4566486f0098c4942ef95f35a473688e32c0298cb0aa89d1eb437d003d162c4c9afa297ea0acd68180c1d932e588d55515619')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-              --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install
-  install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
-  install -Dm644 ChangeLog "${pkgdir}/usr/share/doc/${pkgname}/ChangeLog"
-  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm644 TODO "${pkgdir}/usr/share/doc/${pkgname}/TODO"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: samplv1/repos/community-testing-x86_64/PKGBUILD (from rev 275544, samplv1/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-22 19:33:32 UTC (rev 275545)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=samplv1
+pkgver=0.8.6
+pkgrel=1
+pkgdesc="Polyphonic sampler synthesizer with stereo fx"
+arch=(x86_64)
+url="https://samplv1.sourceforge.io/"
+license=('GPL2')
+groups=('lv2-plugins')
+depends=('jack' 'liblo' 'lv2' 'qt5-base' 'desktop-file-utils'
+         'hicolor-icon-theme' 'shared-mime-info')
+makedepends=('qt5-tools')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('16921f10c2898881301ecd732181a076eced1d920592c8e18f6562fa2e3c718cc6ad94645f5a93731cda21228f06c12e4f53f0b7602337d2e374c215977b4b0a')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+              --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
+  install -Dm644 ChangeLog "${pkgdir}/usr/share/doc/${pkgname}/ChangeLog"
+  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm644 TODO "${pkgdir}/usr/share/doc/${pkgname}/TODO"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list