Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / gnome-shell-extension-arc-menu
Commits: b2b00e5a by Antonio Rojas at 2023-10-09T22:47:09+02:00 upgpkg: 51-1: Update to 51 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = gnome-shell-extension-arc-menu + pkgdesc = Application menu extension for GNOME Shell + pkgver = 51 + pkgrel = 1 + url = https://gitlab.com/arcmenu/ArcMenu + arch = any + license = GPL + depends = gnome-menus + depends = gnome-shell + source = https://gitlab.com/arcmenu/ArcMenu/-/archive/v51/ArcMenu-v51.tar.gz + sha256sums = c384525c8a4b88847d4afa95a21c418fa052b9abdc64e8b4fcaeef420bedbf31 + +pkgname = gnome-shell-extension-arc-menu ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=gnome-shell-extension-arc-menu _pkgname=ArcMenu -pkgver=48 +pkgver=51 pkgrel=1 pkgdesc='Application menu extension for GNOME Shell' arch=('any') @@ -12,7 +12,7 @@ url='https://gitlab.com/arcmenu/ArcMenu' license=('GPL') depends=('gnome-menus' 'gnome-shell') source=("https://gitlab.com/arcmenu/ArcMenu/-/archive/v$pkgver/$_pkgname-v$pkgver.tar.gz") -sha256sums=('51dff0cf8f3a6b93243a4b2b5bedb336fccd2e7a4e00bdd86bc6d4c55e2069b4') +sha256sums=('c384525c8a4b88847d4afa95a21c418fa052b9abdc64e8b4fcaeef420bedbf31') build() { cd $_pkgname-v$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extension-arc-menu/-/commit/b2b00e5a8e919941b939d02e872a8d684fe39bda -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extension-arc-menu/-/commit/b2b00e5a8e919941b939d02e872a8d684fe39bda You're receiving this email because of your account on gitlab.archlinux.org.
