summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-19 13:54:39 +0200
committerGoliathLabs2020-05-19 13:54:39 +0200
commit67e2efc77ed3212a06a44b638b50e4f86930a931 (patch)
treeb88330778fabf6dd02981714104612fbc3efcfcb
parente7702fd40cdfbbf5a6979538d0478939f1e70d30 (diff)
downloadaur-gnome-shell-extension-gnomenu.tar.gz
Updated: 29
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a3e6972cd95..27efbd526348 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gnome-shell-extension-gnomenu
pkgdesc = GnoMenu - is a traditional styled full featured Gnome-Shell apps-menu, that aims to offer all the essentials in a simple uncluttered intuitive interface.
- pkgver = 28
+ pkgver = 29
pkgrel = 1
url = https://github.com/The-Panacea-Projects/Gnomenu
arch = any
license = GPL3
depends = gnome-shell
- source = https://github.com/The-Panacea-Projects/Gnomenu/archive/gno-menu.v28.tar.gz
- sha256sums = 0eb70c747be17a0256bd08d91241901c978f67d041d7fdd741d1e93cbfca4233
+ source = https://github.com/The-Panacea-Projects/Gnomenu/archive/gno-menu.v29.tar.gz
+ sha256sums = 48716da48902f272da6e2a81472ea7ce0e3a9b299c087daaab39ba313ff9362e
pkgname = gnome-shell-extension-gnomenu
diff --git a/PKGBUILD b/PKGBUILD
index e33de7e0861b..5faebd9331c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Scott Dickson <scottfoesho@gmail.com>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: Scott Dickson <scottfoesho@gmail.com>
pkgname=gnome-shell-extension-gnomenu
-pkgver=28
+pkgver=29
pkgrel=1
pkgdesc="GnoMenu - is a traditional styled full featured Gnome-Shell apps-menu, that aims to offer all the essentials in a simple uncluttered intuitive interface."
arch=('any')
@@ -9,7 +10,7 @@ url="https://github.com/The-Panacea-Projects/Gnomenu"
license=('GPL3')
depends=('gnome-shell')
source=("https://github.com/The-Panacea-Projects/Gnomenu/archive/gno-menu.v${pkgver}.tar.gz")
-sha256sums=('0eb70c747be17a0256bd08d91241901c978f67d041d7fdd741d1e93cbfca4233')
+sha256sums=('48716da48902f272da6e2a81472ea7ce0e3a9b299c087daaab39ba313ff9362e')
package() {
_extname='gnomenu@panacier.gmail.com'