summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2021-04-22 20:40:26 +0300
committerjonian2021-04-22 20:40:26 +0300
commit1ef3777db1bb60bed60df0196cd7f99e0c1781a6 (patch)
tree29e63a4bddd8dc5bdf0ae536d565a210b27af315
parent58418f37eee218f946e4f48dfbddfc1c3e104fa9 (diff)
downloadaur-1ef3777db1bb60bed60df0196cd7f99e0c1781a6.tar.gz
version update to 7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b97768d1e1d7..7710dc179007 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 = 6
+ pkgver = 7
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-6.tar.gz::https://github.com/hardpixel/dash-to-plank/archive/v6.tar.gz
- md5sums = 0c9feaf9221db77dc364628368367b71
+ source = gnome-shell-extension-dash-to-plank-7.tar.gz::https://github.com/hardpixel/dash-to-plank/archive/v7.tar.gz
+ md5sums = f9c685792177db0b29d1fc9929ca4725
pkgname = gnome-shell-extension-dash-to-plank
diff --git a/PKGBUILD b/PKGBUILD
index 5cd24bae62ee..b59eaf398289 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-dash-to-plank
-pkgver=6
+pkgver=7
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=("0c9feaf9221db77dc364628368367b71")
+md5sums=("f9c685792177db0b29d1fc9929ca4725")
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/dash-to-plank-$pkgver/dash-to-plank@hardpixel.eu" "$_"