summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2015-08-05 12:25:25 +0200
committerXZS2015-08-05 12:25:25 +0200
commit85e4868afb30ec1d4a0291d978ade50594653a43 (patch)
tree7dc99d5f227926e65c4b6ddf459e52509fa94997
parentb2885b41c4af20f2fd882f518f38ef40a34febb7 (diff)
downloadaur-85e4868afb30ec1d4a0291d978ade50594653a43.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 d71b4d86e0a3..5c5d877e2bc6 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-wintitle-git"
-pkgdesc="Shows the title of window when scrolled on the appMenu button."
+pkgname=gnome-shell-extension-wintitle-git
pkgver=r16.63bd614
pkgrel=1
+pkgdesc="Shows the title of window when scrolled on the appMenu button."
arch=(any)
url="https://github.com/meghprkh/wintitle"
license=(GPLv2)