summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Johansson2020-12-29 21:43:30 +0100
committerPhilip Johansson2020-12-29 21:43:30 +0100
commit6198a65a1ad678b6479a91f5cc9bbda74625912c (patch)
tree90428ed1d9e75849412020d77f31b5cd7ace7521
parentbefa7c66817f549c3e5efb60af954d3e3744c317 (diff)
downloadaur-6198a65a1ad678b6479a91f5cc9bbda74625912c.tar.gz
updated to version 2, not much changed but code is refactored completely
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdf359c123d6..0ffe52db25b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = console_sudoku
pkgdesc = Fully fledged ncurses sudoku application built entirely in C++
- pkgver = 1.0.1
+ pkgver = 2.0
pkgrel = 1
url = https://github.com/flyingpeakock/Console_sudoku
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a442658843c1..44662b68e4eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Philip Johansson <philipphuket at gmail dotcom>
pkgname=console_sudoku
-pkgver=1.0.1
+pkgver=2.0
pkgrel=1
epoch=
pkgdesc="Fully fledged ncurses sudoku application built entirely in C++"