summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız2023-01-21 14:04:18 +0300
committerOrhun Parmaksız2023-01-21 14:04:18 +0300
commitace8597c5290499aeecaa419c0203c4831770781 (patch)
treedee69e481fe633be8d096cd755c1cc77a3d6b00b
parenta32c89d613ec8027399578acc6c9a903155c9434 (diff)
downloadaur-ace8597c5290499aeecaa419c0203c4831770781.tar.gz
upgpkg: cargo-public-api-git 0.27.1.r1.g182c2b0-1
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04a531b0b17d..3a255d58aefe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cargo-public-api-git
pkgdesc = List and diff the public API of Rust library crates (git)
- pkgver = 0.27.0.r1.g25a4e20
+ pkgver = 0.27.1.r1.g182c2b0
pkgrel = 1
url = https://github.com/Enselic/cargo-public-api
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = cargo-public-api-git
depends = libgit2
provides = cargo-public-api
conflicts = cargo-public-api
+ options = !lto
source = git+https://github.com/Enselic/cargo-public-api
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b99364f39edd..b7979ed8e0b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/orhun/pkgbuilds
pkgname=cargo-public-api-git
-pkgver=0.27.0.r1.g25a4e20
+pkgver=0.27.1.r1.g182c2b0
pkgrel=1
pkgdesc="List and diff the public API of Rust library crates (git)"
arch=('x86_64')
@@ -15,6 +15,7 @@ conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=("git+${url}")
sha512sums=('SKIP')
+options=('!lto')
pkgver() {
cd "${pkgname%-git}"