summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-09-02 20:50:55 +0800
committerzxp198210052023-09-02 20:50:55 +0800
commitc3bf831059be0f77448ae5f4e766dd6e8cbe94e3 (patch)
treede983f7a201dbc3853666159c6a8831a23e62c2f
parentfc7207556ed0cb6ba24c6f8625cc8d38c357e616 (diff)
downloadaur-c3bf831059be0f77448ae5f4e766dd6e8cbe94e3.tar.gz
update to 1.9.9_1977
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a45e06dabc03..1be568d7472e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = authpass-bin
pkgdesc = Password Manager based on Flutter for all platforms. Keepass 2.x (kdbx 3.x) compatible.
- pkgver = 1.9.9_1950
- pkgrel = 3
+ pkgver = 1.9.9_1977
+ pkgrel = 1
url = https://authpass.app/
arch = x86_64
license = GPL3
@@ -16,9 +16,11 @@ pkgbase = authpass-bin
depends = glibc
depends = pango
depends = glib2
- provides = authpass=1.9.9_1950
+ depends = fontconfig
+ depends = harfbuzz
+ provides = authpass=1.9.9_1977
conflicts = authpass
- source = authpass-1.9.9_1950.deb::https://data.authpass.app/data/artifacts/authpass-linux-1.9.9_1950.deb
- sha256sums = 6da509a9203f921435178396fea1ed80f69eb25a2f73c748b9a796deca4faed3
+ source = authpass-1.9.9_1977.deb::https://data.authpass.app/data/artifacts/authpass-linux-1.9.9_1977.deb
+ sha256sums = 91816757def7919e67aef6a719453567306479a6864a86b269e5b5e78d09b102
pkgname = authpass-bin
diff --git a/PKGBUILD b/PKGBUILD
index c1ad639c48e2..c59c41d19c16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
# Contributor: Luis Martinez <luis dot martinez at disroot dot org>
# Contributor: Caltlgin Stsodaat <contact@fossdaily.xyz>
pkgname=authpass-bin
-pkgver=1.9.9_1950
-pkgrel=3
+pkgver=1.9.9_1977
+pkgrel=1
pkgdesc='Password Manager based on Flutter for all platforms. Keepass 2.x (kdbx 3.x) compatible.'
arch=('x86_64')
url="https://authpass.app/"
_githuburl="https://github.com/authpass/authpass"
_downurl="https://data.authpass.app/data/artifacts"
license=('GPL3')
-depends=('gtk3' 'libsecret' 'libkeybinder3' 'gcc-libs' 'cairo' 'gdk-pixbuf2' 'libepoxy' 'at-spi2-core' 'glibc' 'pango' 'glib2')
+depends=('gtk3' 'libsecret' 'libkeybinder3' 'gcc-libs' 'cairo' 'gdk-pixbuf2' 'libepoxy' 'at-spi2-core' 'glibc' 'pango' 'glib2' 'fontconfig' 'harfbuzz')
provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
source=("${pkgname%-bin}-${pkgver}.deb::${_downurl}/${pkgname%-bin}-linux-${pkgver}.deb")
-sha256sums=('6da509a9203f921435178396fea1ed80f69eb25a2f73c748b9a796deca4faed3')
+sha256sums=('91816757def7919e67aef6a719453567306479a6864a86b269e5b5e78d09b102')
prepare() {
bsdtar -xf "${srcdir}/data.tar.zst"
sed "s|/opt/${pkgname%-bin}/icon.svg|${pkgname%-bin}|g;s|Network|Network;Utility|g" \