diff options
author | Mark Wagie | 2024-08-03 11:55:44 -0600 |
---|---|---|
committer | Mark Wagie | 2024-08-03 11:55:44 -0600 |
commit | 75aca804d84987dca900e23c5ff55ed0af8095fb (patch) | |
tree | dbdfddd83c250d79b448f09b43587f5c52f9181f | |
parent | acbd2651e332fbcdd201d512883fba9a8f6734ba (diff) | |
download | aur-75aca804d84987dca900e23c5ff55ed0af8095fb.tar.gz |
1.14.1
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 8 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = ezra-bible-app pkgdesc = A modern and user-friendly Bible app for desktops, tablets and mobiles focussing on topical study - pkgver = 1.14.0 + pkgver = 1.14.1 pkgrel = 1 url = https://ezrabibleapp.net arch = x86_64 @@ -16,9 +16,10 @@ pkgbase = ezra-bible-app depends = nodejs depends = nss conflicts = ezra-project - source = git+https://github.com/ezra-bible-app/ezra-bible-app.git#tag=1.14.0 + options = !lto + source = git+https://github.com/ezra-bible-app/ezra-bible-app.git#tag=1.14.1 source = git+https://github.com/ezra-project/apidocs.ezrabibleapp.net.git - sha256sums = 2604148540d474e035b0fb7a40e5a58aa23fc03eed7842de06c6659bd361aaed + sha256sums = 918c8041f8a3d9b529bb530c9130bece0e830fb043f543cae2df44bc57ea7ce0 sha256sums = SKIP pkgname = ezra-bible-app @@ -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.14.0 +pkgver=1.14.1 pkgrel=1 pkgdesc="A modern and user-friendly Bible app for desktops, tablets and mobiles focussing on topical study" arch=('x86_64') @@ -22,9 +22,10 @@ makedepends=( 'unzip' ) 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=('2604148540d474e035b0fb7a40e5a58aa23fc03eed7842de06c6659bd361aaed' +sha256sums=('918c8041f8a3d9b529bb530c9130bece0e830fb043f543cae2df44bc57ea7ce0' 'SKIP') prepare() { @@ -34,7 +35,7 @@ prepare() { git -c protocol.file.allow=always submodule update # Use latest version of Electron - sed -i "s/17.1.0/31.1.0/g" package.json + sed -i "s/17.1.0/31.3.1/g" package.json } build() { |