summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefano Marsili2019-09-13 21:14:57 +0200
committerStefano Marsili2019-09-13 21:14:57 +0200
commite48ff387734b67e8a236f2a28746f06fb299ee07 (patch)
tree81d209b0119de9a32c942425ec8fb16f102507ea
parent13a265f6a3e8e8b9a1c4d53ab2d2acb7e9274a0c (diff)
downloadaur-e48ff387734b67e8a236f2a28746f06fb299ee07.tar.gz
New release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de1f24d7ff02..96017b61275f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stmm-games
pkgdesc = C++ 2D games library
- pkgver = 0.12
+ pkgver = 0.13
pkgrel = 1
url = https://www.efanomars.com/libraries/stmm-games
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = stmm-games
depends = gtkmm
depends = librsvg
depends = libxml++2.6
- source = git+https://gitlab.com/efanomars/stmm-games.git#commit=fdd391d2fc34467bf7d662c806fe92d1ca773883
+ source = git+https://gitlab.com/efanomars/stmm-games.git#commit=0532a957b9a0564ee985884926bcc37ac885d9d6
sha512sums = SKIP
pkgname = stmm-games
diff --git a/PKGBUILD b/PKGBUILD
index b86cacc97252..1370ebf255a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefano Marsili <efanomars@gmx.ch>
pkgname=stmm-games
-pkgver=0.12
+pkgver=0.13
pkgrel=1
pkgdesc="C++ 2D games library"
url='https://www.efanomars.com/libraries/stmm-games'
@@ -16,7 +16,7 @@ optdepends=()
#replaces=("stmm-games")
#conflicts=("stmm-games")
-source=('git+https://gitlab.com/efanomars/stmm-games.git#commit=fdd391d2fc34467bf7d662c806fe92d1ca773883')
+source=('git+https://gitlab.com/efanomars/stmm-games.git#commit=0532a957b9a0564ee985884926bcc37ac885d9d6')
sha512sums=('SKIP')
build() {