Skip to content

Commit

Permalink
upgpkg: conserve-git 0.6.8.r2.g44af4e7-1
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Oct 16, 2020
1 parent 3789bd6 commit 82e79b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conserve-git/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = conserve-git
pkgdesc = Robust portable backup tool written in Rust (git)
pkgver = 0.6.7.r0.g2c0d79a
pkgver = 0.6.8.r2.g44af4e7
pkgrel = 1
url = https://github.com/sourcefrog/conserve
arch = x86_64
Expand Down
6 changes: 3 additions & 3 deletions conserve-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/orhun/pkgbuilds

pkgname=conserve-git
pkgver=0.6.7.r0.g2c0d79a
pkgver=0.6.8.r2.g44af4e7
pkgrel=1
pkgdesc="Robust portable backup tool written in Rust (git)"
arch=('x86_64')
Expand All @@ -21,12 +21,12 @@ pkgver() {

build() {
cd "${pkgname%-git}"
cargo build --release --locked
cargo build --release --all-features
}

check() {
cd "${pkgname%-git}"
cargo test --release --locked
cargo test --release --all-features
}

package() {
Expand Down

0 comments on commit 82e79b1

Please sign in to comment.