summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorskrewball2022-04-19 13:06:30 -0300
committerskrewball2022-04-19 13:06:30 -0300
commitf296cabd3679b4575a3a65c36ca6b8d96a9a33a1 (patch)
tree300b5ac861a94d28ced16102d9069d0fb17fbe64 /PKGBUILD
parent4e124b1d05b8b1a0b61a24587e725927233eb1fa (diff)
downloadaur-f296cabd3679b4575a3a65c36ca6b8d96a9a33a1.tar.gz
updpkg: gnome:ArcMenu v31
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 5 insertions, 8 deletions
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}"