community/x42-plugins to 20190820-1

This commit is contained in:
Kevin Mihelich 2019-08-20 18:37:48 +00:00
parent 6b0d77be74
commit 640e51f494

View file

@ -5,8 +5,8 @@
# - export OPTIMIZATIONS to override Makefiles without x86isms # - export OPTIMIZATIONS to override Makefiles without x86isms
pkgname=x42-plugins pkgname=x42-plugins
pkgver=20190714 pkgver=20190820
pkgrel=2 pkgrel=1
pkgdesc="Collection of LV2 plugins" pkgdesc="Collection of LV2 plugins"
arch=('x86_64') arch=('x86_64')
url="https://github.com/x42/x42-plugins" url="https://github.com/x42/x42-plugins"
@ -17,7 +17,7 @@ optdepends=('jack: for standalone applications'
'liblo: for standalone applications') 'liblo: for standalone applications')
groups=('lv2-plugins' 'pro-audio') groups=('lv2-plugins' 'pro-audio')
source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz") source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz")
sha512sums=('4e56925835272b7bcacae05de31ce57096d6179ce6491379a2ab8e79d44ddb7589658e34273880aa55a2fbbe013b0cc96f9a48609c175c94a5a6254d8ceb0c77') sha512sums=('a8a62427c5706cac3eb1ba3e5e5ee6deb81c3ae04ec3a45c44faf2a647e079c245a28a3ef0b85ada62575e43238825a25c460317aa13891694e2d52497facf04')
prepare() { prepare() {
cd "${pkgname}-${pkgver}" cd "${pkgname}-${pkgver}"