summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorskrewball2022-04-19 13:06:30 -0300
committerskrewball2022-04-19 13:06:30 -0300
commitf296cabd3679b4575a3a65c36ca6b8d96a9a33a1 (patch)
tree300b5ac861a94d28ced16102d9069d0fb17fbe64
parent4e124b1d05b8b1a0b61a24587e725927233eb1fa (diff)
downloadaur-f296cabd3679b4575a3a65c36ca6b8d96a9a33a1.tar.gz
updpkg: gnome:ArcMenu v31
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 9 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da2ebb7bfef8..deefc959181c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = gnome-shell-extension-arc-menu
pkgdesc = Application Menu Extension for GNOME
- pkgver = 30
+ pkgver = 31
pkgrel = 1
url = https://gitlab.com/arcmenu/ArcMenu
arch = any
license = GPL2
depends = dconf
- depends = gnome-shell-extensions>=42
+ depends = gnome-shell
depends = gnome-menus
conflicts = gnome-shell-extension-arc-menu-git
- source = https://gitlab.com/arcmenu/ArcMenu/-/archive/v30/ArcMenu-v30.tar.gz
- sha256sums = b1df8163427e4833e8d34ecfc597427e1280c89997f231cadcfe9c496eed4f72
+ source = https://gitlab.com/arcmenu/ArcMenu/-/archive/v31/ArcMenu-v31.tar.gz
+ sha256sums = b91da2af28789bba2829328dd9925bae41692f8fb237dc66eaebce9381e3d1ab
pkgname = gnome-shell-extension-arc-menu
diff --git a/PKGBUILD b/PKGBUILD
index d9e250d3df27..eb48908a93c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,19 @@
-# Maintainer: skrewball <jason at joickle dot com>
+# Maintainer: skrewball <aur at joickle dot com>
# Maintainer: Christian Brassat <christian.brassat at gmail dot com>
pkgname=gnome-shell-extension-arc-menu
_pkgbase=ArcMenu
-pkgver=30
+pkgver=31
pkgrel=1
pkgdesc="Application Menu Extension for GNOME"
arch=('any')
url="https://gitlab.com/arcmenu/ArcMenu"
license=('GPL2')
-depends=(
- 'dconf'
- 'gnome-shell-extensions>=42'
- 'gnome-menus'
-)
+depends=('dconf' 'gnome-shell' 'gnome-menus')
conflicts=('gnome-shell-extension-arc-menu-git')
+
source=("${url}/-/archive/v${pkgver}/${_pkgbase}-v${pkgver}.tar.gz")
-sha256sums=('b1df8163427e4833e8d34ecfc597427e1280c89997f231cadcfe9c496eed4f72')
+sha256sums=('b91da2af28789bba2829328dd9925bae41692f8fb237dc66eaebce9381e3d1ab')
build() {
cd "${_pkgbase}-v${pkgver}"