diff options
Diffstat (limited to 'community/mate-calc/APKBUILD')
-rw-r--r-- | community/mate-calc/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mate-calc/APKBUILD b/community/mate-calc/APKBUILD index dcf659af9c..7ee78de2f0 100644 --- a/community/mate-calc/APKBUILD +++ b/community/mate-calc/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=mate-calc pkgver=1.21.0 -pkgrel=0 +pkgrel=1 pkgdesc="Calculator for MATE" url="https://github.com/mate-desktop/mate-calc" arch="all" -license="GPL-2.0" +license="GPL-2.0-or-later" depends="mate-common" makedepends="itstool libtool intltool gtk+3.0-dev libxml2-utils libxml2-dev" |