summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbtd13372018-08-25 03:03:14 -0300
committerbtd13372018-08-25 03:03:14 -0300
commit016a57fbe64ac9b3cc36d4b46f7ff81479e54ced (patch)
treecd5d085ee094b40b9891d141d5c30347afc0d898 /PKGBUILD
parent725dc73dcdf22feca8724193fb5daa66f0b6dfdc (diff)
downloadaur-016a57fbe64ac9b3cc36d4b46f7ff81479e54ced.tar.gz
fix author variable
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06a06761c0ff..4fcacafa287e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgver=latest
pkgrel=1
pkgdesc="All your games in one place. Games manager/downloader/library written in Vala designed for Pantheon."
arch=('i686' 'x86_64')
-url="https://github.com/${author}/${_gitname}"
+url="https://github.com/${_author}/${_gitname}"
license=('GPL3')
depends=('gtk3' 'vala' 'granite'
'glib2' 'libgee' 'libsoup' 'json-glib' 'sqlite' 'webkit2gtk')