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

David Runge dvzrv at archlinux.org
Wed Feb 10 17:51:49 UTC 2021


    Date: Wednesday, February 10, 2021 @ 17:51:48
  Author: dvzrv
Revision: 853842

upgpkg: bshapr 0.10-1: Upgrade to 0.10.

Add lv2-host to depends.

Modified:
  bshapr/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-10 17:51:37 UTC (rev 853841)
+++ PKGBUILD	2021-02-10 17:51:48 UTC (rev 853842)
@@ -3,7 +3,7 @@
 _name=BShapr
 _plugin_uri="https://www.jahnichen.de/plugins/lv2/BShapr"
 pkgname=bshapr
-pkgver=0.9
+pkgver=0.10
 pkgrel=1
 pkgdesc="Beat/ envelope shaper LV2 plugin"
 arch=('x86_64')
@@ -10,11 +10,12 @@
 url="https://github.com/sjaehn/BShapr"
 license=('GPL3')
 groups=('lv2-plugins' 'pro-audio')
-depends=('cairo' 'gcc-libs' 'glibc' 'libx11')
+depends=('cairo' 'gcc-libs' 'glibc' 'libx11' 'lv2-host')
 makedepends=('lv2')
 checkdepends=('lv2lint')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/sjaehn/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('e39020230f64082df7e04d7e69637650924928ee6e43a3e9834f8570225038d5bfb91a0887eb1a779d6962fe6cadc7e46a114c927b950b8a0471d70f36940bd8')
+sha512sums=('36819fb8186e27a6228a0e4cafadead87242fe5fd25cbfc6926b94fcc5c54c33e4b89f88bb5af0997a5a4e013509c5d87bed51dff4ca403b74565f4f8a823ba1')
+b2sums=('d1387081e2fe94647e42e4861ff90eb7f81aeb4f34a4c1d299c15830a89da436c07af7fedb593f6f8b5f8e0906eb1a13e90a2a5517bbc3539cfcbcbd26afef9a')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"



More information about the arch-commits mailing list