summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2021-12-28 22:31:52 +0100
committerRichard Neumann2021-12-28 22:31:52 +0100
commite12048470045dcf35ec10e97487a27c21f074705 (patch)
treec8a5d3477782827680876c26d3648dccea2c2aad
parent9e5b8ca07dbb911f95f81d2366cd838a7f5766f3 (diff)
downloadaur-e12048470045dcf35ec10e97487a27c21f074705.tar.gz
Update to 1.0.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20921705eca2..74b634bde3c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-mines
pkgdesc = A mine sweeping game for the console
- pkgver = 1.0.2
+ pkgver = 1.0.4
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.2
+ source = mines::git+https://github.com/coNQP/mines.git#tag=1.0.4
md5sums = SKIP
pkgname = python-mines
diff --git a/PKGBUILD b/PKGBUILD
index fac20af43653..6a5ef8165f42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase='mines'
pkgname="python-${_pkgbase}"
-pkgver=1.0.2
+pkgver=1.0.4
pkgrel=1
pkgdesc='A mine sweeping game for the console'
arch=('any')