summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2021-04-16 22:01:22 +0300
committerjonian2021-04-16 22:01:22 +0300
commit03603cc0ae0172c927b40844c1f6fb15ab0cae74 (patch)
tree49274b83e1cae386a04a0c3053e1a35cadd14c8f
parent075ab52052c4972f712983d3f773af447eeeb908 (diff)
downloadaur-03603cc0ae0172c927b40844c1f6fb15ab0cae74.tar.gz
version update to 4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89486baf4902..03fb3df80b24 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 = 3
+ pkgver = 4
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-3.tar.gz::https://github.com/hardpixel/dash-to-plank/archive/v3.tar.gz
- md5sums = 16aa0d7f4197f612ed8f876d2c09b9a0
+ source = gnome-shell-extension-dash-to-plank-4.tar.gz::https://github.com/hardpixel/dash-to-plank/archive/v4.tar.gz
+ md5sums = 7c9ffc0d0e916b07ebad5eda3a0b75d2
pkgname = gnome-shell-extension-dash-to-plank
diff --git a/PKGBUILD b/PKGBUILD
index 1296223fc905..cfd583ab0a0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-dash-to-plank
-pkgver=3
+pkgver=4
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=("16aa0d7f4197f612ed8f876d2c09b9a0")
+md5sums=("7c9ffc0d0e916b07ebad5eda3a0b75d2")
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/dash-to-plank-$pkgver/dash-to-plank@hardpixel.eu" "$_"