diff options
author | Sergey A. | 2024-09-19 13:57:11 +0300 |
---|---|---|
committer | Sergey A. | 2024-09-19 13:57:11 +0300 |
commit | 6934e15cd6f190ba331648709faf175f002019bf (patch) | |
tree | ac94fa3767efb44d68432c7c3b4b96ba8b662eff | |
parent | 7c1bccb7f1127a3de92b6ad0bb7ac896b8cbee4c (diff) | |
download | aur-intermodal.tar.gz |
restore !lto
Fixes building the package in clean chroot.
I probably removed it by accident while building the other package(s).
Sorry, guys.
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = intermodal pkgdesc = User-friendly and featureful CLI BitTorrent metainfo utility, written in Rust pkgver = 0.1.14 - pkgrel = 1 + pkgrel = 2 url = https://github.com/casey/intermodal arch = x86_64 license = custom:CC0 @@ -10,6 +10,7 @@ pkgbase = intermodal makedepends = libgit2 makedepends = libssh2 conflicts = intermodal-bin + options = !lto source = intermodal-0.1.14.tar.gz::https://github.com/casey/intermodal/archive/v0.1.14.tar.gz sha256sums = 4b42fc39246a637e8011a520639019d33beffb337ed4e45110260eb67ecec9cb @@ -3,13 +3,14 @@ pkgname=intermodal pkgver=0.1.14 -pkgrel=1 +pkgrel=2 pkgdesc="User-friendly and featureful CLI BitTorrent metainfo utility, written in Rust" arch=('x86_64') url="https://github.com/casey/intermodal" license=('custom:CC0') makedepends=(cargo help2man libgit2 libssh2) conflicts=(intermodal-bin) +options=(!lto) source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") sha256sums=('4b42fc39246a637e8011a520639019d33beffb337ed4e45110260eb67ecec9cb') |