summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2021-04-19 00:21:42 +0300
committerjonian2021-04-19 00:21:42 +0300
commit02a81475c7a5d450f3c1b7de1350aca76305747f (patch)
treef56a5e4060ff6947de3d5fca00e5a33679c09215
parent03603cc0ae0172c927b40844c1f6fb15ab0cae74 (diff)
downloadaur-02a81475c7a5d450f3c1b7de1350aca76305747f.tar.gz
version update to 5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03fb3df80b24..a9211035b523 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 = 4
+ pkgver = 5
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-4.tar.gz::https://github.com/hardpixel/dash-to-plank/archive/v4.tar.gz
- md5sums = 7c9ffc0d0e916b07ebad5eda3a0b75d2
+ source = gnome-shell-extension-dash-to-plank-5.tar.gz::https://github.com/hardpixel/dash-to-plank/archive/v5.tar.gz
+ md5sums = 44b1b96af28a296d268ee03a6063ddc4
pkgname = gnome-shell-extension-dash-to-plank
diff --git a/PKGBUILD b/PKGBUILD
index cfd583ab0a0d..f162bb3b1ded 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-dash-to-plank
-pkgver=4
+pkgver=5
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=("7c9ffc0d0e916b07ebad5eda3a0b75d2")
+md5sums=("44b1b96af28a296d268ee03a6063ddc4")
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/dash-to-plank-$pkgver/dash-to-plank@hardpixel.eu" "$_"