summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2018-11-25 22:23:18 +0200
committerJonian Guveli2018-11-25 22:23:18 +0200
commit51984ff2be2b24e828e80505a2113e13b0eabb6b (patch)
treeebefacb30af02ce7f3364764b52ace0903e9f4d0
parentf0b8c896d120bd117a37d0337377ffb531d4c93f (diff)
downloadaur-51984ff2be2b24e828e80505a2113e13b0eabb6b.tar.gz
version update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c02a7cd6eab1..a081371d136b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-hud
pkgdesc = Unity like HUD menu for the GNOME Desktop Environment
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://github.com/hardpixel/gnome-hud
arch = any
@@ -21,8 +21,8 @@ pkgbase = gnome-hud
optdepends = libdbusmenu-qt5: DbusMenu support for Qt5
conflicts = gnome-hud
conflicts = gnome-hud-git
- source = gnome-hud-1.2.0.tar.gz::https://github.com/hardpixel/gnome-hud/archive/v1.2.0.tar.gz
- md5sums = 90282c7e28be7b360b21fc5a7a66f995
+ source = gnome-hud-1.2.1.tar.gz::https://github.com/hardpixel/gnome-hud/archive/v1.2.1.tar.gz
+ md5sums = 41e043fe29408d269a52e5d8a19da8b3
pkgname = gnome-hud
diff --git a/PKGBUILD b/PKGBUILD
index 6a3eccbaae1b..783a0c70c070 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-hud
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc="Unity like HUD menu for the GNOME Desktop Environment"
arch=("any")
@@ -19,7 +19,7 @@ optdepends=(
makedepends=("python-setuptools")
conflicts=("${pkgname}" "${pkgname}-git")
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-md5sums=("90282c7e28be7b360b21fc5a7a66f995")
+md5sums=("41e043fe29408d269a52e5d8a19da8b3")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"