Date: Thursday, December 6, 2018 @ 18:14:29
  Author: dvzrv
Revision: 411910

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-12-06 18:14:22 UTC (rev 411909)
+++ PKGBUILD    2018-12-06 18:14:29 UTC (rev 411910)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: David Runge <d...@sleepmap.de>
-# Contributor: Martin C. Doege <mdoege at compuserve dot com>
-# Contributor: Ray Rashif <sc...@archlinux.org>
-# Contributor: Shinlun Hsieh <yngwi...@yahoo.com.tw>
-
-pkgname=qsampler
-pkgver=0.5.2
-pkgrel=1
-pkgdesc="A LinuxSampler Qt GUI Interface"
-arch=('x86_64')
-url="https://qsampler.sourceforge.io/";
-license=('GPL')
-groups=('pro-audio')
-depends=('hicolor-icon-theme' 'linuxsampler' 'liblscp' 'qt5-x11extras')
-makedepends=('qt5-tools')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('f86b44de53fab7996a9173ff40af1675c9c0236ed76a59882d8a772a4c56b1c4af524b5b03b771f97e30ecf94aad715d168c3d665b95e4b46358bebd95795ce7')
-
-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 411909, 
qsampler/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-12-06 18:14:29 UTC (rev 411910)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge <d...@sleepmap.de>
+# Contributor: Martin C. Doege <mdoege at compuserve dot com>
+# Contributor: Ray Rashif <sc...@archlinux.org>
+# Contributor: Shinlun Hsieh <yngwi...@yahoo.com.tw>
+
+pkgname=qsampler
+pkgver=0.5.3
+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=('0d870e1df1b20aac09b11667541767ebcadb8a9a8fb458aa3f48d4d4b2ff55b32e4e56e6d00b0330ab854120ace93b57f524a5126962456223026c7e69178bfe')
+
+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:

Reply via email to