[arch-commits] Commit in yoshimi/trunk (PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Mon Oct 11 12:51:46 UTC 2021
Date: Monday, October 11, 2021 @ 12:51:46
Author: dvzrv
Revision: 1029451
upgpkg: yoshimi 2.1.1-1: Upgrade to 2.1.1.
Remove unneeded cmake options.
Modified:
yoshimi/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-11 12:32:10 UTC (rev 1029450)
+++ PKGBUILD 2021-10-11 12:51:46 UTC (rev 1029451)
@@ -2,7 +2,7 @@
# Contributor: David Adler <d dot adler aet posteo dot de>
pkgname=yoshimi
-pkgver=2.1.0
+pkgver=2.1.1
pkgrel=1
pkgdesc="A sophisticated soft-synth originally forked from ZynAddSubFX"
arch=('x86_64')
@@ -18,14 +18,12 @@
'readline: for standalone application'
'ncurses: for standalone application')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('d90666ca2599d057d5c22abfc5e64f9a31eb323d13c50f771b92c5f94f7da9049b79dc8a478b3832142a97f8c2f5ea384a26e1543fdd6c063930989e34b146eb')
-b2sums=('f95fb49ec901e5a513960bfc4c1d27ce1979f3cd664d7ca7ddb723ad41fb06153749db0560a32f41c44c7fb433fde09ee49e898cb8bf55e232536b163d616992')
+sha512sums=('066c45fa17aa18bd0f0806efc80d98b8c340ce295217600c4849affaae335515e179b935d72eca00bc695c2557005034d0a91730e5d1eb41338dc61fe6c25d4b')
+b2sums=('a49cdbb2143a555debc89ada21ea549bcd0bd7fe83693d7b962dc1e91a8fccf03a67b5204222219e4745224963465d6d77e104f9a89f596458879dd90aeeff32')
build() {
cd "${pkgname}-${pkgver}"
cmake -DCMAKE_INSTALL_PREFIX='/usr' \
- -DCMAKE_INSTALL_DATAROOTDIR='/usr/share' \
- -DCMAKE_INSTALL_LIBDIR='/usr/lib' \
-DCMAKE_BUILD_TYPE='None' \
-Wno-dev \
-B build\
More information about the arch-commits
mailing list