[arch-commits] Commit in csoundqt/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Wed Jul 8 20:02:33 UTC 2020
Date: Wednesday, July 8, 2020 @ 20:02:32
Author: dvzrv
Revision: 661776
upgpkg: csoundqt 1:0.9.8.1-1: Downgrading to 0.9.8.1.
Upstream removed the v0.10.0 tag and (a few commits later) tagged v0.9.8.1.
https://github.com/CsoundQt/CsoundQt/issues/331
Modified:
csoundqt/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-08 19:53:57 UTC (rev 661775)
+++ PKGBUILD 2020-07-08 20:02:32 UTC (rev 661776)
@@ -4,8 +4,9 @@
_name=CsoundQt
pkgname=csoundqt
-pkgver=0.10.0
+pkgver=0.9.8.1
pkgrel=1
+epoch=1
pkgdesc="A frontend for Csound"
arch=('x86_64')
url="https://csoundqt.github.io/"
@@ -15,7 +16,7 @@
'qt5-declarative' 'qt5-webengine')
makedepends=('csound' 'rtmidi')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('ecf23f1997fa5e006abb61374b9cfedb7afaa297cc4075657ad590f266b05427d2779de9c272a0289eea7c62561693d9f0600cbbe275d5750be6e35598196357')
+sha512sums=('e27590f7cc5802dce55f6b3f0f1b477a68a164c65636967d5a87c71d73b389c31db755c4029496c9ab61f40b1c03333afd34c56fa2026a4cae9a3de001d26023')
prepare() {
mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
More information about the arch-commits
mailing list