summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2024-04-20 09:40:00 +0200
committerNicola Murino2024-04-20 09:40:00 +0200
commit5c2325f69d70e931590438617853a506f1fb5498 (patch)
treee07ee44c944faebc1d5461fda2dc39d285e61746
parentb3465ae3cab311054c2bec47ad81666fdbf76d14 (diff)
downloadaur-5c2325f69d70e931590438617853a506f1fb5498.tar.gz
v91
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bac3a275479e..c89a0fe1122a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-dash-to-dock
pkgdesc = Move the dash out of the overview transforming it in a dock
- pkgver = 90
+ pkgver = 91
pkgrel = 1
epoch = 1
url = https://micheleg.github.io/dash-to-dock/
@@ -10,7 +10,7 @@ pkgbase = gnome-shell-extension-dash-to-dock
makedepends = git
makedepends = sassc
depends = gnome-shell
- source = git+https://github.com/micheleg/dash-to-dock.git#commit=35e2b31cc1153f4c35722b3e93223cd281b762cf
+ source = git+https://github.com/micheleg/dash-to-dock.git#commit=10db86346045fcbe5e171ef87aa12ef02f790e18
sha256sums = SKIP
pkgname = gnome-shell-extension-dash-to-dock
diff --git a/PKGBUILD b/PKGBUILD
index 24cabb09842e..8d72cf707bf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=gnome-shell-extension-dash-to-dock
_pkgname=dash-to-dock
-pkgver=90
+pkgver=91
pkgrel=1
epoch=1
pkgdesc="Move the dash out of the overview transforming it in a dock"
@@ -15,7 +15,7 @@ url="https://micheleg.github.io/dash-to-dock/"
license=('GPL-2.0-or-later')
depends=('gnome-shell')
makedepends=('gettext' 'git' 'sassc')
-_commit=35e2b31cc1153f4c35722b3e93223cd281b762cf
+_commit=10db86346045fcbe5e171ef87aa12ef02f790e18
source=("git+https://github.com/micheleg/dash-to-dock.git#commit=$_commit")
sha256sums=('SKIP')