diff options
author | prspkt <prspkt@protonmail.com> | 2018-03-29 15:59:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-07-18 09:35:55 +0000 |
commit | a5dff78ed7e21c3042eb9908ddf21b08b6924f73 (patch) | |
tree | eb4078f5066a91666be884ff27e7703e5fa04d64 /community/atril | |
parent | 4bfab3664f32416cbcce2f7ab71d7f00249bbda6 (diff) | |
download | aports-a5dff78ed7e21c3042eb9908ddf21b08b6924f73.tar.bz2 aports-a5dff78ed7e21c3042eb9908ddf21b08b6924f73.tar.xz |
community/atril: clarify license
Diffstat (limited to 'community/atril')
-rw-r--r-- | community/atril/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/atril/APKBUILD b/community/atril/APKBUILD index 9e6281718a..dfbc40dd10 100644 --- a/community/atril/APKBUILD +++ b/community/atril/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=atril pkgver=1.21.0 -pkgrel=0 +pkgrel=1 pkgdesc="A document viewer for MATE" url="https://github.com/mate-desktop/atril" arch="all" -license="GPL-2.0" +license="GPL-2.0-or-later" depends="mate-icon-theme" # make check is broken: https://github.com/mate-desktop/atril/issues/167 options="!check" |