summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2021-04-15 22:32:59 +0300
committerjonian2021-04-15 22:32:59 +0300
commitefcd1db8f284607173c9afabe5f9e3ad774390fd (patch)
tree952c0030dc50eef6acd764fd0ce757d5ee7c0180
parentb648ab12476e9d0fa835f25a74708f8739ded75e (diff)
downloadaur-efcd1db8f284607173c9afabe5f9e3ad774390fd.tar.gz
version update to 2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16e777bcb16f..d994025c420c 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 = 1
+ pkgver = 2
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-1.tar.gz::https://github.com/hardpixel/dash-to-plank/archive/v1.tar.gz
- md5sums = 023630a44cc982f1adaa7b108524a29f
+ source = gnome-shell-extension-dash-to-plank-2.tar.gz::https://github.com/hardpixel/dash-to-plank/archive/v2.tar.gz
+ md5sums = dfbefbbf059c6fa298e31b063843c088
pkgname = gnome-shell-extension-dash-to-plank
diff --git a/PKGBUILD b/PKGBUILD
index 3ec7afd08160..73c0dd4f8f90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-dash-to-plank
-pkgver=1
+pkgver=2
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=("023630a44cc982f1adaa7b108524a29f")
+md5sums=("dfbefbbf059c6fa298e31b063843c088")
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/dash-to-plank-$pkgver/dash-to-plank@hardpixel.eu" "$_"