diff options
author | Nicola Murino | 2021-10-24 19:05:25 +0200 |
---|---|---|
committer | Nicola Murino | 2021-10-24 19:05:25 +0200 |
commit | ff048657aeac262e45281b74dc319b8089a5bcc5 (patch) | |
tree | d6356e1e0e86a0bdcda81fcb0c3eac0ffb6dd431 | |
parent | e7509af78d1a97b74d84e1da91445d42b185c738 (diff) | |
download | aur-ff048657aeac262e45281b74dc319b8089a5bcc5.tar.gz |
add gnome 41 support
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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 = 70 + pkgver = 70+2+ge1100f1 pkgrel = 1 url = https://micheleg.github.io/dash-to-dock/ arch = any @@ -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=8dbf454d5c7896bafae6c600aaaa032c009bd9d5 + source = git+https://github.com/micheleg/dash-to-dock.git#commit=e1100f1865994962b928fbd950a569d2da05dfe5 sha256sums = SKIP pkgname = gnome-shell-extension-dash-to-dock @@ -6,7 +6,7 @@ pkgname=gnome-shell-extension-dash-to-dock _pkgname=dash-to-dock -pkgver=70 +pkgver=70+2+ge1100f1 pkgrel=1 pkgdesc="Move the dash out of the overview transforming it in a dock" arch=('any') @@ -14,7 +14,7 @@ url="https://micheleg.github.io/dash-to-dock/" license=('GPL') depends=('gnome-shell') makedepends=('intltool' 'gettext' 'git' 'sassc') -_commit=8dbf454d5c7896bafae6c600aaaa032c009bd9d5 +_commit=e1100f1865994962b928fbd950a569d2da05dfe5 source=("git+https://github.com/micheleg/dash-to-dock.git#commit=$_commit") sha256sums=('SKIP') |