summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11e917edeaa1..ab4fc2230f9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cargo-about-git
pkgdesc = Cargo plugin to generate list of all licenses for a crate (git)
- pkgver = 0.4.3.r1.g3e9def9
+ pkgver = 0.4.4.r0.ge195a6a
pkgrel = 1
url = https://github.com/EmbarkStudios/cargo-about
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = cargo-about-git
depends = gcc-libs
provides = cargo-about
conflicts = cargo-about
+ options = !lto
source = git+https://github.com/EmbarkStudios/cargo-about
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 74381889ea67..13cb553fc956 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/orhun/pkgbuilds
pkgname=cargo-about-git
-pkgver=0.4.3.r1.g3e9def9
+pkgver=0.4.4.r0.ge195a6a
pkgrel=1
pkgdesc="Cargo plugin to generate list of all licenses for a crate (git)"
arch=('x86_64')
@@ -14,6 +14,7 @@ conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=("git+${url}")
sha512sums=('SKIP')
+options=('!lto')
pkgver() {
cd "${pkgname%-git}"