Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
git-cliff
Commits:
03b05003 by Orhun Parmaksız at 2024-02-27T13:23:51+03:00
upgpkg: 2.0.4-2: enable GitHub integration
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = git-cliff
pkgdesc = A highly customizable changelog generator
pkgver = 2.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/orhun/git-cliff
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=git-cliff
pkgver=2.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="A highly customizable changelog generator"
arch=('x86_64')
url="https://github.com/orhun/git-cliff"
@@ -23,7 +23,7 @@ prepare() {
build() {
cd "$pkgname-$pkgver"
CFLAGS+=" -ffat-lto-objects"
- cargo build --release --frozen --no-default-features
+ cargo build --release --frozen --no-default-features --features github
OUT_DIR=completions/ "./target/release/$pkgname-completions"
OUT_DIR=man/ "./target/release/$pkgname-mangen"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/git-cliff/-/commit/03b050033a92a26db381e8e979eae01caa40df2c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/git-cliff/-/commit/03b050033a92a26db381e8e979eae01caa40df2c
You're receiving this email because of your account on gitlab.archlinux.org.