summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2020-02-22 16:58:45 +0100
committerFrederic Bezies2020-02-22 16:58:45 +0100
commit5e7213e4b9d5bba04d54bca991459a7f0dad3d46 (patch)
tree965575ed2c81c5c22b7d4b998c2bce28fe46557d
parente0e0a65293484088c92e954965620d7cd9b283bf (diff)
downloadaur-5e7213e4b9d5bba04d54bca991459a7f0dad3d46.tar.gz
adopted and updated PKGBUILD
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08c5a8992f23..c1f2bb222572 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = genxword3
pkgdesc = Crossword generator (Python 3 version)
- pkgver = 1.2.0
+ pkgver = 2.0.1
pkgrel = 1
url = https://pypi.python.org/pypi/genxword
arch = any
@@ -11,8 +11,8 @@ pkgbase = genxword3
depends = python-gobject
depends = gtksourceview3
depends = pango
- source = https://files.pythonhosted.org/packages/source/g/genxword/genxword-1.2.0.tar.gz
- md5sums = bc985c9e99cb6e8c86ea3a72f396b388
+ source = https://files.pythonhosted.org/packages/source/g/genxword/genxword-2.0.1.tar.gz
+ sha256sums = d9d9982a4f35caa1ca03d2ec44688cff9cf48d615ae5f5344d743c4d1866972f
pkgname = genxword3
diff --git a/PKGBUILD b/PKGBUILD
index af3342126dca..167572806442 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=genxword
pkgname=${_name}3
-pkgver=1.2.0
+pkgver=2.0.1
pkgrel=1
pkgdesc="Crossword generator (Python 3 version)"
arch=('any')
@@ -12,10 +12,9 @@ license=("GPLv3")
depends=("python" "python-cairo" "python-gobject" "gtksourceview3" "pango")
makedepends=("python-setuptools")
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-md5sums=('bc985c9e99cb6e8c86ea3a72f396b388')
-
package() {
cd "$srcdir/genxword-$pkgver"
python setup.py install --root="$pkgdir" --optimize=1
}
+sha256sums=('d9d9982a4f35caa1ca03d2ec44688cff9cf48d615ae5f5344d743c4d1866972f')