summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Johansson2021-05-17 14:58:51 +0200
committerPhilip Johansson2021-05-17 14:58:51 +0200
commit0761f29869458aae7fe958285c2871cca2dc88e1 (patch)
treed919b056708ac887621579bbc462e98ce7cf05d5
parent836fd9faefe002e097e6ba0f78d51ac3c567805d (diff)
downloadaur-0761f29869458aae7fe958285c2871cca2dc88e1.tar.gz
fixed some bugs
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 831ea23b8b1d..eae7017ac4d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = console_sudoku
pkgdesc = Fully fledged ncurses sudoku application built entirely in C++
- pkgver = 2.2
+ pkgver = 2.2.1
pkgrel = 1
url = https://github.com/flyingpeakock/Console_sudoku
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ba5ad96a10a8..622c02a58a84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Philip Johansson <philipphuket at gmail dotcom>
pkgname=console_sudoku
-pkgver=2.2
+pkgver=2.2.1
pkgrel=1
epoch=
pkgdesc="Fully fledged ncurses sudoku application built entirely in C++"