summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2021-12-31 06:10:54 +0100
committerRichard Neumann2021-12-31 06:10:54 +0100
commit7c097b423d08ba4a6fae319c2d873d0cbd9dcc6e (patch)
tree5d1405199ef9a70e75ac20a39cadbdaf1a45f908
parentebf08b8b24413710b341cd523987877bff764e85 (diff)
downloadaur-7c097b423d08ba4a6fae319c2d873d0cbd9dcc6e.tar.gz
Update to 1.0.6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bffa3ca2fe0..0c8b4a5990c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-mines
pkgdesc = A mine sweeping game for the console
- pkgver = 1.0.5
+ pkgver = 1.0.6
pkgrel = 1
url = https://github.com/coNQP/mines
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-mines
makedepends = python-setuptools-scm
depends = python
depends = python-setuptools
- source = mines::git+https://github.com/coNQP/mines.git#tag=1.0.5
+ source = mines::git+https://github.com/coNQP/mines.git#tag=1.0.6
md5sums = SKIP
pkgname = python-mines
diff --git a/PKGBUILD b/PKGBUILD
index 8f5489dfe2f7..f4d2174fab56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase='mines'
pkgname="python-${_pkgbase}"
-pkgver=1.0.5
+pkgver=1.0.6
pkgrel=1
pkgdesc='A mine sweeping game for the console'
arch=('any')