summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2022-12-02 23:41:29 -0500
committerTed Alff2022-12-02 23:41:29 -0500
commit041e7d4acdf09abb90f6a3415b5178d4712cef57 (patch)
treed133ced7b8500b5655031e4e340a689fb07fe977 /PKGBUILD
parent5894282e022f74a3a6f750a537bc31d217294916 (diff)
downloadaur-041e7d4acdf09abb90f6a3415b5178d4712cef57.tar.gz
Switch to imvuong branch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 85996bf99fb5..3e3b07715475 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,19 @@
_pkgname=openskyscraper
pkgname=${_pkgname}-git
-epoch=4
-pkgver=r345+a287b66
+epoch=5
+pkgver=r353+64766c8
pkgrel=1
pkgdesc="Simtower clone"
arch=('i686' 'x86_64')
-url="https://github.com/fabianschuiki/OpenSkyscraper"
+#url="https://github.com/fabianschuiki/OpenSkyscraper"
+url="https://github.com/imvuong/OpenSkyscraper"
license=('GPL')
depends=('libgl' 'sfml' 'libmspack' 'librocket')
makedepends=('cmake' 'git' 'unzip' 'imagemagick')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
-source=("${_pkgname}::git+https://github.com/fabianschuiki/OpenSkyscraper"
+source=("${_pkgname}::git+https://github.com/imvuong/OpenSkyscraper"
'SimTower_-_The_Vertical_Empire.zip::http://files.abandonia.com/download.php?game=SimTower+-+The+Vertical+Empire&secure=af938dbb075eeb94c87e771c1ae6be14&td=1544286020'
'openskyscraper.png::http://www.abandonia.com/files/games/341/Sim%20Tower_thumb.png'
'openskyscraper.desktop')