summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Johansson2021-01-20 13:52:47 +0100
committerPhilip Johansson2021-01-20 13:52:47 +0100
commite1b357047a27a6c753ae41ef04afdb088661b0de (patch)
tree675e972a5afbe0857724e8e295d68a9f3a08de5f
parentf2dc4425507982d6047183eb815bf30ec8825914 (diff)
downloadaur-e1b357047a27a6c753ae41ef04afdb088661b0de.tar.gz
fixed bug to go to certain place
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4f1734097d6..edf785a4fff5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = console_sudoku
pkgdesc = Fully fledged ncurses sudoku application built entirely in C++
- pkgver = 2.02
+ pkgver = 2.03
pkgrel = 1
url = https://github.com/flyingpeakock/Console_sudoku
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f14f2a72179a..e5e22ff21f8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Philip Johansson <philipphuket at gmail dotcom>
pkgname=console_sudoku
-pkgver=2.02
+pkgver=2.03
pkgrel=1
epoch=
pkgdesc="Fully fledged ncurses sudoku application built entirely in C++"