summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefano Marsili2021-01-17 17:16:26 +0000
committerStefano Marsili2021-01-17 17:16:26 +0000
commit8286b4fff3c24e56ef1b30928f73f652c2058e1b (patch)
treef77cd2311306eb41d8e88d24d7f7917880484e27 /PKGBUILD
parent639e69d5db797977123e9d8a9748df43fff615b2 (diff)
downloadaur-mynes.tar.gz
New release (20210117_1)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab2f11614a9e..eb1540852b00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefano Marsili <efanomars@gmx.ch>
pkgname=mynes
-pkgver=0.20
+pkgver=0.21
pkgrel=1
pkgdesc="Rolling minesweeper with islands and sonars"
url='https://efanomars.com/games/mynes'
@@ -9,8 +9,8 @@ arch=('x86_64' 'aarch64')
license=('GPL3')
depends=(
- 'stmm-games>=0.31'
- 'stmm-input>=0.16'
+ 'stmm-games>=0.32'
+ 'stmm-input>=0.17'
'gtkmm3')
makedepends=('cmake' 'doxygen' 'graphviz' 'python')
optdepends=()
@@ -19,8 +19,8 @@ optdepends=()
#replaces=("mynes")
#conflicts=("mynes")
-source=('https://efanomars.com/sources/mynes-0.20.tar.gz')
-sha256sums=('23baa214625eb100f8b57ada6d7c18378575f950a2a9a596aded6e354b13ecfa')
+source=('https://efanomars.com/sources/mynes-0.21.tar.gz')
+sha256sums=('82ddbcb129124955e6419a975e1c08b183320485ad50fe9efff215220df5d096')
build() {
cd "${srcdir}/mynes"