summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjonian2021-04-23 18:18:51 +0300
committerjonian2021-04-23 18:18:51 +0300
commit968f4dca08a7b552eec8fa6521909de7f2c54a1f (patch)
treebbdbca050eec6cebc8d3903242e3e50394582d11 /PKGBUILD
parent1ef3777db1bb60bed60df0196cd7f99e0c1781a6 (diff)
downloadaur-968f4dca08a7b552eec8fa6521909de7f2c54a1f.tar.gz
version update to 8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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" "$_"