summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2015-08-05 12:23:15 +0200
committerXZS2015-08-05 12:23:15 +0200
commit95148dde956669fb20fa7e1f9eebc61c24a2a555 (patch)
tree0c1f857ddd18c7a03485bc0af12a3d509e64a327
parentd294efda7d0a4ae20a0a957617eca1e469e9fc74 (diff)
downloadaur-95148dde956669fb20fa7e1f9eebc61c24a2a555.tar.gz
properly order and quote variables
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f7796cac4e5..89988f8fa527 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# This PKGBUILD is maintained on GitHub <https://github.com/dffischer/gnome-shell-extensions>.
# You may find it convenient to file issues and pull requests there.
-pkgname='gnome-shell-extension-justshowthewindow-git'
-pkgdesc="Rather than the default gnome-shell behaviour of showing a notification that a window is ready, the window is just displayed"
+pkgname=gnome-shell-extension-justshowthewindow-git
pkgver=r2.275595c
pkgrel=1
+pkgdesc="Rather than the default gnome-shell behaviour of showing a notification that a window is ready, the window is just displayed"
arch=(any)
depends=('gnome-shell>=3.6')
license=(GPLv2)