summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2022-03-11 21:14:07 -0500
committerTed Alff2022-03-11 21:14:07 -0500
commitb49550a7e3d2c85686a03a709528ed310d9b8889 (patch)
treed3f9320a2e24d9d7a6178dcc2c1b9f8261d7e852
parentd89d6da9e03b7138e9146979604c2914da356371 (diff)
downloadaur-b49550a7e3d2c85686a03a709528ed310d9b8889.tar.gz
Version bump 22.04.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7b4d1cb306b..34b967703ef3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = mate-hud
pkgdesc = Run menubar commands, much like the unity 7 HUD
- pkgver = 19.10.1
+ pkgver = 22.04.0
pkgrel = 1
url = https://github.com/ubuntu-mate/mate-hud
- arch = x86_64
- arch = i686
+ arch = any
license = GPL2
makedepends = python-setuptools
makedepends = python-distutils-extra
@@ -12,12 +11,11 @@ pkgbase = mate-hud
depends = python-gobject
depends = mate-desktop
depends = appmenu-gtk-module
- depends = python-dbus
+ depends = dbus-python
depends = python-psutil
depends = python-setproctitle
depends = python-xlib
- source = mate-hud-19.10.1.tar.gz::https://github.com/ubuntu-mate/mate-hud/archive/19.10.1.tar.gz
- sha256sums = 1f3395f7355b0649b0db443489f2e19502f20d81a99d0f88c5e1cffbfe3a9e66
+ source = mate-hud-22.04.0.tar.gz::https://github.com/ubuntu-mate/mate-hud/archive/22.04.0.tar.gz
+ sha256sums = 2ea250449ddab3e212c69d62fe336ff6fc098c8c4b530cbae06c50c912bb368e
pkgname = mate-hud
-
diff --git a/PKGBUILD b/PKGBUILD
index 86de8c486e43..96a0f3f7734a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
# Contributor: IKRadulov <ikradulov@vivaldi.net>
pkgname=mate-hud
-pkgver=19.10.1
+pkgver=22.04.0
pkgrel=1
pkgdesc="Run menubar commands, much like the unity 7 HUD"
-arch=('x86_64' 'i686')
+arch=('any')
url="https://github.com/ubuntu-mate/mate-hud"
license=('GPL2')
depends=('rofi' 'python-gobject' 'mate-desktop' 'appmenu-gtk-module'
- 'python-dbus' 'python-psutil' 'python-setproctitle' 'python-xlib')
+ '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=('1f3395f7355b0649b0db443489f2e19502f20d81a99d0f88c5e1cffbfe3a9e66')
+sha256sums=('2ea250449ddab3e212c69d62fe336ff6fc098c8c4b530cbae06c50c912bb368e')
package() {
cd "${pkgname}-${pkgver}"