summaryrefslogtreecommitdiff
path: root/community/openmw/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/openmw/PKGBUILD')
-rw-r--r--community/openmw/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/openmw/PKGBUILD b/community/openmw/PKGBUILD
index ebac4c7ea..16d0874f2 100644
--- a/community/openmw/PKGBUILD
+++ b/community/openmw/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sandy Carter <bwrsandman@gmail.com>
pkgname=openmw
-pkgver=0.28.0
+pkgver=0.29.0
pkgrel=1
pkgdesc="An open-source engine reimplementation for the role-playing game Morrowind"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL3' 'MIT' 'custom')
depends=('openal' 'ogre' 'mygui' 'bullet' 'qt4' 'ffmpeg' 'sdl2' 'unshield')
makedepends=('cmake' 'boost')
source=("https://github.com/zinnschlag/openmw/archive/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('2686b0a588571b9196e691b0ac484c59d8c49bce')
+sha1sums=('2a391a4f16bf6305746aee241c1f1a7771bc692c')
build() {
cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"