summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Minnocci2022-06-03 02:58:30 +0200
committerFrancesco Minnocci2022-06-03 02:58:30 +0200
commitdc9462db01c79130e1c27b996d47dc59db0a799a (patch)
treeada45c41f96766c5ad579e7c8c45744efdd8e133
parenta36cc2ba40140af8c60762d6b800968974f0608e (diff)
downloadaur-dc9462db01c79130e1c27b996d47dc59db0a799a.tar.gz
Update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ab5182e9f31..7ded5cdbcd9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = chs-git
pkgdesc = Play chess against the Stockfish engine in your terminal.
- pkgver = 2.2.0.r4.gc3eda7c
- pkgrel = 2
+ pkgver = 3.0.0.r3.gf9c7b1b
+ pkgrel = 1
url = https://github.com/nickzuber/chs
arch = any
license = MIT
@@ -13,7 +13,7 @@ pkgbase = chs-git
depends = python-editdistance
provides = chs
conflicts = chs
- source = chs::git://github.com/nickzuber/chs
+ source = chs::git+https://github.com/nickzuber/chs
sha256sums = SKIP
pkgname = chs-git
diff --git a/PKGBUILD b/PKGBUILD
index 34320c24b348..fda8e1c6e6dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname='chs-git'
_pkgname='chs'
-pkgver='2.2.0.r4.gc3eda7c'
-pkgrel=2
+pkgver=3.0.0.r3.gf9c7b1b
+pkgrel=1
pkgdesc='Play chess against the Stockfish engine in your terminal.'
url='https://github.com/nickzuber/chs'
depends=('python' 'python-chess' 'python-editdistance')
@@ -13,7 +13,7 @@ provides=("chs")
conflicts=("chs")
license=('MIT')
arch=('any')
-source=("${_pkgname}::git://github.com/nickzuber/chs")
+source=("${_pkgname}::git+${url}")
sha256sums=('SKIP')
pkgver() {