summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2021-01-25 13:03:33 -0500
committeracxz2021-01-25 13:03:33 -0500
commitacb63e3ef9f56d61bb6c41f618fa253dd86480ba (patch)
treebb0d6d8d7137d6491fedbc0e86c49ed0870a7583
parent091585c86b28047fccf7971e3c305aff66e524ad (diff)
downloadaur-acb63e3ef9f56d61bb6c41f618fa253dd86480ba.tar.gz
updpkg 1.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b65a3ccc44f..21cbb7267076 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-chess
pkgdesc = A Python chess library with move generation/validation and PGN/Polyglot/Gaviota/Syzygy/UCI support
- pkgver = 1.3.3
+ pkgver = 1.4.0
pkgrel = 1
url = https://github.com/niklasf/python-chess
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-chess
makedepends = python
makedepends = python-setuptools
depends = python
- source = python-chess-1.3.3.tar.gz::https://github.com/niklasf/python-chess/archive/v1.3.3.tar.gz
- sha256sums = e7ab858c7f6c971ff133b3d412923f7fb224d2ff663f192431e7517e7d4837af
+ source = python-chess-1.4.0.tar.gz::https://github.com/niklasf/python-chess/archive/v1.4.0.tar.gz
+ sha256sums = 9d897cd3faa446602f1a48c40b93a85ee1948d9b01431083b2dca10cfd1d129b
pkgname = python-chess
diff --git a/PKGBUILD b/PKGBUILD
index 3de100a5ac2e..b408ee2f0541 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: archlinux.info:tdy
pkgname=python-chess
-pkgver=1.3.3
+pkgver=1.4.0
pkgrel=1
pkgdesc="A Python chess library with move generation/validation and
PGN/Polyglot/Gaviota/Syzygy/UCI support"
@@ -12,7 +12,7 @@ license=(GPL3)
depends=(python)
makedepends=(python python-setuptools)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/niklasf/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=("e7ab858c7f6c971ff133b3d412923f7fb224d2ff663f192431e7517e7d4837af")
+sha256sums=("9d897cd3faa446602f1a48c40b93a85ee1948d9b01431083b2dca10cfd1d129b")
build() {
cd $pkgname-$pkgver