This commit is contained in:
qwjyh 2024-06-19 18:39:14 +09:00
parent b5bfbf0bc0
commit 72e67fe195
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
pkgbase = xdbm
pkgdesc = Cross device backup manager, which manages backups on several storages mounted on multiple devices.
pkgver = 0.2.0
pkgver = 0.2.1
pkgrel = 1
url = https://github.com/qwjyh/xdbm
arch = i686
@ -10,7 +10,7 @@ pkgbase = xdbm
license = MIT OR Apache-1.0
makedepends = cargo
depends = libgit2
source = xdbm-0.2.0.tar.gz::https://static.crates.io/crates/xdbm/xdbm-0.2.0.crate
source = xdbm-0.2.1.tar.gz::https://static.crates.io/crates/xdbm/xdbm-0.2.1.crate
sha512sums = SKIP
pkgname = xdbm

View file

@ -1,7 +1,7 @@
# Maintainer: qwjyh <urataw421@gmail.com>
pkgname=xdbm
pkgver=0.2.0
pkgver=0.2.1
pkgrel=1
depends=('libgit2')
makedepends=('cargo')