summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Johansson2021-01-10 12:38:16 +0100
committerPhilip Johansson2021-01-10 12:38:16 +0100
commitf2dc4425507982d6047183eb815bf30ec8825914 (patch)
tree1f575d8a45ca5b53b277ad1c82c18e79ad40b90d
parentd82f00aea2ae7a7a93018655653caa9b7e432931 (diff)
downloadaur-f2dc4425507982d6047183eb815bf30ec8825914.tar.gz
fixed bug
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8ad6236a4f3..c4f1734097d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = console_sudoku
pkgdesc = Fully fledged ncurses sudoku application built entirely in C++
- pkgver = 2.01
+ pkgver = 2.02
pkgrel = 1
url = https://github.com/flyingpeakock/Console_sudoku
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c51b3043563c..f14f2a72179a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Philip Johansson <philipphuket at gmail dotcom>
pkgname=console_sudoku
-pkgver=2.01
+pkgver=2.02
pkgrel=1
epoch=
pkgdesc="Fully fledged ncurses sudoku application built entirely in C++"