summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2021-04-16 14:52:18 +0300
committerjonian2021-04-16 14:52:18 +0300
commit075ab52052c4972f712983d3f773af447eeeb908 (patch)
tree11268f4d01edd276528b09dacf6819d8a840b04c
parentefcd1db8f284607173c9afabe5f9e3ad774390fd (diff)
downloadaur-075ab52052c4972f712983d3f773af447eeeb908.tar.gz
version update to 3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d994025c420c..89486baf4902 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 = 2
+ pkgver = 3
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-2.tar.gz::https://github.com/hardpixel/dash-to-plank/archive/v2.tar.gz
- md5sums = dfbefbbf059c6fa298e31b063843c088
+ source = gnome-shell-extension-dash-to-plank-3.tar.gz::https://github.com/hardpixel/dash-to-plank/archive/v3.tar.gz
+ md5sums = 16aa0d7f4197f612ed8f876d2c09b9a0
pkgname = gnome-shell-extension-dash-to-plank
diff --git a/PKGBUILD b/PKGBUILD
index 73c0dd4f8f90..1296223fc905 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-dash-to-plank
-pkgver=2
+pkgver=3
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=("dfbefbbf059c6fa298e31b063843c088")
+md5sums=("16aa0d7f4197f612ed8f876d2c09b9a0")
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/dash-to-plank-$pkgver/dash-to-plank@hardpixel.eu" "$_"