Skip to content
Snippets Groups Projects
Commit 909a85cb authored by Celeste's avatar Celeste
Browse files
parent 815fecae
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gjs
# even number after first dot are the stable releases
pkgver=1.82.0
pkgver=1.82.1
pkgrel=0
pkgdesc="GNOME javascript library"
url="https://wiki.gnome.org/Projects/Gjs"
......@@ -26,8 +26,8 @@ source="https://download.gnome.org/sources/gjs/${pkgver%.*}/gjs-$pkgver.tar.xz
"
case "$CARCH" in
riscv64)
# lld broken on riscv64
riscv64|s390x)
# lld broken on riscv64, disabled on s390x
;;
*)
makedepends="$makedepends lld"
......@@ -44,7 +44,7 @@ build() {
esac
case "$CARCH" in
riscv64)
riscv64|s390x)
local lto=false
;;
*)
......@@ -77,6 +77,6 @@ package() {
}
sha512sums="
e0a63b85f902eabbe3edc93d486052dbd3ac1a68f9d1a88955b0ee1bd26acebe8530dd01b96b2ffa0aec9aa2fc511f76696a68630d4e1cb98a485ca00b0fb17b gjs-1.82.0.tar.xz
2e4e1ceee784d252cb0f6a5df9c9dd9a486112af9973e184d785cb4bcb06a5844e16ce51b8a46021220f2b6ead24186eb98cc15b836492f71922e8a80669b16f gjs-1.82.1.tar.xz
3524a4c6772f1be1d6e2320650d7fb9f81cc2ceb7c79c2521c0ee7a4202d5681a88586ab9439050611ee1719f9a977bb65d0eaaa536148e7e4590baf1f50eae8 encoding.patch
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment