summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-08-10 12:07:48 +0800
committerzxp198210052023-08-10 12:07:48 +0800
commitec5dac137107fea7a1b2dbaef1ebbb5e896c74d6 (patch)
tree5bef7574a249103ea3b513d8f9292768f1d22347
parent05e6f2ab9605ff9a70de389b1a065d04ea2fb4b6 (diff)
downloadaur-ec5dac137107fea7a1b2dbaef1ebbb5e896c74d6.tar.gz
fix errors
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a37debbae3dc..546e5bea8a26 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
- pkgrel = 1
+ pkgrel = 2
url = https://authpass.app/
arch = x86_64
license = GPL3
@@ -16,7 +16,7 @@ pkgbase = authpass-bin
depends = glibc
depends = pango
depends = glib2
- provides = authpass
+ provides = authpass=1.9.9
conflicts = authpass
source = authpass-1.9.9.deb::https://data.authpass.app/data/artifacts/authpass-linux-1.9.9_1950.deb
sha256sums = a80ac234e19f35f6db4858579c963054f7b7ded64f7112478c178940e0d311ba
diff --git a/PKGBUILD b/PKGBUILD
index 43357b90f336..5997de49597f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=authpass-bin
pkgver=1.9.9
_rev=1950
-pkgrel=1
+pkgrel=2
pkgdesc='Password Manager based on Flutter for all platforms. Keepass 2.x (kdbx 3.x) compatible.'
arch=('x86_64')
url="https://authpass.app/"
@@ -12,7 +12,7 @@ _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')
-provides=("${pkgname%-bin}")
+provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
source=("${pkgname%-bin}-${pkgver}.deb::${_downurl}/${pkgname%-bin}-linux-${pkgver}_${_rev}.deb")
sha256sums=('a80ac234e19f35f6db4858579c963054f7b7ded64f7112478c178940e0d311ba')