diff options
author | Mark Wagie | 2024-12-06 13:51:30 -0700 |
---|---|---|
committer | Mark Wagie | 2024-12-06 13:51:30 -0700 |
commit | 9dd428c371898c44a862455806af5b72c00a0c9e (patch) | |
tree | 6a04aa9984881d1c973056ddce7dbfa60db995db | |
parent | 0f3c8b8df47f4ea2a8b44fbd0f19fffe1ec40684 (diff) | |
download | aur-9dd428c371898c44a862455806af5b72c00a0c9e.tar.gz |
4.1.5
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 5 insertions, 10 deletions
@@ -1,6 +1,6 @@ pkgbase = ente-auth pkgdesc = Open source 2FA authenticator, with end-to-end encrypted backups - pkgver = 4.1.1 + pkgver = 4.1.5 pkgrel = 1 url = https://ente.io/auth arch = x86_64 @@ -17,15 +17,13 @@ pkgbase = ente-auth depends = libsodium depends = sqlite depends = webkit2gtk - source = git+https://github.com/ente-io/ente.git#tag=auth-v4.1.1 + source = git+https://github.com/ente-io/ente.git#tag=auth-v4.1.5 source = git+https://github.com/ente-io/sentry-dart.git source = git+https://github.com/flutter/flutter.git source = git+https://github.com/simple-icons/simple-icons.git - source = git+https://github.com/abhinavkgrd/ffmpeg.wasm.git source = git+https://github.com/ente-io/PhotoSwipe.git source = enteauth.desktop - sha256sums = 1e9ee6bc3fd7d5e348bb9f592bcfab1b77a98488c5dec08f3fb7f12d95897e80 - sha256sums = SKIP + sha256sums = 34c8a479221332a5cb0ead8097b36307c6647278f41791b05fcf6d5fa902c220 sha256sums = SKIP sha256sums = SKIP sha256sums = SKIP @@ -1,7 +1,7 @@ # Maintainer: Mark Wagie <mark dot wagie at proton dot me> pkgname=ente-auth pkgdesc="Open source 2FA authenticator, with end-to-end encrypted backups" -pkgver=4.1.1 +pkgver=4.1.5 pkgrel=1 arch=('x86_64' 'aarch64') url="https://ente.io/auth" @@ -26,11 +26,9 @@ source=("git+https://github.com/ente-io/ente.git#tag=auth-v$pkgver" 'git+https://github.com/ente-io/sentry-dart.git' 'git+https://github.com/flutter/flutter.git' 'git+https://github.com/simple-icons/simple-icons.git' - 'git+https://github.com/abhinavkgrd/ffmpeg.wasm.git' 'git+https://github.com/ente-io/PhotoSwipe.git' 'enteauth.desktop') -sha256sums=('1e9ee6bc3fd7d5e348bb9f592bcfab1b77a98488c5dec08f3fb7f12d95897e80' - 'SKIP' +sha256sums=('34c8a479221332a5cb0ead8097b36307c6647278f41791b05fcf6d5fa902c220' 'SKIP' 'SKIP' 'SKIP' @@ -43,7 +41,6 @@ prepare() { git config submodule.thirdparty/sentry-dart.url "$srcdir/sentry-dart" git config submodule.flutter.url "$srcdir/flutter" git config submodule.assets/simple-icons.url "$srcdir/simple-icons" - git config submodule.web/apps/photos/thirdparty/ffmpeg-wasm.url "$srcdir/ffmpeg.wasm" git config submodule.web/apps/photos/thirdparty/photoswipe.url "$srcdir/PhotoSwipe" git -c protocol.file.allow=always submodule update |