Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
ripasso
Commits:
d689d2fa by Caleb Maclennan at 2025-01-25T18:44:27+03:00
upgpkg: 0.7.0-3: Move sodepends to where it will actually be picked up
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ripasso
pkgdesc = A simple password manager written in Rust
pkgver = 0.7.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/cortex/ripasso
arch = x86_64
license = GPL3
@@ -23,3 +23,10 @@ pkgbase = ripasso
sha512sums =
64a0a8fa0debbf16e6df41f26eec99f9cdb351305fb24ca1073f5c97d255ace15d4019de0bdd353cc396efc3ca7e7667da55d2eab9c37313d60b47533ea8352c
pkgname = ripasso
+ depends = openssl
+ depends = libxcb
+ depends = libgpg-error
+ depends = zlib
+ depends = gpgme
+ depends = libgit2
+ depends = libgit2.so
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=ripasso
pkgver=0.7.0
-pkgrel=2
+pkgrel=3
pkgdesc="A simple password manager written in Rust"
arch=('x86_64')
url="https://github.com/cortex/ripasso"
@@ -23,7 +23,6 @@ prepare() {
build() {
cd "$pkgname-$pkgver"
- depends+=('libgit2.so')
export LIBGIT2_NO_VENDOR=1
cargo build -p "ripasso-cursive" --release --frozen
}
@@ -36,6 +35,7 @@ check() {
package() {
cd "$pkgname-$pkgver"
+ depends+=('libgit2.so')
install -Dm0755 "target/release/ripasso-cursive" "$pkgdir/usr/bin/$pkgname"
install -Dm0644 "target/man-page/cursive/ripasso-cursive.1"
"$pkgdir/usr/share/man/man1/$pkgname.1"
install -Dm0644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ripasso/-/commit/d689d2fa4b8d90736f38deb591edd490fd38d4c0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ripasso/-/commit/d689d2fa4b8d90736f38deb591edd490fd38d4c0
You're receiving this email because of your account on gitlab.archlinux.org.