summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2022-01-10 18:16:59 -0500
committeracxz2022-01-10 18:16:59 -0500
commit48c495002dc7043646a265eafe7b6ed64e9b489a (patch)
treeb017872561ef4d617b70a4036ee60057f3992fd0
parent3b7f6202b3d32ea45bc2a135fe533b5525b8f9b8 (diff)
downloadaur-48c495002dc7043646a265eafe7b6ed64e9b489a.tar.gz
upgrade 1.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab8c236899cf..8c4fe709b28e 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.7.0
+ pkgver = 1.8.0
pkgrel = 1
url = https://github.com/niklasf/python-chess
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-chess
makedepends = python
makedepends = python-setuptools
depends = python
- source = python-chess-1.7.0.tar.gz::https://github.com/niklasf/python-chess/archive/v1.7.0.tar.gz
- sha256sums = d77e9b76acfede4f3f97e4d854eafefe918471c7208659e05a80dc3dfdaeb1e6
+ source = python-chess-1.8.0.tar.gz::https://github.com/niklasf/python-chess/archive/v1.8.0.tar.gz
+ sha256sums = 9417626382fc9240dae9fd64e506c7ab996fa3b07c81e1bcaa804be7b2e13941
pkgname = python-chess
diff --git a/PKGBUILD b/PKGBUILD
index c0fc04ba1a47..cb37d5277543 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: archlinux.info:tdy
pkgname=python-chess
-pkgver=1.7.0
+pkgver=1.8.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=("d77e9b76acfede4f3f97e4d854eafefe918471c7208659e05a80dc3dfdaeb1e6")
+sha256sums=("9417626382fc9240dae9fd64e506c7ab996fa3b07c81e1bcaa804be7b2e13941")
build() {
cd $pkgname-$pkgver