summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1370ebf255a2..664d933e4f7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Stefano Marsili <efanomars@gmx.ch>
pkgname=stmm-games
-pkgver=0.13
+pkgver=0.14
pkgrel=1
pkgdesc="C++ 2D games library"
url='https://www.efanomars.com/libraries/stmm-games'
arch=('x86_64')
license=('LGPL3')
-depends=('stmm-input' 'gtkmm' 'librsvg' 'libxml++2.6')
+depends=('stmm-input' 'gtkmm3' 'librsvg' 'libxml++2.6')
makedepends=('cmake' 'gcc' 'doxygen' 'graphviz' 'python')
optdepends=()
@@ -16,8 +16,8 @@ optdepends=()
#replaces=("stmm-games")
#conflicts=("stmm-games")
-source=('git+https://gitlab.com/efanomars/stmm-games.git#commit=0532a957b9a0564ee985884926bcc37ac885d9d6')
-sha512sums=('SKIP')
+source=('https://efanomars.com/sources/stmm-games-0.14.tar.gz')
+sha256sums=('0bbfbe5f2c36a9f0b64af71357d8c742504487fc2e6fdda4c03d46b79df4aac8')
build() {
cd "${srcdir}/stmm-games"