summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2021-04-21 23:26:32 +0300
committerjonian2021-04-21 23:26:32 +0300
commit58418f37eee218f946e4f48dfbddfc1c3e104fa9 (patch)
treeb5f853429fb5747b8de0c2c646b80f0b309c05a3
parent02a81475c7a5d450f3c1b7de1350aca76305747f (diff)
downloadaur-58418f37eee218f946e4f48dfbddfc1c3e104fa9.tar.gz
version update to 6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9211035b523..b97768d1e1d7 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 = 5
+ pkgver = 6
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-5.tar.gz::https://github.com/hardpixel/dash-to-plank/archive/v5.tar.gz
- md5sums = 44b1b96af28a296d268ee03a6063ddc4
+ source = gnome-shell-extension-dash-to-plank-6.tar.gz::https://github.com/hardpixel/dash-to-plank/archive/v6.tar.gz
+ md5sums = 0c9feaf9221db77dc364628368367b71
pkgname = gnome-shell-extension-dash-to-plank
diff --git a/PKGBUILD b/PKGBUILD
index f162bb3b1ded..5cd24bae62ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-dash-to-plank
-pkgver=5
+pkgver=6
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=("44b1b96af28a296d268ee03a6063ddc4")
+md5sums=("0c9feaf9221db77dc364628368367b71")
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/dash-to-plank-$pkgver/dash-to-plank@hardpixel.eu" "$_"