summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfenuks2021-06-20 00:23:08 +0200
committerfenuks2021-06-20 00:23:08 +0200
commitcc0a3b0fa41083e78361ab4d0cb1d4c95c2413ac (patch)
treeb6e2eb51342b360c46dcca05c92a13d22483771f
parenta32f20ecb13de242091b337aeb5ddbf82c0a9f7b (diff)
downloadaur-cc0a3b0fa41083e78361ab4d0cb1d4c95c2413ac.tar.gz
Update to 0.9.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f9232c8c51e..31c8467b37b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = gemrb
pkgdesc = OSS implementation of Bioware's Infinity Engine which supports eg. Baldur's Gate
- pkgver = 0.8.8
+ pkgver = 0.9.0
pkgrel = 1
url = https://www.gemrb.org/
install = gemrb.install
arch = x86_64
license = GPL
makedepends = cmake
- depends = python2
+ depends = python
depends = sdl2
depends = sdl2_mixer
depends = openal
depends = hicolor-icon-theme
depends = libpng
depends = freetype2
- source = https://github.com/gemrb/gemrb/archive/v0.8.8.tar.gz
- sha1sums = 62e5e19e2cd6f2c2ce5d14a23637aaa78c6ce95a
+ source = https://github.com/gemrb/gemrb/archive/v0.9.0.tar.gz
+ sha1sums = 729b43c94ccdc46f7bf15b629ed8045246d6964e
pkgname = gemrb
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