summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2019-08-10 22:19:59 -0400
committerTed Alff2019-08-10 22:19:59 -0400
commitd89d6da9e03b7138e9146979604c2914da356371 (patch)
treee625cc3be4413ada7a52d875b9b7fdcd09caca15
parentbb5901830aefbcc859ad9612381e4afbfdd03127 (diff)
downloadaur-d89d6da9e03b7138e9146979604c2914da356371.tar.gz
Adopt and update 19.10.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD18
2 files changed, 13 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e9be863aa62..e7b4d1cb306b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mate-hud
pkgdesc = Run menubar commands, much like the unity 7 HUD
- pkgver = 18.04.7
+ pkgver = 19.10.1
pkgrel = 1
url = https://github.com/ubuntu-mate/mate-hud
arch = x86_64
@@ -9,17 +9,15 @@ pkgbase = mate-hud
makedepends = python-setuptools
makedepends = python-distutils-extra
depends = rofi
- depends = gobject-introspection
+ depends = python-gobject
depends = mate-desktop
- depends = appmenu-gtk-module-git
- depends = python
+ depends = appmenu-gtk-module
depends = python-dbus
depends = python-psutil
depends = python-setproctitle
depends = python-xlib
- optdepends = appmenu-qt
- source = https://github.com/ubuntu-mate/mate-hud/archive/18.04.7.tar.gz
- sha256sums = 9c73b279033b43c03b3695ae617109fefe3fc8d8547f74a6da10df09b08f09c6
+ source = mate-hud-19.10.1.tar.gz::https://github.com/ubuntu-mate/mate-hud/archive/19.10.1.tar.gz
+ sha256sums = 1f3395f7355b0649b0db443489f2e19502f20d81a99d0f88c5e1cffbfe3a9e66
pkgname = mate-hud
diff --git a/PKGBUILD b/PKGBUILD
index 35adbf61252a..86de8c486e43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,19 @@
-# Maintainer: PeterCP <petercp@vivaldi.net>
-# Maintainer: IKRadulov <ikradulov@vivaldi.net>
-# Contributors:
+# Maintainer: twa022 <twa022 at gmail dot com>
+# Contributor: PeterCP <petercp@vivaldi.net>
+# Contributor: IKRadulov <ikradulov@vivaldi.net>
pkgname=mate-hud
-pkgver=18.04.7
+pkgver=19.10.1
pkgrel=1
pkgdesc="Run menubar commands, much like the unity 7 HUD"
arch=('x86_64' 'i686')
url="https://github.com/ubuntu-mate/mate-hud"
license=('GPL2')
-depends=('rofi' 'gobject-introspection' 'mate-desktop' 'appmenu-gtk-module-git'
- 'python' 'python-dbus' 'python-psutil' 'python-setproctitle'
- 'python-xlib')
-optdepends=('appmenu-qt')
+depends=('rofi' 'python-gobject' 'mate-desktop' 'appmenu-gtk-module'
+ 'python-dbus' 'python-psutil' 'python-setproctitle' 'python-xlib')
makedepends=('python-setuptools' 'python-distutils-extra')
-source=('https://github.com/ubuntu-mate/mate-hud/archive/18.04.7.tar.gz')
-sha256sums=('9c73b279033b43c03b3695ae617109fefe3fc8d8547f74a6da10df09b08f09c6')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ubuntu-mate/mate-hud/archive/${pkgver}.tar.gz")
+sha256sums=('1f3395f7355b0649b0db443489f2e19502f20d81a99d0f88c5e1cffbfe3a9e66')
package() {
cd "${pkgname}-${pkgver}"