summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefano Marsili2019-10-25 20:04:29 +0000
committerStefano Marsili2019-10-25 20:04:29 +0000
commiteaa9dc5e34311adc09a9f8b7f84cbbccc07458a7 (patch)
treea1738baf133d3277f98dad8e5ac01110bc127f7e /PKGBUILD
parente48ff387734b67e8a236f2a28746f06fb299ee07 (diff)
downloadaur-eaa9dc5e34311adc09a9f8b7f84cbbccc07458a7.tar.gz
New release (20191025_1)
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"