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

David Runge dvzrv at archlinux.org
Thu Apr 11 16:13:44 UTC 2019


    Date: Thursday, April 11, 2019 @ 16:13:43
  Author: dvzrv
Revision: 451135

archrelease: copy trunk to community-x86_64

Added:
  qsampler/repos/community-x86_64/PKGBUILD
    (from rev 451134, qsampler/trunk/PKGBUILD)
Deleted:
  qsampler/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-11 16:13:37 UTC (rev 451134)
+++ PKGBUILD	2019-04-11 16:13:43 UTC (rev 451135)
@@ -1,32 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: Martin C. Doege <mdoege at compuserve dot com>
-# Contributor: Ray Rashif <schiv at archlinux.org>
-# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
-
-pkgname=qsampler
-pkgver=0.5.4
-pkgrel=1
-pkgdesc="A LinuxSampler Qt GUI Interface"
-arch=('x86_64')
-url="https://qsampler.sourceforge.io/"
-license=('GPL')
-groups=('pro-audio')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'linuxsampler' 'liblscp' 'qt5-x11extras')
-makedepends=('qt5-tools')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('35b03b735563381f2da6d66215e175cab56dfc828fd114ebaf3afbe5e73914130842adad15fab7dad5d3a3b62c44c7101a9a5f7b7c695d46197a76e342241e84')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  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: qsampler/repos/community-x86_64/PKGBUILD (from rev 451134, qsampler/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-11 16:13:43 UTC (rev 451135)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Martin C. Doege <mdoege at compuserve dot com>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+
+pkgname=qsampler
+pkgver=0.5.5
+pkgrel=1
+pkgdesc="A LinuxSampler Qt GUI Interface"
+arch=('x86_64')
+url="https://qsampler.sourceforge.io/"
+license=('GPL')
+groups=('pro-audio')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'linuxsampler' 'liblscp' 'qt5-x11extras')
+makedepends=('qt5-tools')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('3157fc970390499746d161ec05cf886543fd517c17348423d74c2a985cdc350aa1caf51a493d0795aab679dae58707e84d2bb2c5bea2dfdfaf7623af2f516c6f')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  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