[arch-commits] Commit in amsynth/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Sat Nov 14 15:30:18 UTC 2020
Date: Saturday, November 14, 2020 @ 15:30:17
Author: dvzrv
Revision: 754116
upgpkg: amsynth 1.12.1-1: Upgrade to 1.12.1.
Remove upstreamed patch to fix lv2 .ttl files.
Modified:
amsynth/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-14 13:41:21 UTC (rev 754115)
+++ PKGBUILD 2020-11-14 15:30:17 UTC (rev 754116)
@@ -3,7 +3,7 @@
# Contributor: Alessio Biancalana <dottorblaster at gmail.com>
pkgname=amsynth
-pkgver=1.12.0
+pkgver=1.12.1
pkgrel=1
pkgdesc="Analogue Modeling SYNTHesizer"
arch=('x86_64')
@@ -21,17 +21,13 @@
'new-session-manager: for session management with the standalone application'
'lv2-host: for LV2 plugin'
'vst-host: for VST plugin')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/amsynth/amsynth/archive/release-${pkgver}.tar.gz"
- "${pkgname}-1.12.0-fix_ttl.patch::https://github.com/amsynth/amsynth/pull/179/commits/ecbb2dbe37f67cfe5ec90a4a806c3f4d24b74adb.patch")
-sha512sums=('800ae249805a470118df5d6f4bb8e790df41004c7cb09f5ef5732346bad91ed3d864357d1245cddb06960a51325ed618b4b33bcac0eda98ea45a8124cc793041'
- '13e7f4e67aed1ddaafc06a81a3e24a8b9b2af614c346f4d2f6b80a01340597b6e86f676557958fdb896348efc90cee4290dd1766a53203dad4d9d2c2d5fd097f')
-b2sums=('c89fe6c3683b050f76d72524816bc8b490870e87592eff888766d8dfd801b94ed854433d1021b39f0981933f4b0a995749a88ff0e5a2be2cb4c6b754f24ae93c'
- 'f1a60b2f6ed614e44ed4712767914529ef3984a3532bbc24a88dac7147de3a23f2563c16887df641b0be0d738006553067cc77d864cb16b00696930ecdffe028')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/amsynth/amsynth/archive/release-${pkgver}.tar.gz")
+sha512sums=('1f6f832173cdef56fe9eda5ac46166385fa208c1ff92417a4f8b85815f2b08b52626a1b5a715f7801fee1d26a948d9b11dc624c4ff7fa709accab63934ad4997')
+b2sums=('3ed77be15302a2dfb1f5b6b3ea5ba329f314956e8a1c93399c0a1874db1aa773d153d4a08342ba0ef789bce687fb3b52eee9c937ff809dd91a737234e579a0f2')
prepare() {
mv -v "${pkgname}-release-${pkgver}" "${pkgname}-${pkgver}"
cd "${pkgname}-${pkgver}"
- patch -Np1 -i ../"${pkgname}-1.12.0-fix_ttl.patch"
autoreconf -vfi
intltoolize -f
}
More information about the arch-commits
mailing list