Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
gnome-shell-extension-arc-menu


Commits:
ef92bf1c by Balló György at 2024-05-12T15:41:59+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -5,9 +5,10 @@ pkgbase = gnome-shell-extension-arc-menu
        url = https://gitlab.com/arcmenu/ArcMenu
        arch = any
        license = GPL-2.0-or-later
+       makedepends = git
        depends = gnome-menus
        depends = gnome-shell
-       source = 
https://gitlab.com/arcmenu/ArcMenu/-/archive/v56/ArcMenu-v56.tar.gz
-       sha256sums = 
dd7bfbec3b811e3a6340532b74d1a3a95db89cb76267ae4a7c8953ed0e3b4b9a
+       source = git+https://gitlab.com/arcmenu/ArcMenu.git#tag=v56
+       b2sums = 
9e892b259764943f171087df50efb6720228ee73f7886e45b15a76da36392b65d88bc5ec4e622341bd281547b6ab0696c12081f8711eef43b29ea260c1750436
 
 pkgname = gnome-shell-extension-arc-menu


=====================================
PKGBUILD
=====================================
@@ -11,15 +11,16 @@ arch=('any')
 url='https://gitlab.com/arcmenu/ArcMenu'
 license=('GPL-2.0-or-later')
 depends=('gnome-menus' 'gnome-shell')
-source=("https://gitlab.com/arcmenu/ArcMenu/-/archive/v$pkgver/$_pkgname-v$pkgver.tar.gz";)
-sha256sums=('dd7bfbec3b811e3a6340532b74d1a3a95db89cb76267ae4a7c8953ed0e3b4b9a')
+makedepends=('git')
+source=("git+https://gitlab.com/arcmenu/$_pkgname.git#tag=v$pkgver";)
+b2sums=('9e892b259764943f171087df50efb6720228ee73f7886e45b15a76da36392b65d88bc5ec4e622341bd281547b6ab0696c12081f8711eef43b29ea260c1750436')
 
 build() {
-  cd $_pkgname-v$pkgver
+  cd $_pkgname
   make
 }
 
 package() {
-  cd $_pkgname-v$pkgver
+  cd $_pkgname
   make VERSION="$pkgver" DESTDIR="$pkgdir" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extension-arc-menu/-/commit/ef92bf1cb631d8e8f1205b75f175d2d8b41b74a3

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extension-arc-menu/-/commit/ef92bf1cb631d8e8f1205b75f175d2d8b41b74a3
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to