diff options
author | Thomas Lamprecht | 2021-03-18 15:37:36 +0100 |
---|---|---|
committer | Thomas Lamprecht | 2021-03-18 15:37:44 +0100 |
commit | 5afda929c6ac303e00c16aaaa0f99f12477246e5 (patch) | |
tree | a35ff02f5acac93f52c71b75c38775b3dc60735f | |
parent | 87832a39dd09fe018787c5c1279168d2326b57ae (diff) | |
download | aur-5afda929c6ac303e00c16aaaa0f99f12477246e5.tar.gz |
update to v1.0.11
Signed-off-by: Thomas Lamprecht <thomas@lamprecht.org>
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | 0001-adapt-cargo-toml-and-remove-systemd-linking.patch | 8 | ||||
-rw-r--r-- | PKGBUILD | 3 |
3 files changed, 9 insertions, 8 deletions
@@ -1,6 +1,6 @@ pkgbase = proxmox-backup-client pkgdesc = Client for Proxmox Backup Server - pkgver = 1.0.8 + pkgver = 1.0.11 pkgrel = 1 url = https://www.proxmox.com arch = x86_64 @@ -16,12 +16,12 @@ pkgbase = proxmox-backup-client depends = gcc-libs depends = fuse3 depends = acl - source = proxmox-backup-client-1.0.8::git://git.proxmox.com/git/proxmox-backup.git#tag=v1.0.8 + source = proxmox-backup-client-1.0.11::git://git.proxmox.com/git/proxmox-backup.git#tag=v1.0.11 source = 0001-adapt-cargo-toml-and-remove-systemd-linking.patch source = 0002-remove-apt-dependency.patch source = elf-strip-unused-dependencies.sh sha512sums = SKIP - sha512sums = 0806e8e5078d5b25b19b7414d2b96bba886ed146cc0080fc505eb835698d4e689dad954db128c01da1b02df9c32be54512fe9fd7fded89c74c2dcbf05b2f9dc5 + sha512sums = 5ac6082b9d718931f6692f1f2821bb0c6b312b9a04aef10bc7400a4a051c6b1368de86d3438254e313434ef35229f56b17c65f72938320e12de7001136403ed9 sha512sums = 35e3aa7369c481dde640ba8a97f0d4e95a73907f2a985382a5ed230d762e5b645a81a72c9fdd19e2dead7de51c5f7d051379ad6340cbbc245890e71398e45381 sha512sums = 8ebadc9854ff8bcd4e1e2e849728ef5724164b834793d0dda989e72ff0180d44b1318fdd6a4c1bf29b6d93bb8241c8dc47839d7d6a4b9f59a8a03f7e208e9991 diff --git a/0001-adapt-cargo-toml-and-remove-systemd-linking.patch b/0001-adapt-cargo-toml-and-remove-systemd-linking.patch index 72b2f6dbe548..eb5360224655 100644 --- a/0001-adapt-cargo-toml-and-remove-systemd-linking.patch +++ b/0001-adapt-cargo-toml-and-remove-systemd-linking.patch @@ -37,15 +37,15 @@ index 283453e7..29db166d 100644 pin-utils = "0.1.0" pin-project = "1.0" -pathpatterns = "0.1.2" --proxmox = { version = "0.10.1", features = [ "sortable-macro", "api-macro", "websocket" ] } +-proxmox = { version = "0.11.0", features = [ "sortable-macro", "api-macro", "websocket" ] } +pathpatterns = { version = "0.1.2", git = "git://git.proxmox.com/git/pathpatterns.git" } -+proxmox = { version = "0.10.1", features = [ "sortable-macro", "api-macro" ], git = "git://git.proxmox.com/git/proxmox.git", rev = "aad324c38b3cf46bbedf0318011bb22379c09086" } ++proxmox = { version = "0.11.0", features = [ "sortable-macro", "api-macro" ], git = "git://git.proxmox.com/git/proxmox.git", rev = "1fce0ff41ddeb177f92874bf4e95a775cfd99c69" } #proxmox = { git = "git://git.proxmox.com/git/proxmox", version = "0.1.2", features = [ "sortable-macro", "api-macro" ] } #proxmox = { path = "../proxmox/proxmox", features = [ "sortable-macro", "api-macro", "websocket" ] } -proxmox-fuse = "0.1.1" --pxar = { version = "0.8.0", features = [ "tokio-io" ] } +-pxar = { version = "0.10.0", features = [ "tokio-io" ] } +proxmox-fuse = { version = "0.1.1", git = "git://git.proxmox.com/git/proxmox-fuse.git" } -+pxar = { version = "0.8.0", features = [ "tokio-io" ] , git = "git://git.proxmox.com/git/pxar.git", rev = "f4b103697ac427f5d92ddbb2277997378c018f1a"} ++pxar = { version = "0.10.0", features = [ "tokio-io" ] , git = "git://git.proxmox.com/git/pxar.git", rev = "64f8857c700675a26cf7676bb5edce7e3be8a487"} #pxar = { path = "../pxar", features = [ "tokio-io" ] } regex = "1.2" rustyline = "7" @@ -22,7 +22,7 @@ source=( ) sha512sums=( 'SKIP' - '0806e8e5078d5b25b19b7414d2b96bba886ed146cc0080fc505eb835698d4e689dad954db128c01da1b02df9c32be54512fe9fd7fded89c74c2dcbf05b2f9dc5' + '5ac6082b9d718931f6692f1f2821bb0c6b312b9a04aef10bc7400a4a051c6b1368de86d3438254e313434ef35229f56b17c65f72938320e12de7001136403ed9' '35e3aa7369c481dde640ba8a97f0d4e95a73907f2a985382a5ed230d762e5b645a81a72c9fdd19e2dead7de51c5f7d051379ad6340cbbc245890e71398e45381' '8ebadc9854ff8bcd4e1e2e849728ef5724164b834793d0dda989e72ff0180d44b1318fdd6a4c1bf29b6d93bb8241c8dc47839d7d6a4b9f59a8a03f7e208e9991' ) @@ -52,6 +52,7 @@ build() { check() { cd "$pkgname-$pkgver" + mkdir -p target/testout/ cargo test --release --bin proxmox-backup-client --bin pxar } |