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

David Runge dvzrv at archlinux.org
Tue Jul 23 09:20:47 UTC 2019


    Date: Tuesday, July 23, 2019 @ 09:20:47
  Author: dvzrv
Revision: 492624

upgpkg: lsp-plugins 1.1.10-1

Upgrading to 1.1.10. Dropping glu from depends, as it doesn't seem to be required during runtime.

Modified:
  lsp-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-23 08:19:09 UTC (rev 492623)
+++ PKGBUILD	2019-07-23 09:20:47 UTC (rev 492624)
@@ -1,6 +1,6 @@
 # Maintainer: David Runge <dave at sleepmap.de>
 pkgname=lsp-plugins
-pkgver=1.1.9
+pkgver=1.1.10
 pkgrel=1
 pkgdesc="Collection of free plugins compatible with LADSPA, LV2 and LinuxVST"
 arch=('x86_64')
@@ -7,10 +7,10 @@
 url="https://lsp-plug.in"
 license=('LGPL3')
 groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
-depends=('cairo' 'glu' 'jack' 'libglvnd')
+depends=('cairo' 'jack' 'libglvnd')
 makedepends=('ladspa' 'lv2' 'php')
 source=("https://github.com/sadko4u/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('9cb83a6e5654d275d9f9e02d2a1ac26408071e6b6c7aa2059e85a8d267be0beee210b3c476651caf6f0cea9f4253cf1907fa6e234b068c8cf45925035e9cd748')
+sha512sums=('aedc6a6a421bfb1ad964f6963793cdb2616456044736745a1c3dc27e947b1d6395de1942c2525bc983e654df5335d35466eed16b8f31612119284b024bdce6c2')
 
 prepare() {
   mv -v "$pkgname-$pkgname-$pkgver" "$pkgname-$pkgver"



More information about the arch-commits mailing list