summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2015-08-05 12:23:43 +0200
committerXZS2015-08-05 12:23:43 +0200
commita2e064fc33a0cd3375e7beda2e9cd7decdefab31 (patch)
treec5219f5f72270d7c6e3d5cf3c483c68d72927ea1
parenta566dac1aea1f3187026a8e13e7ce7a5209dddaa (diff)
downloadaur-a2e064fc33a0cd3375e7beda2e9cd7decdefab31.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 9de979f26a71..337825fe8f89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# 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-middleclickclose'
+pkgname=gnome-shell-extension-middleclickclose
_extname='middleclickclose@paolo.tranquilli.gmail.com'
-pkgdesc="Close windows with a button click (the middle one by default) when in overview mode"
pkgver=6
pkgrel=2
+pkgdesc="Close windows with a button click (the middle one by default) when in overview mode"
arch=(any)
url='http://sourceforge.net/projects/buttons-to-panel/'
license=(unknown)