summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2023-10-11 13:41:36 +0300
committerJonian Guveli2023-10-11 13:41:36 +0300
commitbb2662ed991bb5d8dea8d4d5af25cb2bc8d8e46b (patch)
tree3a3b4d5402e5ab15f9488edc9d5d0d0688a6afa2
parentd5195aa790d2412933e84eb8d985c4a4ee6b455d (diff)
downloadaur-bb2662ed991bb5d8dea8d4d5af25cb2bc8d8e46b.tar.gz
version update to 16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9377ede18f3..6b27798e0b72 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 = 15
+ pkgver = 16
pkgrel = 1
url = https://github.com/hardpixel/dash-to-plank
arch = any
@@ -9,7 +9,7 @@ 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-15.tar.gz::https://github.com/hardpixel/dash-to-plank/archive/v15.tar.gz
- md5sums = b0e5c8f55573b971e39f0e6cc930b485
+ source = gnome-shell-extension-dash-to-plank-16.tar.gz::https://github.com/hardpixel/dash-to-plank/archive/v16.tar.gz
+ md5sums = 5ccc69aa36beda74a2d8ac1c74647e2b
pkgname = gnome-shell-extension-dash-to-plank
diff --git a/PKGBUILD b/PKGBUILD
index 2fc8515c750f..e220e4716f5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-dash-to-plank
-pkgver=15
+pkgver=16
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=('b0e5c8f55573b971e39f0e6cc930b485')
+md5sums=('5ccc69aa36beda74a2d8ac1c74647e2b')
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" \