summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzetty2023-08-26 18:27:42 +0200
committerzetty2023-08-26 18:27:42 +0200
commitf40f3315e7d7712af7b83f196a73221371d521e2 (patch)
tree64787d9e91b276a015d40eee15fc276d68551d4d
parentf48253423fdd14e0a66d5f3cd8f6d83b0ad8539f (diff)
downloadaur-f40f3315e7d7712af7b83f196a73221371d521e2.tar.gz
v0.0.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7234d232592..2375981b52ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lichess-local-engine-bin
pkgdesc = Desktop app for Lichess external engine
- pkgver = 0.0.5
+ pkgver = 0.0.6
pkgrel = 1
url = https://github.com/fitztrev/lichess-tauri
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = lichess-local-engine-bin
depends = hicolor-icon-theme
provides = lichess-local-engine
conflicts = lichess-local-engine
- source = https://github.com/fitztrev/lichess-tauri/releases/download/app-v0.0.5/lichess-local-engine_0.0.5_amd64.deb
- sha256sums = cdb4b7824d861ce0837bfff0a9940b76434413bb8cbd9781c9bc80c537c3e7e9
+ source = https://github.com/fitztrev/lichess-tauri/releases/download/app-v0.0.6/lichess-local-engine_0.0.6_amd64.deb
+ sha256sums = 813ed9d5ef0a14d7622f34d337f807f5f2b6ed64a0f5b75ce1169f332bd750b5
pkgname = lichess-local-engine-bin
diff --git a/PKGBUILD b/PKGBUILD
index f0b9d911f60d..992998cf5f07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=lichess-local-engine-bin
-pkgver=0.0.5
+pkgver=0.0.6
pkgrel=1
pkgdesc="Desktop app for Lichess external engine"
arch=('x86_64')
@@ -9,7 +9,7 @@ depends=('gtk3' 'webkit2gtk' 'hicolor-icon-theme')
provides=('lichess-local-engine')
conflicts=('lichess-local-engine')
source=("https://github.com/fitztrev/lichess-tauri/releases/download/app-v${pkgver}/lichess-local-engine_${pkgver}_amd64.deb")
-sha256sums=('cdb4b7824d861ce0837bfff0a9940b76434413bb8cbd9781c9bc80c537c3e7e9')
+sha256sums=('813ed9d5ef0a14d7622f34d337f807f5f2b6ed64a0f5b75ce1169f332bd750b5')
package() {
bsdtar -xf "${srcdir}/data.tar.gz" -C "${pkgdir}"