summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfenuks2021-06-20 00:23:08 +0200
committerfenuks2021-06-20 00:23:08 +0200
commitcc0a3b0fa41083e78361ab4d0cb1d4c95c2413ac (patch)
treeb6e2eb51342b360c46dcca05c92a13d22483771f /PKGBUILD
parenta32f20ecb13de242091b337aeb5ddbf82c0a9f7b (diff)
downloadaur-cc0a3b0fa41083e78361ab4d0cb1d4c95c2413ac.tar.gz
Update to 0.9.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e826c7087a9..9fda8780768e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Maintainer: fenuks
pkgname=gemrb
-pkgver=0.8.8
+pkgver=0.9.0
pkgrel=1
pkgdesc="OSS implementation of Bioware's Infinity Engine which supports eg. Baldur's Gate"
arch=('x86_64')
url="https://www.gemrb.org/"
license=('GPL')
-depends=('python2' 'sdl2' 'sdl2_mixer' 'openal' 'hicolor-icon-theme' 'libpng' 'freetype2')
+depends=('python' 'sdl2' 'sdl2_mixer' 'openal' 'hicolor-icon-theme' 'libpng' 'freetype2')
makedepends=('cmake')
install=gemrb.install
source=("https://github.com/gemrb/gemrb/archive/v${pkgver}.tar.gz")
-sha1sums=('62e5e19e2cd6f2c2ce5d14a23637aaa78c6ce95a')
+sha1sums=('729b43c94ccdc46f7bf15b629ed8045246d6964e')
build() {
mkdir -p build