aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-22 21:10:49 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-22 21:11:15 -0300
commitac27858119c45b1b15e772c6538b29e190c0f4ef (patch)
tree6702e6edf68860e8f82dfbdbdb83ccd28ffb3fef /community
parent14c8ab18b914e7f63c955ae3eea1c04210789b70 (diff)
downloadaports-ac27858119c45b1b15e772c6538b29e190c0f4ef.tar.bz2
aports-ac27858119c45b1b15e772c6538b29e190c0f4ef.tar.xz
community/evolution: disable on s390x
Diffstat (limited to 'community')
-rw-r--r--community/evolution/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/evolution/APKBUILD b/community/evolution/APKBUILD
index 294c5f2de8..280604e2dc 100644
--- a/community/evolution/APKBUILD
+++ b/community/evolution/APKBUILD
@@ -5,7 +5,7 @@ pkgver=3.34.0
pkgrel=0
pkgdesc="evolution mail client"
url="https://projects.gnome.org/evolution"
-arch="all"
+arch="all !s390x" # Limited by gnome-autoar
license="GPL-2.0-or-later"
depends="highlight gsettings-desktop-schemas"
depends_dev="itstool libxml2-dev gcr-dev enchant-dev libcanberra-dev
@@ -15,7 +15,7 @@ makedepends="$depends_dev gperf flex bison libxml2-utils glib-dev
gtk+3.0-dev nss-dev cmake gnu-libiconv-dev gsettings-desktop-schemas-dev
gspell-dev"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
-source="https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
+source="https://download.gnome.org/sources/evolution/${pkgver%.*}/evolution-$pkgver.tar.xz"
build() {
mkdir -p "$builddir"/build