summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbtd13372018-08-25 03:03:14 -0300
committerbtd13372018-08-25 03:03:14 -0300
commit016a57fbe64ac9b3cc36d4b46f7ff81479e54ced (patch)
treecd5d085ee094b40b9891d141d5c30347afc0d898
parent725dc73dcdf22feca8724193fb5daa66f0b6dfdc (diff)
downloadaur-016a57fbe64ac9b3cc36d4b46f7ff81479e54ced.tar.gz
fix author variable
-rw-r--r--.SRCINFO4
-rw-r--r--.goutputstream-2KCROZ0
-rw-r--r--PKGBUILD2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8cd75b47a58..17434f47b1d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = gamehub-git
pkgdesc = All your games in one place. Games manager/downloader/library written in Vala designed for Pantheon.
pkgver = latest
pkgrel = 1
- url = https://github.com//GameHub
+ url = https://github.com/tkashkin/GameHub
arch = i686
arch = x86_64
license = GPL3
@@ -21,7 +21,7 @@ pkgbase = gamehub-git
optdepends = lib32-json-glib
provides = gamehub
conflicts = gamehub
- source = git+https://github.com//GameHub.git
+ source = git+https://github.com/tkashkin/GameHub.git
md5sums = SKIP
pkgname = gamehub-git
diff --git a/.goutputstream-2KCROZ b/.goutputstream-2KCROZ
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/.goutputstream-2KCROZ
+++ /dev/null
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')