summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2024-03-24 08:30:11 +0100
committerNicola Murino2024-03-24 08:30:11 +0100
commit9a621e4787b8b4cc367b2c3264065933dcd7dd7f (patch)
treef924cfb2c44cf673007543d18a7adfbdc7d83556
parent9d0dc290c3cede4f0faf88259c5cfffc085755cd (diff)
downloadaur-9a621e4787b8b4cc367b2c3264065933dcd7dd7f.tar.gz
update to the latest git revision to support gnome 46
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8dd8dfc928a7..17d4c406a2a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = gnome-shell-extension-dash-to-dock
pkgdesc = Move the dash out of the overview transforming it in a dock
- pkgver = 89
+ pkgver = 89+31+g554f7c5
pkgrel = 1
epoch = 1
url = https://micheleg.github.io/dash-to-dock/
arch = any
- license = GPL
- makedepends = intltool
+ license = GPL-2.0-or-later
makedepends = gettext
makedepends = git
makedepends = sassc
depends = gnome-shell
- source = git+https://github.com/micheleg/dash-to-dock.git#commit=2912e1eacb858374273115fcef42161c28da18fd
+ source = git+https://github.com/micheleg/dash-to-dock.git#commit=554f7c5541bc4ff05d89a9419d2580d3780595e3
sha256sums = SKIP
pkgname = gnome-shell-extension-dash-to-dock
diff --git a/PKGBUILD b/PKGBUILD
index c76c6048a5fe..386e7ade347d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,16 +6,16 @@
pkgname=gnome-shell-extension-dash-to-dock
_pkgname=dash-to-dock
-pkgver=89
+pkgver=89+31+g554f7c5
pkgrel=1
epoch=1
pkgdesc="Move the dash out of the overview transforming it in a dock"
arch=('any')
url="https://micheleg.github.io/dash-to-dock/"
-license=('GPL')
+license=('GPL-2.0-or-later')
depends=('gnome-shell')
-makedepends=('intltool' 'gettext' 'git' 'sassc')
-_commit=2912e1eacb858374273115fcef42161c28da18fd
+makedepends=('gettext' 'git' 'sassc')
+_commit=554f7c5541bc4ff05d89a9419d2580d3780595e3
source=("git+https://github.com/micheleg/dash-to-dock.git#commit=$_commit")
sha256sums=('SKIP')