summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız2023-03-25 22:41:45 +0300
committerOrhun Parmaksız2023-03-25 22:41:45 +0300
commitf65cbbf8c7909f7a083cb23e7545ff2f9d3265b5 (patch)
tree7d4eef0de1e30a377d3d8fb230b1608fcb0197fb
parentb8709b33bf44b38ad052a285d92ac84c587fabb2 (diff)
downloadaur-f65cbbf8c7909f7a083cb23e7545ff2f9d3265b5.tar.gz
upgpkg: cargo-public-api-git 0.28.0.r3.g290d789-1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b08bf21f3d1..a544f0ddfa6e 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.3.r4.g10e912b
+ pkgver = 0.28.0.r3.g290d789
pkgrel = 1
url = https://github.com/Enselic/cargo-public-api
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c20ba4732959..ca3a7d33b44d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/orhun/pkgbuilds
pkgname=cargo-public-api-git
-pkgver=0.27.3.r4.g10e912b
+pkgver=0.28.0.r3.g290d789
pkgrel=1
pkgdesc="List and diff the public API of Rust library crates (git)"
arch=('x86_64')
@@ -19,7 +19,7 @@ options=('!lto')
pkgver() {
cd "${pkgname%-git}"
- git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags --match "v*" | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {