summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Teibes2015-03-15 23:02:18 +0100
committerCarsten Teibes2015-03-15 23:02:18 +0100
commita910e645a30526cfa2aa4f59e80fc826e34e676b (patch)
tree3981e1e92b38522d1bf2a6ff952c684f52e56850
parent70c988f644a7cb3505a80c09c6d1ea00e5e813c4 (diff)
downloadaur-a910e645a30526cfa2aa4f59e80fc826e34e676b.tar.gz
[fix] Correct repository URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c21207149b5..c15935b20b2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lincity-ng-git
pkgdesc = A city simulation game (development version)
- pkgver = 2.9.beta.r1832.4900c2e
+ pkgver = 2.9.beta.r1834.3e94c18
pkgrel = 1
url = https://code.google.com/p/lincity-ng/
arch = i686
@@ -19,7 +19,7 @@ pkgbase = lincity-ng-git
depends = libgl
provides = lincity-ng=2.9.beta
conflicts = lincity-ng
- source = git+https://code.google.com/p/lincity-ng/
+ source = git+https://github.com/lincity-ng/lincity-ng.git
md5sums = SKIP
pkgname = lincity-ng-git
diff --git a/PKGBUILD b/PKGBUILD
index bcf518ae7808..2ae6065d3454 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
pkgname=lincity-ng-git
-pkgver=2.9.beta.r1832.4900c2e
+pkgver=2.9.beta.r1834.3e94c18
pkgrel=1
pkgdesc="A city simulation game (development version)"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ conflicts=("${pkgname%-*}")
provides=("${pkgname%-*}=${pkgver%.r*}")
depends=('sdl_mixer' 'sdl_image' 'sdl_ttf' 'sdl_gfx' 'physfs' 'libxml2' 'libgl')
makedepends=('git' 'ftjam' 'mesa' 'glu')
-source=("git+https://code.google.com/p/lincity-ng/")
+source=("git+https://github.com/lincity-ng/lincity-ng.git")
md5sums=('SKIP')
pkgver() {
@@ -24,8 +24,7 @@ pkgver() {
prepare() {
cd ${pkgname%-*}
- # fix https://code.google.com/p/lincity-ng/issues/detail?id=5 ... yeah it is ugly, better patch proposed
- rm src/lincity-ng/getBundleSharePath.cpp
+
# generate CREDITS file
eval $(grep -m1 CREDITS makerelease.sh)
}