rvault: update to 0.3.

Closes: #28622 [via git-merge-pr]
This commit is contained in:
UsernameRandomlyGenerated 2021-02-10 10:50:39 +01:00 committed by Andrew J. Hesford
parent 4f9f2d029c
commit 1f1a859f49
2 changed files with 4 additions and 14 deletions

View File

@ -1,10 +0,0 @@
--- src/crypto/crypto.h.orig 2020-04-14 16:00:33.022021781 +0200
+++ src/crypto/crypto.h 2020-04-14 16:00:50.765211461 +0200
@@ -8,6 +8,7 @@
#ifndef _CRYPTO_H_
#define _CRYPTO_H_
+#include <sys/types.h>
#include <stdint.h>
#include <stdbool.h>

View File

@ -1,9 +1,9 @@
# Template file for 'rvault'
pkgname=rvault
version=0.2
revision=2
build_style=gnu-makefile
version=0.3
revision=1
build_wrksrc=src
build_style=gnu-makefile
make_use_env=yes
make_build_args="USE_SQLITE=1 USE_MBEDTLS=1 USE_OPENSSL=0 USE_SODIUM=0"
make_install_args="BINDIR=/usr/bin MANDIR=/usr/share/man"
@ -15,7 +15,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD-2-Clause"
homepage="https://github.com/rmind/rvault"
distfiles="https://github.com/rmind/rvault/archive/v${version}.tar.gz"
checksum=0927017cab3d0f29cb9e6cd537405aa3c1bf302d1285cb7c16da656ba73aa1be
checksum=e7480aaf7bb2feb5c7bc0d2a0c6998583d2ad41417ec4aadbf9ccb001f76d7a1
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat"