summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2021-04-28 20:47:14 +0300
committerjonian2021-04-28 20:47:14 +0300
commit3fed9c546e0147db3e0c32f4e801d2f576b9419e (patch)
tree208f1554501e503b5e9cfe745879ab491773d479
parent968f4dca08a7b552eec8fa6521909de7f2c54a1f (diff)
downloadaur-3fed9c546e0147db3e0c32f4e801d2f576b9419e.tar.gz
version update to 9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d35c90693a7..22259d6cba18 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 = 8
+ pkgver = 9
pkgrel = 1
url = https://github.com/hardpixel/dash-to-plank
arch = any
@@ -9,8 +9,8 @@ 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-8.tar.gz::https://github.com/hardpixel/dash-to-plank/archive/v8.tar.gz
- md5sums = 122b082a7ba1d62026f611a78c71e91e
+ source = gnome-shell-extension-dash-to-plank-9.tar.gz::https://github.com/hardpixel/dash-to-plank/archive/v9.tar.gz
+ md5sums = 594bf9f7ba5ea08693ef61f2c0f624cc
pkgname = gnome-shell-extension-dash-to-plank
diff --git a/PKGBUILD b/PKGBUILD
index c738422ceea2..af4a76562314 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-dash-to-plank
-pkgver=8
+pkgver=9
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=("122b082a7ba1d62026f611a78c71e91e")
+md5sums=("594bf9f7ba5ea08693ef61f2c0f624cc")
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/dash-to-plank-$pkgver/dash-to-plank@hardpixel.eu" "$_"