summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052024-05-28 12:22:31 +0800
committerzxp198210052024-05-28 12:22:31 +0800
commit23e961cbc8e9285aff0d50e541e8e0640134e2cb (patch)
tree77baddba6bb7d46bb7929d87488707cc9f0df233 /PKGBUILD
parent26f711945016bfe384230dbeed6180cd67ad6e96 (diff)
downloadaur-pedax-bin.tar.gz
update to 6.51.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9679e91e83ba..83d44ce49342 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=pedax-bin
-pkgver=6.50.0_146
+pkgver=6.51.0
+_subver=147
pkgrel=1
pkgdesc="Reversi Board with edax, which is the strongest reversi engine."
arch=("x86_64")
@@ -17,10 +18,10 @@ makedepends=(
)
noextract=("${pkgname%-bin}-${pkgver}.zip")
source=(
- "${pkgname%-bin}-${pkgver}.zip::${_ghurl}/releases/download/${pkgver//_/%2B}/${pkgname%-bin}-Linux.zip"
+ "${pkgname%-bin}-${pkgver}.zip::${_ghurl}/releases/download/${pkgver}%2B${_subver}/${pkgname%-bin}-ubuntu-latest.zip"
"${pkgname%-bin}.sh"
)
-sha256sums=('da92ac86c21a4d82fd15e299ffec930e87ebbf77b90abceeb51fa698bfea03f6'
+sha256sums=('7fc09fab5b33498ccec171bd0e393c772475383020ca4f35e5c4af52ef0936a6'
'840eb0ad528d294064aa09b2b6df7a0e4a800249f43305c756cf78bee627fe1d')
build() {
sed -e "s|@appname@|${pkgname%-bin}|g" \