summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoah Vogt2024-03-12 01:57:41 +0100
committerNoah Vogt2024-03-12 01:57:41 +0100
commitf4906671c21f87bc891dfce7643ff8db636fc40a (patch)
tree2a1181173aa4a7702b2ad4e8d308898cedb64306
parent0b2db287cf9276dad06c388c73a12c8f30872164 (diff)
downloadaur-f4906671c21f87bc891dfce7643ff8db636fc40a.tar.gz
uppkg -> 2.7.7-1
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD23
-rw-r--r--nvchecker.toml4
3 files changed, 25 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f14f7b5c6c13..9389b7176ea2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = keepassxc-allow-aur-extension-origin
pkgdesc = Cross-platform community-driven port of Keepass password manager
- pkgver = 2.7.6
- pkgrel = 3
+ pkgver = 2.7.7
+ pkgrel = 1
url = https://keepassxc.org/
arch = x86_64
- license = GPL
+ license = GPL-2.0-only OR GPL-3.0-only OR LGPL-2.1-only
checkdepends = xclip
checkdepends = xorg-server-xvfb
makedepends = asciidoctor
@@ -26,11 +26,15 @@ pkgbase = keepassxc-allow-aur-extension-origin
provides = org.freedesktop.secrets
provides = keepassxc
conflicts = keepassxc
- source = https://github.com/keepassxreboot/keepassxc/releases/download/2.7.6/keepassxc-2.7.6-src.tar.xz
- source = https://github.com/keepassxreboot/keepassxc/commit/cc0530ba.patch
+ source = https://github.com/keepassxreboot/keepassxc/releases/download/2.7.7/keepassxc-2.7.7-src.tar.xz
+ source = https://github.com/keepassxreboot/keepassxc/releases/download/2.7.7/keepassxc-2.7.7-src.tar.xz.sig
source = add-aur-extension-build-to-allowed-origins.patch
- sha256sums = a58074509fa8e90f152c6247f73e75e126303081f55eedb4ea0cbb6fa980d670
- sha256sums = 7884a0425a5bf7e67d389d6b2545b06ee28b6d77e9164df13a8e78b5719d11ce
+ validpgpkeys = BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2
+ validpgpkeys = 71D4673D73C7F83C17DAE6A2D8538E98A26FD9C4
+ validpgpkeys = AF0AEA44ABAC8F1047733EA7AFF235EEFB5A2517
+ validpgpkeys = C1E4CBA3AD78D3AFD894F9E0B7A66F03B59076A8
+ sha256sums = 58fc45ae98e4b3ffb052103014f5b97a41fefd17102c7f56073934dd3a82ee67
+ sha256sums = SKIP
sha256sums = a150f3ce0d9d8827b6c767aa673be4af298aafd6f46ddd10373e32b832dd2017
pkgname = keepassxc-allow-aur-extension-origin
diff --git a/PKGBUILD b/PKGBUILD
index 9555171c32c5..376f244efd6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
# binary version of this package (-bin): github.com/noahvogt/keepassxc-allow-aur-extension-origin-bin-aur
pkgname=keepassxc-allow-aur-extension-origin
-pkgver=2.7.6
-pkgrel=3
+pkgver=2.7.7
+pkgrel=1
pkgdesc="Cross-platform community-driven port of Keepass password manager"
arch=(x86_64)
url="https://keepassxc.org/"
-license=(GPL)
+license=('GPL-2.0-only OR GPL-3.0-only OR LGPL-2.1-only')
depends=(argon2 botan curl hicolor-icon-theme libxtst
minizip pcsclite qrencode qt5-svg qt5-x11extras libusb)
makedepends=(asciidoctor cmake qt5-tools)
@@ -19,22 +19,19 @@ optdepends=('xclip: keepassxc-cli clipboard support under X server'
checkdepends=(xclip xorg-server-xvfb)
provides=(org.freedesktop.secrets keepassxc)
conflicts=(keepassxc)
-source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz
- https://github.com/keepassxreboot/keepassxc/commit/cc0530ba.patch
+source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz{,.sig}
add-aur-extension-build-to-allowed-origins.patch)
-sha256sums=('a58074509fa8e90f152c6247f73e75e126303081f55eedb4ea0cbb6fa980d670'
- '7884a0425a5bf7e67d389d6b2545b06ee28b6d77e9164df13a8e78b5719d11ce'
+sha256sums=('58fc45ae98e4b3ffb052103014f5b97a41fefd17102c7f56073934dd3a82ee67'
+ 'SKIP'
'a150f3ce0d9d8827b6c767aa673be4af298aafd6f46ddd10373e32b832dd2017')
# List of signing keys can be found at https://keepassxc.org/verifying-signatures/
-# validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2
-# 71D4673D73C7F83C17DAE6A2D8538E98A26FD9C4
-# AF0AEA44ABAC8F1047733EA7AFF235EEFB5A2517
-# C1E4CBA3AD78D3AFD894F9E0B7A66F03B59076A8)
+validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2
+ 71D4673D73C7F83C17DAE6A2D8538E98A26FD9C4
+ AF0AEA44ABAC8F1047733EA7AFF235EEFB5A2517
+ C1E4CBA3AD78D3AFD894F9E0B7A66F03B59076A8)
prepare() {
cd keepassxc-"$pkgver"
- # Fix build with botan 3.3
- patch -p1 -i ../cc0530ba.patch
patch -p1 -i ../add-aur-extension-build-to-allowed-origins.patch
}
diff --git a/nvchecker.toml b/nvchecker.toml
new file mode 100644
index 000000000000..878a7e733d22
--- /dev/null
+++ b/nvchecker.toml
@@ -0,0 +1,4 @@
+[keepassxc]
+source = "github"
+github = "keepassxreboot/keepassxc"
+use_max_tag = true