summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOrhun Parmaksız2021-12-23 18:50:49 +0300
committerOrhun Parmaksız2021-12-23 18:50:49 +0300
commit21867c7a6805f6357098eccabf76e7aabc1de5bb (patch)
tree41807447dfce4e76907611824e676e0f9a36360c /PKGBUILD
parent3b1e5703c57d9e54a13effeea07f186e646427de (diff)
downloadaur-21867c7a6805f6357098eccabf76e7aabc1de5bb.tar.gz
upgpkg: cargo-about-git 0.4.4.r0.ge195a6a-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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}"