summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-15 11:55:22 +0200
committerGoliathLabs2020-05-15 11:55:22 +0200
commitd71dd2bf717bfa7bedd0c2c615d717aca510d361 (patch)
tree18ff87f1ace45bcc7c88fa8bae6c7ba86ea4de7e
parent73ed9bef265f1ebf898b904fddf2a261d654665c (diff)
downloadaur-d71dd2bf717bfa7bedd0c2c615d717aca510d361.tar.gz
Updated: 20.04.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e16e465536d..9759dc6acae8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mate-window-buttons-applet
pkgdesc = An applet for mate-panel to shows the close,minimize,actions in a panel.
- pkgver = 19.10.2
+ pkgver = 20.04.0
pkgrel = 1
url = https://github.com/ubuntu-mate/mate-window-applets
arch = any
@@ -11,8 +11,8 @@ pkgbase = mate-window-buttons-applet
provides = mate-window-buttons-applet
conflicts = mate-window-buttons-applet-git
options = !strip
- source = mate-window-applets-19.10.2::https://github.com/ubuntu-mate/mate-window-applets/archive/19.10.2.tar.gz
- sha256sums = b537273f9b68427555d148a32b7fb87bf5a148ea697c5717a297f1c462a31b2d
+ source = mate-window-applets-20.04.0::https://github.com/ubuntu-mate/mate-window-applets/archive/20.04.0.tar.gz
+ sha256sums = 788dd84b1c8b8d9fe38453612f9058485d87e9f152ff7ea9e1681f005a360a48
pkgname = mate-window-buttons-applet
diff --git a/PKGBUILD b/PKGBUILD
index e04b11808459..c13d7221b790 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,9 @@
-# Maintainer: ValHue <vhuelamo at gmail dot com>
-#
+# Maintainer: Felix Golatofski <contact@xdfr.de>
# Contributor: ValHue <vhuelamo at gmail dot com>
-#
+
_pkgname="mate-window-applets"
pkgname="mate-window-buttons-applet"
-pkgver=19.10.2
+pkgver=20.04.0
pkgrel=1
pkgdesc="An applet for mate-panel to shows the close,minimize,actions in a panel."
url="https://github.com/ubuntu-mate/mate-window-applets"
@@ -16,7 +15,7 @@ provides=("${pkgname}")
conflicts=("${pkgname}-git")
options=('!strip')
source=("mate-window-applets-${pkgver}::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('b537273f9b68427555d148a32b7fb87bf5a148ea697c5717a297f1c462a31b2d')
+sha256sums=('788dd84b1c8b8d9fe38453612f9058485d87e9f152ff7ea9e1681f005a360a48')
build() {
cd "${_pkgname}-${pkgver}"