summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Johansson2020-12-01 13:13:57 +0100
committerPhilip Johansson2020-12-01 13:13:57 +0100
commit7f7c883ce6a438bad51d1c54aa2b9dd09337e2be (patch)
tree0feeaa97453dc5102150a4c862eb6f52d2e7c941
parent35591a03a85d32cc26efb3213b9b29555e743e0c (diff)
downloadaur-7f7c883ce6a438bad51d1c54aa2b9dd09337e2be.tar.gz
updated description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d100936830e8..93b79c4fbc12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = console_sudoku
- pkgdesc = Ncurses sudoku application built entirely in C++
+ pkgdesc = Fully fledged ncurses sudoku application built entirely in C++
pkgver = 1.0
pkgrel = 1
url = https://github.com/flyingpeakock/Console_sudoku
diff --git a/PKGBUILD b/PKGBUILD
index 1ad5ea00a10e..1516c46daaed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=console_sudoku
pkgver=1.0
pkgrel=1
epoch=
-pkgdesc="Ncurses sudoku application built entirely in C++"
+pkgdesc="Fully fledged ncurses sudoku application built entirely in C++"
arch=('x86_64')
url="https://github.com/flyingpeakock/Console_sudoku"
license=('MIT')