summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2017-06-30 23:34:41 +0430
committerMohammadreza Abdollahzadeh2017-06-30 23:34:41 +0430
commit05e916a3f026685c3fa3c99493116c70e7aac572 (patch)
tree66e998ad0b1229cf41efc61efe50105a694d66ee
parentfc1c3c6cb62a7044903cf9057012e12f2d0a7373 (diff)
downloadaur-05e916a3f026685c3fa3c99493116c70e7aac572.tar.gz
update version
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--gnome-shell-extension.install13
3 files changed, 18 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1400432e05dc..9d55a6710179 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
# Generated by mksrcinfo v8
-# Wed May 31 01:50:59 UTC 2017
+# Fri Jun 30 19:04:13 UTC 2017
pkgbase = gnome-shell-extension-workspaces-to-dock-git
pkgdesc = Gnome shell extension, Workspaces to Dock, Transform Gnome Shell's overview workspaces into an intelligent dock.
- pkgver = 42_3.24.r0.ga9120bb
+ pkgver = 42_3.24.r6.g6020b5f
pkgrel = 1
url = https://github.com/passingthru67/workspaces-to-dock
+ install = gnome-shell-extension.install
arch = any
groups = gnome-shell-extensions
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 2c820ff10080..66ac90bed23c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
pkgname=gnome-shell-extension-workspaces-to-dock-git
-pkgver=42_3.24.r0.ga9120bb
+pkgver=42_3.24.r6.g6020b5f
pkgrel=1
pkgdesc="Gnome shell extension, Workspaces to Dock, Transform Gnome Shell's overview workspaces into an intelligent dock."
arch=('any')
@@ -14,6 +14,7 @@ provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
replaces=("${pkgname%-git}")
source=("git+https://github.com/passingthru67/workspaces-to-dock.git")
+install='gnome-shell-extension.install'
md5sums=('SKIP')
pkgver() {
diff --git a/gnome-shell-extension.install b/gnome-shell-extension.install
new file mode 100644
index 000000000000..484bc1b03f77
--- /dev/null
+++ b/gnome-shell-extension.install
@@ -0,0 +1,13 @@
+post_install() {
+ echo "==> ****************************************************"
+ echo "==> Don't forget to Restart GNOME Shell ([Alt]+[F2], r)."
+ echo "==> ****************************************************"
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}