diff options
-rw-r--r-- | community/mate-tweak/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/mate-tweak/APKBUILD b/community/mate-tweak/APKBUILD index 2cca06a42e..3b5d86c40d 100644 --- a/community/mate-tweak/APKBUILD +++ b/community/mate-tweak/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com> pkgname=mate-tweak pkgver=18.10.2 -pkgrel=0 +pkgrel=1 pkgdesc="Tweak tool for the MATE Desktop" url="https://github.com/ubuntu-mate/mate-tweak" -arch="all" +arch="noarch" license="GPL-2.0" -depends="python3 py-setproctitle" -makedepends="python3-dev py-distutils-extra intltool" +depends="py3-psutil py3-setproctitle" +makedepends="python3-dev py3-distutils-extra intltool" subpackages="$pkgname-doc $pkgname-lang" source="$pkgname-$pkgver.tar.gz::https://github.com/ubuntu-mate/$pkgname/archive/$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" |