diff options
Diffstat (limited to 'testing/ripasso-cursive/APKBUILD')
-rw-r--r-- | testing/ripasso-cursive/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ripasso-cursive/APKBUILD b/testing/ripasso-cursive/APKBUILD index e02be2054fc..6ae7e3d7b4f 100644 --- a/testing/ripasso-cursive/APKBUILD +++ b/testing/ripasso-cursive/APKBUILD @@ -2,12 +2,12 @@ pkgname=ripasso-cursive _pkgrelname=ripasso pkgver=0.5.2 -pkgrel=0 +pkgrel=1 pkgdesc="A password manager that uses the file format of the standard unix password manager 'pass', implemented in rust." url="https://github.com/cortex/ripasso/" arch="all !s390x !riscv64 !armhf" license="GPL-3.0-or-later" -makedepends="gettext rust cargo libgpg-error-dev gpgme-dev openssl-dev libxcb-dev" +makedepends="gettext rust cargo libgpg-error-dev gpgme-dev openssl-dev>3 libxcb-dev" source="https://github.com/cortex/ripasso/archive/release-$pkgver.tar.gz" builddir="$srcdir/$_pkgrelname-release-$pkgver" |