Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
rustic


Commits:
363d6f1f by Caleb Maclennan at 2024-04-27T21:37:37+03:00
upgpkg: 0.7.0-3: Replace now deleted AUR bin package

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = rustic
-       pkgdesc = Fast, encrypted, deduplicated backups powered by Rust
+       pkgdesc = Fast, encrypted, deduplicated backups powered by Rust (reads 
and writes restic repos)
        pkgver = 0.7.0
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/rustic-rs/rustic
        arch = x86_64
        license = Apache-2.0
@@ -10,6 +10,7 @@ pkgbase = rustic
        depends = gcc-libs
        depends = glibc
        replaces = rustic-rs
+       replaces = rustic-bin
        options = !lto
        source = 
https://github.com/rustic-rs/rustic/archive/v0.7.0/rustic-0.7.0.tar.gz
        sha256sums = 
8fb1d80cc3333376a85f79d062bdc0e074e2f50e0b2e89c95907102100f0d277


=====================================
PKGBUILD
=====================================
@@ -3,15 +3,16 @@
 
 pkgname=rustic
 pkgver=0.7.0
-pkgrel=2
-pkgdesc='Fast, encrypted, deduplicated backups powered by Rust'
+pkgrel=3
+pkgdesc='Fast, encrypted, deduplicated backups powered by Rust (reads and 
writes restic repos)'
 arch=(x86_64)
 url="https://github.com/rustic-rs/$pkgname";
 license=(Apache-2.0 MIT)
 depends=(gcc-libs # libgcc_s.so
          glibc) # libc.so libm.so
 makedepends=(cargo)
-replaces=(rustic-rs)
+replaces=(rustic-rs
+          rustic-bin)
 options=(!lto)
 _archive="$pkgname-$pkgver"
 source=("$url/archive/v$pkgver/$_archive.tar.gz")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rustic/-/commit/363d6f1fc5b8d8998eb950c695c5a6509cf91ecf

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rustic/-/commit/363d6f1fc5b8d8998eb950c695c5a6509cf91ecf
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to