summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2022-03-25 10:31:45 -0400
committerTed Alff2022-03-25 10:31:45 -0400
commitf757d3b9cc46ffd134682ccf49472033306693c1 (patch)
treebeedf2366f7251db666e87930e459f81682045f5
parentb49550a7e3d2c85686a03a709528ed310d9b8889 (diff)
downloadaur-f757d3b9cc46ffd134682ccf49472033306693c1.tar.gz
Version bump 22.04.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34b967703ef3..cae00c08587c 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.0
+ pkgver = 22.04.1
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.0.tar.gz::https://github.com/ubuntu-mate/mate-hud/archive/22.04.0.tar.gz
- sha256sums = 2ea250449ddab3e212c69d62fe336ff6fc098c8c4b530cbae06c50c912bb368e
+ source = mate-hud-22.04.1.tar.gz::https://github.com/ubuntu-mate/mate-hud/archive/22.04.1.tar.gz
+ sha256sums = 3acd6c6c071920d201ff08564d35e9e1ca0c4d5e1c565465ccb9b077e2cd3dba
pkgname = mate-hud
diff --git a/PKGBUILD b/PKGBUILD
index 96a0f3f7734a..fd07b17ad3a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: IKRadulov <ikradulov@vivaldi.net>
pkgname=mate-hud
-pkgver=22.04.0
+pkgver=22.04.1
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=('2ea250449ddab3e212c69d62fe336ff6fc098c8c4b530cbae06c50c912bb368e')
+sha256sums=('3acd6c6c071920d201ff08564d35e9e1ca0c4d5e1c565465ccb9b077e2cd3dba')
package() {
cd "${pkgname}-${pkgver}"