summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAngelo Theodorou2019-10-22 09:19:05 +0200
committerAngelo Theodorou2019-10-22 09:19:05 +0200
commite233d7384efb520d8c0acae63149661f205a7926 (patch)
tree9a6cff0ecabb04d2ca2c2df82e53a5e31a247be9 /PKGBUILD
parente22353aecea7c67a9199f44f75051a2feac82af9 (diff)
downloadaur-e233d7384efb520d8c0acae63149661f205a7926.tar.gz
Update to release 2019.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54de88bc5682..8cbfa906b15f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Contributor: Angelo Theodorou <encelo@gmail.com>
+# Maintainer: Angelo Theodorou <encelo@gmail.com>
pkgname=ncine
-pkgver=2019.05
+pkgver=2019.10
pkgrel=1
pkgdesc="A multi-platform 2D game engine"
arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@ depends=('glfw' 'openal' 'libvorbis' 'libwebp' 'hicolor-icon-theme')
optdepends=('glew' 'lua')
makedepends=('git' 'cmake' 'doxygen')
options=(!strip)
-source=('https://github.com/nCine/nCine/archive/2019.05.tar.gz')
-md5sums=('324a3fbb0c46a877d514cb841b131288')
+source=('https://github.com/nCine/nCine/archive/2019.10.tar.gz')
+md5sums=('2598a2f357e465e5cd51c0ac30757d66')
prepare() {
git clone https://github.com/nCine/nCine-data || git -C nCine-data pull