summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2022-04-12 19:16:57 -0400
committerTed Alff2022-04-12 19:16:57 -0400
commitea9eb619cb2247d4a63823a2af191d6a27da6665 (patch)
tree8a1112b645f5153364acb506b16d9905d30e850c
parentde9947cbc61ad0f868d1b9b5551df8fadd88fd14 (diff)
downloadaur-ea9eb619cb2247d4a63823a2af191d6a27da6665.tar.gz
Version bump 22.04.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4394bbd3cc4..3eece0248ce3 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.2
+ pkgver = 22.04.4
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.2.tar.gz::https://github.com/ubuntu-mate/mate-hud/archive/22.04.2.tar.gz
- sha256sums = 1908b241fc5d9a54ee4654a4c5e100b9e4235ca7bd18f0cebec33ab179e78cab
+ source = mate-hud-22.04.4.tar.gz::https://github.com/ubuntu-mate/mate-hud/archive/22.04.4.tar.gz
+ sha256sums = 4948df8f8e0cd057104667da7ce9d310efa0e065fdbb90b55e55c75da99af335
pkgname = mate-hud
diff --git a/PKGBUILD b/PKGBUILD
index a3b0db1298af..be2ea6383383 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: IKRadulov <ikradulov@vivaldi.net>
pkgname=mate-hud
-pkgver=22.04.2
+pkgver=22.04.4
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=('1908b241fc5d9a54ee4654a4c5e100b9e4235ca7bd18f0cebec33ab179e78cab')
+sha256sums=('4948df8f8e0cd057104667da7ce9d310efa0e065fdbb90b55e55c75da99af335')
package() {
cd "${pkgname}-${pkgver}"