diff options
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" |