aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/gitg/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gitg/APKBUILD b/community/gitg/APKBUILD
index 2446d77448..d2513aee0a 100644
--- a/community/gitg/APKBUILD
+++ b/community/gitg/APKBUILD
@@ -5,14 +5,14 @@ pkgver=3.32.1
pkgrel=1
pkgdesc="gitg is the GNOME GUI client to view git repositories"
url="https://wiki.gnome.org/Apps/Gitg"
-arch="all"
+arch="all !s390x" # missing gtksourceview
license="GPL-2.0-or-later"
depends="gsettings-desktop-schemas"
makedepends="meson libsoup-dev libgee-dev glib-dev gobject-introspection-dev vala
gsettings-desktop-schemas-dev libpeas-dev libgit2-glib-dev gtk+3.0-dev libsecret-dev
libxml2-dev libdazzle-dev gtkspell3-dev gtksourceview-dev"
subpackages="$pkgname-doc $pkgname-lang"
-source="https://download.gnome.org/sources/gitg/${pkgver%.*}/gitg-${pkgver}.tar.xz"
+source="https://download.gnome.org/sources/gitg/${pkgver%.*}/gitg-$pkgver.tar.xz"
build() {
meson \