summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2022-05-23 09:16:47 -0400
committerTed Alff2022-05-23 09:16:47 -0400
commit5894282e022f74a3a6f750a537bc31d217294916 (patch)
tree3ea3d369fc0dd25f1309a34a9bfcc9faee220144 /PKGBUILD
parent980f216f6e3283867b52775c188abca09a77ea43 (diff)
downloadaur-5894282e022f74a3a6f750a537bc31d217294916.tar.gz
Switch back to a librocket branch. Couldn't get the RmlUi one to compile.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec79f5ea1353..85996bf99fb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
_pkgname=openskyscraper
pkgname=${_pkgname}-git
-epoch=3
+epoch=4
pkgver=r345+a287b66
pkgrel=1
pkgdesc="Simtower clone"
arch=('i686' 'x86_64')
-url="https://github.com/matthewharvey/openskyscraper"
+url="https://github.com/fabianschuiki/OpenSkyscraper"
license=('GPL')
-depends=('libgl' 'sfml' 'libmspack' 'rmlui')
+depends=('libgl' 'sfml' 'libmspack' 'librocket')
makedepends=('cmake' 'git' 'unzip' 'imagemagick')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
-source=("${_pkgname}::git+https://github.com/HongPong/openskyscraper"
+source=("${_pkgname}::git+https://github.com/fabianschuiki/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')