summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2022-03-31 19:24:56 -0400
committerTed Alff2022-03-31 19:24:56 -0400
commitde9947cbc61ad0f868d1b9b5551df8fadd88fd14 (patch)
treef54199793da3a39c7eab015d7169fec3955f0d9e
parentf757d3b9cc46ffd134682ccf49472033306693c1 (diff)
downloadaur-de9947cbc61ad0f868d1b9b5551df8fadd88fd14.tar.gz
Version bump 22.04.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cae00c08587c..f4394bbd3cc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mate-hud
pkgdesc = Run menubar commands, much like the unity 7 HUD
- pkgver = 22.04.1
+ pkgver = 22.04.2
pkgrel = 1
url = https://github.com/ubuntu-mate/mate-hud
arch = any
@@ -15,7 +15,7 @@ pkgbase = mate-hud
depends = python-psutil
depends = python-setproctitle
depends = python-xlib
- source = mate-hud-22.04.1.tar.gz::https://github.com/ubuntu-mate/mate-hud/archive/22.04.1.tar.gz
- sha256sums = 3acd6c6c071920d201ff08564d35e9e1ca0c4d5e1c565465ccb9b077e2cd3dba
+ source = mate-hud-22.04.2.tar.gz::https://github.com/ubuntu-mate/mate-hud/archive/22.04.2.tar.gz
+ sha256sums = 1908b241fc5d9a54ee4654a4c5e100b9e4235ca7bd18f0cebec33ab179e78cab
pkgname = mate-hud
diff --git a/PKGBUILD b/PKGBUILD
index fd07b17ad3a8..a3b0db1298af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: IKRadulov <ikradulov@vivaldi.net>
pkgname=mate-hud
-pkgver=22.04.1
+pkgver=22.04.2
pkgrel=1
pkgdesc="Run menubar commands, much like the unity 7 HUD"
arch=('any')
@@ -13,7 +13,7 @@ depends=('rofi' 'python-gobject' 'mate-desktop' 'appmenu-gtk-module'
'dbus-python' 'python-psutil' 'python-setproctitle' 'python-xlib')
makedepends=('python-setuptools' 'python-distutils-extra')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ubuntu-mate/mate-hud/archive/${pkgver}.tar.gz")
-sha256sums=('3acd6c6c071920d201ff08564d35e9e1ca0c4d5e1c565465ccb9b077e2cd3dba')
+sha256sums=('1908b241fc5d9a54ee4654a4c5e100b9e4235ca7bd18f0cebec33ab179e78cab')
package() {
cd "${pkgname}-${pkgver}"