summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo P2019-03-13 23:28:01 -0400
committerLeo P2019-03-13 23:28:01 -0400
commit6db7a80a16e8665f795ebeb4153d685cbe6aa87e (patch)
treed45687b30c99b25080043859bc9f7ea2b40e60a0
parentb559e85abf40d2bd0300df9a15d07850d95a1d43 (diff)
downloadaur-6db7a80a16e8665f795ebeb4153d685cbe6aa87e.tar.gz
bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cabfea7496fb..479e6017602d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = corsix-th-git
pkgdesc = Reimplementation of the game engine of Theme Hospital, git version
- pkgver = 0.50.r228.ge8bb00e
+ pkgver = 0.62.r98.g4e6c9854
pkgrel = 1
url = https://github.com/CorsixTH/CorsixTH
install = corsix-th.install
@@ -14,7 +14,9 @@ pkgbase = corsix-th-git
depends = lua-filesystem
depends = sdl2_mixer
depends = ffmpeg
- depends = timidity-freepats
+ depends = freepats-general-midi
+ provides = corsix-th
+ conflicts = corsix-th
source = git+https://github.com/CorsixTH/CorsixTH.git
source = CorsixTH.desktop
source = corsix-th.sh
diff --git a/PKGBUILD b/PKGBUILD
index 2b8f3532b654..be10eb687345 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,16 @@
# Contributors: jdc, rayman2200
pkgname=corsix-th-git
-pkgver=0.50.r228.ge8bb00e
+pkgver=0.62.r98.g4e6c9854
pkgrel=1
pkgdesc='Reimplementation of the game engine of Theme Hospital, git version'
url='https://github.com/CorsixTH/CorsixTH'
arch=('i686' 'x86_64' 'armv7h')
license=('MIT')
makedepends=('cmake')
-depends=('lua' 'lua-lpeg' 'lua-filesystem' 'sdl2_mixer' 'ffmpeg' 'timidity-freepats')
+provides=('corsix-th')
+conflicts=('corsix-th')
+depends=('lua' 'lua-lpeg' 'lua-filesystem' 'sdl2_mixer' 'ffmpeg' 'freepats-general-midi')
install=corsix-th.install
source=("git+https://github.com/CorsixTH/CorsixTH.git"
"CorsixTH.desktop"