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

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


    Date: Friday, December 22, 2017 @ 19:30:01
  Author: dvzrv
Revision: 275543

archrelease: copy trunk to community-testing-x86_64

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-22 19:29:47 UTC (rev 275542)
+++ PKGBUILD	2017-12-22 19:30:01 UTC (rev 275543)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=drumkv1
-pkgver=0.8.5
-pkgrel=1
-pkgdesc="An old-school drum-kit sampler"
-arch=(x86_64)
-url="https://drumkv1.sourceforge.io/"
-license=('GPL')
-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=('4fcb709c98c233e5f6f52f362d6c4ff2d89409d6c95e38275672613acf82202a088fa92ab21d0c0c0d689a84c91af08bda76737284ead31e4df247287105990d')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-              --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: drumkv1/repos/community-testing-x86_64/PKGBUILD (from rev 275542, drumkv1/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-22 19:30:01 UTC (rev 275543)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=drumkv1
+pkgver=0.8.6
+pkgrel=1
+pkgdesc="An old-school drum-kit sampler"
+arch=(x86_64)
+url="https://drumkv1.sourceforge.io/"
+license=('GPL')
+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=('9642ee4bb432b91acd0702e2f7def4f0659a262eaaa5540c366db1167191f856da805e1c4cda9f1861dc2622d3ce639bea1a18129aad20f64b31b2e9f566450e')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+              --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list