aboutsummaryrefslogtreecommitdiffstats
path: root/community/mate-tweak
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-13 07:37:56 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-13 07:47:10 -0300
commit24d1e44ed49db93902758de4bc4d024711615383 (patch)
treef3a4c29e27e30103f4f391242ec081f13f4af7a0 /community/mate-tweak
parent7206d164520ceba154e277f8afc052769db96091 (diff)
downloadaports-24d1e44ed49db93902758de4bc4d024711615383.tar.bz2
aports-24d1e44ed49db93902758de4bc4d024711615383.tar.xz
community/mate-tweak: upgrade to 19.10.4
Diffstat (limited to 'community/mate-tweak')
-rw-r--r--community/mate-tweak/APKBUILD14
1 files changed, 5 insertions, 9 deletions
diff --git a/community/mate-tweak/APKBUILD b/community/mate-tweak/APKBUILD
index d5b8b03673..02dc25d0b0 100644
--- a/community/mate-tweak/APKBUILD
+++ b/community/mate-tweak/APKBUILD
@@ -1,31 +1,27 @@
# Contributor: Roberto Oliveira <robertoguimaraes8@gmail.com>
# Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com>
pkgname=mate-tweak
-pkgver=18.10.2
-pkgrel=3
+pkgver=19.10.4
+pkgrel=0
pkgdesc="Tweak tool for the MATE Desktop"
url="https://github.com/ubuntu-mate/mate-tweak"
arch="noarch"
-license="GPL-2.0"
+license="GPL-2.0-or-later"
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"
+source="$pkgname-$pkgver.tar.gz::https://github.com/ubuntu-mate/mate-tweak/archive/$pkgver.tar.gz"
build() {
- cd "$builddir"
python3 setup.py build
}
check() {
- cd "$builddir"
python3 setup.py check
}
package() {
- cd "$builddir"
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="5207ad0cc73ed79a761c7e745cb428ab0e338fe35d07fefcad18ed8a43cfa14b96cacc2da05fa7b48b57e90fef10eae6ce40693451d65dfd64c36fd800a71e9c mate-tweak-18.10.2.tar.gz"
+sha512sums="3bf189bd5b8227a6322a678b65c15db91ecf6c73302985ea6b10250c6a89557d1ee80335b5aa173b84f2eb212067224d9cb5993f990491b0cd0a5704a5f2d9c5 mate-tweak-19.10.4.tar.gz"