diff options
author | Orhun Parmaksız | 2024-08-13 12:30:21 +0300 |
---|---|---|
committer | Orhun Parmaksız | 2024-08-13 12:30:21 +0300 |
commit | 88b1a0e5ce94b13619be41929c43f24c8b21c1e3 (patch) | |
tree | a0707a48dea5d7b176301f0ea87e811d16031f49 | |
parent | d28af0edfd8b5e24544f9dc0def7c5a48f97f940 (diff) | |
download | aur-88b1a0e5ce94b13619be41929c43f24c8b21c1e3.tar.gz |
upgpkg: conserve-git 23.11.0.r1.g69a5901-2
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = conserve-git pkgdesc = Robust portable backup tool written in Rust (git) pkgver = 23.11.0.r1.g69a5901 - pkgrel = 1 + pkgrel = 2 url = https://github.com/sourcefrog/conserve arch = x86_64 license = GPL2 @@ -10,6 +10,7 @@ pkgbase = conserve-git depends = gcc-libs provides = conserve conflicts = conserve + options = !lto source = git+https://github.com/sourcefrog/conserve sha512sums = SKIP @@ -3,7 +3,7 @@ pkgname=conserve-git pkgver=23.11.0.r1.g69a5901 -pkgrel=1 +pkgrel=2 pkgdesc="Robust portable backup tool written in Rust (git)" arch=('x86_64') url="https://github.com/sourcefrog/conserve" @@ -14,6 +14,7 @@ conflicts=("${pkgname%-git}") provides=("${pkgname%-git}") source=("git+${url}") sha512sums=('SKIP') +options=('!lto') pkgver() { cd "${pkgname%-git}" |