summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD13
2 files changed, 14 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05af1fa9c720..2a3c3eddda5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alda-bin
pkgdesc = A music programming language for musicians
- pkgver = 2.2.4
+ pkgver = 2.2.5
pkgrel = 1
url = https://github.com/alda-lang/alda
arch = i686
@@ -9,13 +9,13 @@ pkgbase = alda-bin
depends = java-runtime>=8
provides = alda
conflicts = alda
- source = alda-player-2.2.4::https://alda-releases.nyc3.digitaloceanspaces.com/2.2.4/player/non-windows/alda-player
+ source = alda-player-2.2.5::https://alda-releases.nyc3.digitaloceanspaces.com/2.2.5/player/non-windows/alda-player
source = LICENSE
- sha256sums = be10b065cc2a4aca50bd36e1879df9aac3d289c27f84b56fcdfcf29e8c384712
+ sha256sums = bde2d7c169cdc0d59b6ed3f8babbfa056f3a9e640adc34ea868fb9510e881c9c
sha256sums = f05036abc9c2bf11abecbdd874e9a4cbac8e0f6274afdf56c5cf8395238d1dc8
- source_i686 = alda-2.2.4-i686::https://alda-releases.nyc3.digitaloceanspaces.com/2.2.4/client/linux-386/alda
- sha256sums_i686 = dad09d72037cccbdc14b1f6dcb9dd5ad8a99e52bbc8a36d2a0703a1bf1078212
- source_x86_64 = alda-2.2.4-x86_64::https://alda-releases.nyc3.digitaloceanspaces.com/2.2.4/client/linux-amd64/alda
- sha256sums_x86_64 = ac7408c5d0d2f5442657bc4c76832310819e101cc34608a9b2c8e8315b41edeb
+ source_i686 = alda-2.2.5-i686::https://alda-releases.nyc3.digitaloceanspaces.com/2.2.5/client/linux-386/alda
+ sha256sums_i686 = ded6362305d43d325880af3593e2f6894d0fdb744eb35e30230b4feb162fe8bf
+ source_x86_64 = alda-2.2.5-x86_64::https://alda-releases.nyc3.digitaloceanspaces.com/2.2.5/client/linux-amd64/alda
+ sha256sums_x86_64 = 8ef002b168cac4541b6c4da10fea051e7b528fe7f3c78d847011b00077de40c4
pkgname = alda-bin
diff --git a/PKGBUILD b/PKGBUILD
index 15ecc0b1a10d..73b6aca59c53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
-# Contributor: 0x715C
+# Maintainer: Arthurmeade12 <s728c3ilp at relay dot firefox dot com>
+# Former Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
+# Former Contributor: 0x715C
pkgname=alda-bin
-pkgver=2.2.4
+pkgver=2.2.5
pkgrel=1
pkgdesc='A music programming language for musicians'
arch=('i686' 'x86_64')
@@ -15,10 +16,10 @@ source=("alda-player-$pkgver::https://alda-releases.nyc3.digitaloceanspaces.com/
'LICENSE')
source_x86_64=("alda-$pkgver-x86_64::https://alda-releases.nyc3.digitaloceanspaces.com/$pkgver/client/linux-amd64/alda")
source_i686=("alda-$pkgver-i686::https://alda-releases.nyc3.digitaloceanspaces.com/$pkgver/client/linux-386/alda")
-sha256sums=('be10b065cc2a4aca50bd36e1879df9aac3d289c27f84b56fcdfcf29e8c384712'
+sha256sums=('bde2d7c169cdc0d59b6ed3f8babbfa056f3a9e640adc34ea868fb9510e881c9c'
'f05036abc9c2bf11abecbdd874e9a4cbac8e0f6274afdf56c5cf8395238d1dc8')
-sha256sums_i686=('dad09d72037cccbdc14b1f6dcb9dd5ad8a99e52bbc8a36d2a0703a1bf1078212')
-sha256sums_x86_64=('ac7408c5d0d2f5442657bc4c76832310819e101cc34608a9b2c8e8315b41edeb')
+sha256sums_i686=('ded6362305d43d325880af3593e2f6894d0fdb744eb35e30230b4feb162fe8bf')
+sha256sums_x86_64=('8ef002b168cac4541b6c4da10fea051e7b528fe7f3c78d847011b00077de40c4')
package() {
install -Dv "alda-$pkgver-$CARCH" "$pkgdir/usr/bin/alda"