summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2018-11-01 16:03:38 +0000
committerJonathon Fernyhough2018-11-01 16:03:38 +0000
commit8aec0e16efd3e23e6ebbe47a503c26b6b7edd9ff (patch)
tree8786aa1802e4bd143c688bc7c0fe601693467492
parent651b85cd37aa7d1c6a0d2967459d71a98d302c96 (diff)
downloadaur-8aec0e16efd3e23e6ebbe47a503c26b6b7edd9ff.tar.gz
Update for 18.10.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dce3c651cbc7..c073e7a2e499 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mate-tweak
pkgdesc = Tweak tool for MATE (fork of MintDesktop)
- pkgver = 18.04.16
+ pkgver = 18.10.2
pkgrel = 1
url = https://github.com/ubuntu-mate/mate-tweak
arch = any
@@ -23,10 +23,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-18.04.16.tar.gz::https://github.com/ubuntu-mate/mate-tweak/archive/18.04.16.tar.gz
- source = ubuntu-mate-settings-18.04.14.tar.gz::https://github.com/ubuntu-mate/ubuntu-mate-settings/archive/18.04.14.tar.gz
- sha256sums = 67593f9f6cc0040a2bef2828146d69e6f8ce4ec25bd4ff87c907fa954681ede9
- sha256sums = e1e017366c89292ce035299fe9e3a602e9948dbf84e6c62a96ffe7391a1be08f
+ source = mate-tweak-18.10.2.tar.gz::https://github.com/ubuntu-mate/mate-tweak/archive/18.10.2.tar.gz
+ source = ubuntu-mate-settings-18.04.17.tar.gz::https://github.com/ubuntu-mate/ubuntu-mate-settings/archive/18.04.17.tar.gz
+ sha256sums = 1e5eea75339c1e45f3d643f7c0750fac1e1814958b1dd3f846f7a49faf1fabfb
+ sha256sums = e9eb6b763d1edb2f9804e47248bf447248d3054b7291b161db6e25f09f7e482c
pkgname = mate-tweak
diff --git a/PKGBUILD b/PKGBUILD
index 920efa105646..fcf46cf52a69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Balló György <ballogyor+arch at gmail dot com>
pkgname=mate-tweak
-pkgver=18.04.16
-_umsver=18.04.14
+pkgver=18.10.2
+_umsver=18.04.17
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=('67593f9f6cc0040a2bef2828146d69e6f8ce4ec25bd4ff87c907fa954681ede9'
- 'e1e017366c89292ce035299fe9e3a602e9948dbf84e6c62a96ffe7391a1be08f')
+sha256sums=('1e5eea75339c1e45f3d643f7c0750fac1e1814958b1dd3f846f7a49faf1fabfb'
+ 'e9eb6b763d1edb2f9804e47248bf447248d3054b7291b161db6e25f09f7e482c')
prepare() {
cd "$pkgname-$pkgver"