summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix E. Klee2016-03-22 22:26:21 +0100
committerFelix E. Klee2016-03-22 22:26:21 +0100
commit99ab9d6093ad3f069e0d7ad7a871f5b4cbab5089 (patch)
treed2c01e282190b2d4d464c330aa620e25bac6df21
parentcd273301d93d6511fd87b544a308a430968d6144 (diff)
downloadaur-99ab9d6093ad3f069e0d7ad7a871f5b4cbab5089.tar.gz
Made arrays: license, md5sums, source
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 184558d3c326..5eb6dfbeb115 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@ pkgrel=2
pkgdesc="Runs applications via VNC. Useful for scaling on high DPI (HiDPI) screens."
arch=('any')
url="https://github.com/feklee/vncdesk"
-license='custom:WTFPL'
+license=('custom:WTFPL')
depends=('tigervnc' 'gtk-vnc' 'python' 'python-gobject')
makedepends=('git' 'python-setuptools')
-source='git://github.com/feklee/vncdesk'
-md5sums='SKIP'
+source=('git://github.com/feklee/vncdesk')
+md5sums=('SKIP')
pkgver() {
cd "$srcdir/$_gitname"