summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2025-01-04 12:41:24 -0700
committerMark Wagie2025-01-04 12:41:24 -0700
commit168dceb29befc9e9bc78e972aa0c602a63443982 (patch)
treebfb89b986fe6374a80396d9d29c5a5ac19ca08bb /PKGBUILD
parent8d89a6ab9536043aa6c2bbd6724b50cfbbc4044f (diff)
downloadaur-168dceb29befc9e9bc78e972aa0c602a63443982.tar.gz
1.16.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 568d364302b1..6f166568593d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
# Contributor: Caleb Maclennan <caleb@alerque.com>
pkgname=ezra-bible-app
-pkgver=1.16.0
+pkgver=1.16.1
pkgrel=1
pkgdesc="A modern and user-friendly Bible app for desktops, tablets and mobiles focussing on topical study"
arch=('x86_64')
@@ -25,7 +25,7 @@ conflicts=('ezra-project')
options=('!lto')
source=("git+https://github.com/ezra-bible-app/ezra-bible-app.git#tag=$pkgver"
'git+https://github.com/ezra-project/apidocs.ezrabibleapp.net.git')
-sha256sums=('c0a119ed6bf268b1f91394683d37a78b85472b9cda9e4b127c2a9924105d0793'
+sha256sums=('c04907f7600fc83677e68fcc006b32dab01e649b4e9d947766f225288771d11a'
'SKIP')
prepare() {
@@ -33,9 +33,6 @@ prepare() {
git submodule init
git config submodule.docs.url "$srcdir/apidocs.ezrabibleapp.net"
git -c protocol.file.allow=always submodule update
-
- # Use latest version of Electron
- sed -i "s/17.1.0/33.3.0/g" package.json
}
build() {