summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86038cfe00a6..c88839569736 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = genxword3
pkgdesc = Crossword generator (Python 3 version)
pkgver = 2.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.python.org/pypi/genxword
arch = any
license = GPLv3
@@ -15,4 +15,3 @@ pkgbase = genxword3
sha256sums = 979047b643855959125bbae90b290a572296008517feb5cbd4e46d09e52b69ea
pkgname = genxword3
-
diff --git a/PKGBUILD b/PKGBUILD
index c4743673d10b..146fcdf833b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
+# Maintainer: Joshua Ward <joshuaward at myoffice dot net dot au>
# Contributor: Lex Black <autumn-wind at web dot de>
# Contributor: "riverrun <alovedalongthe AT gmail DOT com>"
_name=genxword
pkgname=${_name}3
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Crossword generator (Python 3 version)"
arch=('any')
url="https://pypi.python.org/pypi/genxword"