summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey A.2024-09-19 13:57:11 +0300
committerSergey A.2024-09-19 13:57:11 +0300
commit6934e15cd6f190ba331648709faf175f002019bf (patch)
treeac94fa3767efb44d68432c7c3b4b96ba8b662eff
parent7c1bccb7f1127a3de92b6ad0bb7ac896b8cbee4c (diff)
downloadaur-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--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36bf62815fc8..1d2fc828e6ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index f1bab0fcf3f5..49f0c754f701 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')