summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7412b40b519e..a0b5d3fd7d91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,6 @@
pkgbase = plasma-hud-git
- pkgver = 16.10.0.r90.g7ff3752
+ pkgdesc = Provides a way to run menubar commands through rofi, much like the Unity 7 Heads-Up Display (HUD).
+ pkgver = 18.12.0.r8.g77b23d4
pkgrel = 1
url = https://github.com/Zren/plasma-hud
install = plasma-hud-git.install
@@ -15,6 +16,7 @@ pkgbase = plasma-hud-git
depends = gobject-introspection
depends = appmenu-gtk-module
depends = appmenu-qt4
+ depends = python-gobject
source = git+https://github.com/Zren/plasma-hud.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7ee53a6b9248..b94305c92c88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=plasma-hud-git
-pkgver=16.10.0.r90.g7ff3752
+pkgver=18.12.0.r8.g77b23d4
pkgrel=1
-pkgdesk="Provides a way to run menubar commands through rofi, much like the Unity 7 Heads-Up Display (HUD)."
+pkgdesc="Provides a way to run menubar commands through rofi, much like the Unity 7 Heads-Up Display (HUD)."
arch=(x86_64)
url="https://github.com/Zren/plasma-hud"
license=(GPL)
-depends=(plasma-workspace rofi python python-dbus python-setproctitle python-xlib gobject-introspection appmenu-gtk-module appmenu-qt4)
+depends=(plasma-workspace rofi python python-dbus python-setproctitle python-xlib gobject-introspection appmenu-gtk-module appmenu-qt4 python-gobject)
makedepends=(git)
source=("git+${url}.git")
sha256sums=('SKIP')
@@ -13,7 +13,7 @@ install=${pkgname}.install
pkgver() {
cd plasma-hud
- git describe --long | sed 's/^[v-]//;s/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/^[v-]//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
package() {