diff options
author | acxz | 2020-11-08 20:23:23 -0500 |
---|---|---|
committer | acxz | 2020-11-08 20:23:23 -0500 |
commit | ddb12172528708d2c2cf2e8944626d4c91135373 (patch) | |
tree | ffc4ce892c8eda292bd26f06c205b8bc4dab55af /PKGBUILD | |
parent | 15ea129c625fcbfa905695a5cb5820a8a0f5bdaf (diff) | |
download | aur-ddb12172528708d2c2cf2e8944626d4c91135373.tar.gz |
updpkg 1.6.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ # Maintainer: acxz <akashpatel2008 at yahoo dot com> pkgname=python-reconchess -pkgver=1.6.1 +pkgver=1.6.7 pkgrel=1 pkgdesc='ReconChess python implementation' arch=(any) @@ -10,8 +10,8 @@ license=('BSD-3-Clause') depends=('python' 'python-chess' 'python-pygame' 'python-lxml' 'python-requests') makedepends=('python' 'python-setuptools') -source=("$pkgname-$pkgver::https://github.com/reconnaissanceblindchess/reconchess/archive/v$pkgver.tar.gz") -sha256sums=('4bb454f47ff009313cf6a67b1148a88f3a898be703716d9509eb1ad3ef629ac3') +source=("$pkgname-$pkgver::https://pypi.org/packages/source/r/reconchess/reconchess-${pkgver}.tar.gz") +sha256sums=('b282e3c78a5df8e9557ffb994f5ec559faf3284ec14f515c00cea89b55bc288d') _pkgname=reconchess |