summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2021-09-11 00:07:10 +0300
committerjonian2021-09-11 00:07:10 +0300
commit6e03d2d99735bbebadb703c105b68de7bbdb9b1c (patch)
treebbe1ab088a0e547bca8fdbd3443396b34de82598
parent3fed9c546e0147db3e0c32f4e801d2f576b9419e (diff)
downloadaur-6e03d2d99735bbebadb703c105b68de7bbdb9b1c.tar.gz
version update to 11
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22259d6cba18..78413e5c06ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-dash-to-plank
pkgdesc = GNOME Shell extension to integrate Plank, the simplest dock on the planet.
- pkgver = 9
+ pkgver = 11
pkgrel = 1
url = https://github.com/hardpixel/dash-to-plank
arch = any
@@ -9,8 +9,7 @@ pkgbase = gnome-shell-extension-dash-to-plank
depends = plank
provides = gnome-shell-extension-dash-to-plank
conflicts = gnome-shell-extension-dash-to-plank-git
- source = gnome-shell-extension-dash-to-plank-9.tar.gz::https://github.com/hardpixel/dash-to-plank/archive/v9.tar.gz
- md5sums = 594bf9f7ba5ea08693ef61f2c0f624cc
+ source = gnome-shell-extension-dash-to-plank-11.tar.gz::https://github.com/hardpixel/dash-to-plank/archive/v11.tar.gz
+ md5sums = e0808d4cc8e63c2d0b4c08a652973008
pkgname = gnome-shell-extension-dash-to-plank
-
diff --git a/PKGBUILD b/PKGBUILD
index af4a76562314..38ce69db0a06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-dash-to-plank
-pkgver=9
+pkgver=11
pkgrel=1
pkgdesc="GNOME Shell extension to integrate Plank, the simplest dock on the planet."
arch=("any")
@@ -10,7 +10,7 @@ depends=("gnome-shell" "plank")
provides=("gnome-shell-extension-dash-to-plank")
conflicts=("gnome-shell-extension-dash-to-plank-git")
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-md5sums=("594bf9f7ba5ea08693ef61f2c0f624cc")
+md5sums=("e0808d4cc8e63c2d0b4c08a652973008")
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/dash-to-plank-$pkgver/dash-to-plank@hardpixel.eu" "$_"