summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgort8182017-08-27 16:26:28 -0700
committergort8182017-08-27 16:26:28 -0700
commit273908fb9091a7fe33c6115f618b99f86feace02 (patch)
tree84626f23796dfaf5f36725c76517dfccb747d37b
parent82bfe900b71682678b65d3ce4802d1f29bc0ceb2 (diff)
downloadaur-273908fb9091a7fe33c6115f618b99f86feace02.tar.gz
updated pkgbuild
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5752ac9ca56..ae5515cfa94c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = openjk-launcher
pkgdesc = A launcher and installer for OpenJK the opensource engine for Star Wars Jedi Knight: Jedi Academy
pkgver = 0.2
pkgrel = 1
- url = https://github.com/gort818/openjklauncher
+ url = https://github.com/gort818/openjk-launcher
arch = i686
arch = x86_64
license = GPL3
@@ -14,7 +14,7 @@ pkgbase = openjk-launcher
provides = openjk-launcher
conflicts = openjk-launcher
options = !emptydirs
- source = git://github.com/gort818/openjklauncher.git
+ source = git://github.com/gort818/openjk-launcher.git
sha1sums = SKIP
pkgname = openjk-launcher
diff --git a/PKGBUILD b/PKGBUILD
index 964b1d078961..30f14a9d1fd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@ pkgrel=1
pkgdesc='A launcher and installer for OpenJK the opensource engine for Star Wars Jedi Knight: Jedi Academy'
arch=('i686' 'x86_64')
license=('GPL3')
-url="https://github.com/gort818/openjklauncher"
+url="https://github.com/gort818/${pkgname%-git}"
depends=('python3' 'python-gobject' 'gtk3' 'python-requests' 'python-pygame')
options=('!emptydirs')
-source=("git://github.com/gort818/openjklauncher.git")
+source=("git://github.com/gort818/${pkgname%-git}.git")
sha1sums=('SKIP')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")