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

David Runge dvzrv at archlinux.org
Wed Feb 10 17:32:04 UTC 2021


    Date: Wednesday, February 10, 2021 @ 17:32:03
  Author: dvzrv
Revision: 853797

upgpkg: samplv1 0.9.20-1: Upgrade to 0.9.20.

Fix a copy-paste mistake in the cmake setup, that sets the wrong project name.

Modified:
  samplv1/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-10 17:31:58 UTC (rev 853796)
+++ PKGBUILD	2021-02-10 17:32:03 UTC (rev 853797)
@@ -2,7 +2,7 @@
 # Contributor: speps <speps at aur dot archlinux dot org>
 
 pkgname=samplv1
-pkgver=0.9.19
+pkgver=0.9.20
 pkgrel=1
 pkgdesc="Polyphonic sampler synthesizer with stereo fx"
 arch=('x86_64')
@@ -16,9 +16,15 @@
             'liblo: for standalone application'
             'new-session-manager: for session management using the standalone application')
 source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('8795fe99eef9987b39e9c3e268b1dae4044de1044cc306c1ee21cbd6bd94fe1db51316e5197d13e9ebee1aee2b64f017a192b5f386a37de8c945726b57d4a6a7')
-b2sums=('bad6e32b7a0a10917d8f3133bed9b1a04d031b272d70d9516492dd1ac291714ce5b8187a9ddfdf1aae6ed93969a636a38ae6f106894c1c88883b23e72617a05a')
+sha512sums=('699b7d78a9ddb593d8044896ade2b83f2b058582703fa11b1c7ddfa752344c13882fefc80e250b7c41b64eb06be9808caf2af1cb8a6e9f9e8faec34067f3e545')
+b2sums=('70fae6c6c4ec3a6884b3a9064a0144ed2545671d4149f5f1a673cc07caf79176762746f9edd00fd3977683753f04bb25862ddc6c8370550c4f6d4584fc68df67')
 
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # fix a copy-paste mistake
+  sed -e "s/drumkv1/${pkgname}/" -i CMakeLists.txt
+}
+
 build() {
   cd "${pkgname}-${pkgver}"
   cmake -DCMAKE_INSTALL_PREFIX='/usr' \



More information about the arch-commits mailing list