summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXZS2015-08-05 12:23:27 +0200
committerXZS2015-08-05 12:23:27 +0200
commitc3fb03410d0f0636d4a9349e5dbdaca7280e22f1 (patch)
tree6cba2a7a197ee6028261a90ba223c2ae228e653c /PKGBUILD
parent9b213fb807b231e300f49bf2800bc621b85a16a5 (diff)
downloadaur-c3fb03410d0f0636d4a9349e5dbdaca7280e22f1.tar.gz
properly order and quote variables
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3615a746c6b4..6c20a94329ce 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-maximus-two-git'
-pkgdesc="Removes the title bar on maximised windows"
+pkgname=gnome-shell-extension-maximus-two-git
pkgver=r14.ca00e8a
pkgrel=2
+pkgdesc="Removes the title bar on maximised windows"
arch=(any)
url='https://github.com/johnhoran/GnomeExtensionMaximusTwo'
license=(GPLv3)