[arch-commits] Commit in qsampler/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Thu May 24 20:00:41 UTC 2018


    Date: Thursday, May 24, 2018 @ 20:00:40
  Author: dvzrv
Revision: 329084

upgpkg: qsampler 0.5.1-1

Upgrading to 0.5.1.

Modified:
  qsampler/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-24 19:57:57 UTC (rev 329083)
+++ PKGBUILD	2018-05-24 20:00:40 UTC (rev 329084)
@@ -4,8 +4,8 @@
 # Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
 
 pkgname=qsampler
-pkgver=0.5.0
-pkgrel=3
+pkgver=0.5.1
+pkgrel=1
 pkgdesc="A LinuxSampler Qt GUI Interface"
 arch=('x86_64')
 url="https://qsampler.sourceforge.io/"
@@ -13,11 +13,10 @@
 depends=('hicolor-icon-theme' 'linuxsampler' 'liblscp' 'qt5-x11extras')
 makedepends=('qt5-tools')
 source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('f181ee17691a7900d468b4d67a848fa9175a4913a35137f40c69a4f80996f6789cbd9b29661c81192bb8550adaab6ee222f9c79e765cb0c63734c29bb6392188')
+sha512sums=('845aa9ac851fa257bfad6af81d1114bc6040b84d8a69da8e87fc7de9137f2151e509334f8355fcaaf672ad4c97d2840c51f83285cf5ab9b6ee95e95a3ed48e87')
 
 build() {
   cd "${pkgname}-${pkgver}"
-
   ./configure --prefix=/usr
   make
 }



More information about the arch-commits mailing list