summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2021-04-23 18:18:51 +0300
committerjonian2021-04-23 18:18:51 +0300
commit968f4dca08a7b552eec8fa6521909de7f2c54a1f (patch)
treebbdbca050eec6cebc8d3903242e3e50394582d11
parent1ef3777db1bb60bed60df0196cd7f99e0c1781a6 (diff)
downloadaur-968f4dca08a7b552eec8fa6521909de7f2c54a1f.tar.gz
version update to 8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7710dc179007..6d35c90693a7 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 = 7
+ pkgver = 8
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-7.tar.gz::https://github.com/hardpixel/dash-to-plank/archive/v7.tar.gz
- md5sums = f9c685792177db0b29d1fc9929ca4725
+ source = gnome-shell-extension-dash-to-plank-8.tar.gz::https://github.com/hardpixel/dash-to-plank/archive/v8.tar.gz
+ md5sums = 122b082a7ba1d62026f611a78c71e91e
pkgname = gnome-shell-extension-dash-to-plank
diff --git a/PKGBUILD b/PKGBUILD
index b59eaf398289..c738422ceea2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-dash-to-plank
-pkgver=7
+pkgver=8
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=("f9c685792177db0b29d1fc9929ca4725")
+md5sums=("122b082a7ba1d62026f611a78c71e91e")
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/dash-to-plank-$pkgver/dash-to-plank@hardpixel.eu" "$_"