summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2021-10-10 18:22:19 +0300
committerjonian2021-10-10 18:22:19 +0300
commit4a6a855776ae5ceb1a5340cdff53b85a9870165b (patch)
tree02c7bd4a9b12c742e9eb9cba80f2254f0aaa5ba8
parent6e03d2d99735bbebadb703c105b68de7bbdb9b1c (diff)
downloadaur-4a6a855776ae5ceb1a5340cdff53b85a9870165b.tar.gz
version update to 12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78413e5c06ea..e8e3121ee6ed 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 = 11
+ pkgver = 12
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-11.tar.gz::https://github.com/hardpixel/dash-to-plank/archive/v11.tar.gz
- md5sums = e0808d4cc8e63c2d0b4c08a652973008
+ source = gnome-shell-extension-dash-to-plank-12.tar.gz::https://github.com/hardpixel/dash-to-plank/archive/v12.tar.gz
+ md5sums = 10cc2fbfe1c205cb92aaea2f77fe3559
pkgname = gnome-shell-extension-dash-to-plank
diff --git a/PKGBUILD b/PKGBUILD
index 38ce69db0a06..7a39855402fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-dash-to-plank
-pkgver=11
+pkgver=12
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=("e0808d4cc8e63c2d0b4c08a652973008")
+md5sums=("10cc2fbfe1c205cb92aaea2f77fe3559")
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/dash-to-plank-$pkgver/dash-to-plank@hardpixel.eu" "$_"