summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-02-20 14:40:12 +0000
committerJonathon Fernyhough2021-02-20 14:40:12 +0000
commitb3fda3f49d3d634aa6396f800204191effaa2e95 (patch)
treee0f370fcac1eff257aa416ecb37175dae74de4df
parentc850689ac5242ca679f24f31f2eaeb3af23051f7 (diff)
downloadaur-b3fda3f49d3d634aa6396f800204191effaa2e95.tar.gz
Upstream 21.04.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82306a171e89..8cafac83fce4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mate-tweak
pkgdesc = Tweak tool for MATE (fork of MintDesktop)
- pkgver = 20.10.0
+ pkgver = 21.04.1
pkgrel = 1
url = https://github.com/ubuntu-mate/mate-tweak
arch = any
@@ -24,10 +24,10 @@ pkgbase = mate-tweak
optdepends = tilda: to enable pull-down terminal
optdepends = topmenu-gtk: for Mutiny panel layout
optdepends = vala-panel-appmenu-mate: for Mutiny,Cupertino
- source = mate-tweak-20.10.0.tar.gz::https://github.com/ubuntu-mate/mate-tweak/archive/20.10.0.tar.gz
- source = ubuntu-mate-settings-20.10.0.tar.gz::https://github.com/ubuntu-mate/ubuntu-mate-settings/archive/20.10.0.tar.gz
- sha256sums = 8231a0ca9636dc7695e39a00d09d6bb82eaf78757e434b4943133e4e1ff6d58a
- sha256sums = 0341adebcf2b0634d91db29978312b40afecc2696b6d2c1d50cf7fc59186916e
+ source = mate-tweak-21.04.1.tar.gz::https://github.com/ubuntu-mate/mate-tweak/archive/21.04.1.tar.gz
+ source = ubuntu-mate-settings-21.04.0.tar.gz::https://github.com/ubuntu-mate/ubuntu-mate-settings/archive/21.04.0.tar.gz
+ sha256sums = 4ea3a181d15816358534105c7546eb8058702490af3e5c44482c38e212295361
+ sha256sums = 479804f2e60be76963e26a32318ea80e349610aeb762b5f8be190ea65923e474
pkgname = mate-tweak
diff --git a/PKGBUILD b/PKGBUILD
index af1e46f454e4..3d930b89cf9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Balló György <ballogyor+arch at gmail dot com>
pkgname=mate-tweak
-pkgver=20.10.0
-_umsver=20.10.0
+pkgver=21.04.1
+_umsver=21.04.0
pkgrel=1
pkgdesc="Tweak tool for MATE (fork of MintDesktop)"
arch=('any')
@@ -24,8 +24,8 @@ optdepends=('brisk-menu: for Manjaro panel layout'
'vala-panel-appmenu-mate: for Mutiny,Cupertino')
source=("$pkgname-$pkgver.tar.gz::https://github.com/ubuntu-mate/$pkgname/archive/$pkgver.tar.gz"
"ubuntu-mate-settings-$_umsver.tar.gz::https://github.com/ubuntu-mate/ubuntu-mate-settings/archive/$_umsver.tar.gz")
-sha256sums=('8231a0ca9636dc7695e39a00d09d6bb82eaf78757e434b4943133e4e1ff6d58a'
- '0341adebcf2b0634d91db29978312b40afecc2696b6d2c1d50cf7fc59186916e')
+sha256sums=('4ea3a181d15816358534105c7546eb8058702490af3e5c44482c38e212295361'
+ '479804f2e60be76963e26a32318ea80e349610aeb762b5f8be190ea65923e474')
prepare() {
cd "$pkgname-$pkgver"