[arch-commits] Commit in qsampler/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Fri Jul 12 17:33:23 UTC 2019
Date: Friday, July 12, 2019 @ 17:33:23
Author: dvzrv
Revision: 489234
archrelease: copy trunk to community-x86_64
Added:
qsampler/repos/community-x86_64/PKGBUILD
(from rev 489233, qsampler/trunk/PKGBUILD)
Deleted:
qsampler/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-07-12 17:33:18 UTC (rev 489233)
+++ PKGBUILD 2019-07-12 17:33:23 UTC (rev 489234)
@@ -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.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:
Copied: qsampler/repos/community-x86_64/PKGBUILD (from rev 489233, qsampler/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-07-12 17:33:23 UTC (rev 489234)
@@ -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.6
+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=('2a3a322fec31d9c66d7d1e9b4a7f74629e4b2bcf3ee2350bca8d450d2f68c41ac80563f8e28bd5314f00f0387503aa1e33c0b94ff518cca27b2ca93d9d72334e')
+
+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