diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-06-14 00:04:52 +0200 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-06-14 01:51:58 +0300 |
commit | 3659a69fdd27de0b166b708cc1cca032a6a0a96a (patch) | |
tree | c39ea5b131f9595d3fa2e788771211a516b738ec /testing/evolution/APKBUILD | |
parent | 3fd43caf9f38a86e6642c3e241562f3c9ad6109e (diff) | |
download | aports-3659a69fdd27de0b166b708cc1cca032a6a0a96a.tar.bz2 aports-3659a69fdd27de0b166b708cc1cca032a6a0a96a.tar.xz |
testing/evolution: re-enable on armv7
* Adopt maintainership
* Fix license
Diffstat (limited to 'testing/evolution/APKBUILD')
-rw-r--r-- | testing/evolution/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/evolution/APKBUILD b/testing/evolution/APKBUILD index 2cfb8d7526..78a314285b 100644 --- a/testing/evolution/APKBUILD +++ b/testing/evolution/APKBUILD @@ -1,13 +1,13 @@ -# Contributor: -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> +# Contributor: Natanael Copa <ncopa@alpinelinux.org> +# Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=evolution pkgver=3.32.2 -pkgrel=0 +pkgrel=1 pkgdesc="evolution mail client" url="https://projects.gnome.org/evolution" # limited by webkit2gtk -arch="all !s390x !armv7" -license="GPL" +arch="all !s390x" +license="GPL-2.0-or-later" depends="highlight gsettings-desktop-schemas" depends_dev="itstool libxml2-dev gcr-dev enchant-dev libcanberra-dev libgweather-dev openldap-dev libnotify-dev" |