diff options
Diffstat (limited to 'main/mate-control-center/APKBUILD')
-rw-r--r-- | main/mate-control-center/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/mate-control-center/APKBUILD b/main/mate-control-center/APKBUILD index 34921c3743..6dbfac6b74 100644 --- a/main/mate-control-center/APKBUILD +++ b/main/mate-control-center/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=mate-control-center pkgver=1.10.1 -pkgrel=0 +pkgrel=1 pkgdesc="MATE's main interface for configuration of various aspects of your desktop" url="https://github.com/mate-desktop/mate-control-center" arch="all" @@ -34,6 +34,7 @@ build() { --host=$CHOST \ --sysconfdir=/etc \ --prefix=/usr \ + --disable-update-mimedb \ || return 1 make || return 1 } |