summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Mavro2022-12-28 21:12:00 +0100
committerPierre Mavro2022-12-28 21:12:00 +0100
commit17e7cb9717f537ceac28cd8540151b7b0a6f50df (patch)
tree0273a1edf8eba907bbe5fdb5915feeac8646225b
parent985ec0874aa62fa6f2cb8d03373fd1b61ba49572 (diff)
downloadaur-17e7cb9717f537ceac28cd8540151b7b0a6f50df.tar.gz
feat: release 1.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8fe171fc23f..586587a66d9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = commitizen-go
pkgdesc = Command line utility to standardize git commit messages, golang version
- pkgver = 1.0.1
+ pkgver = 1.0.3
pkgrel = 1
url = https://github.com/lintingzhen/commitizen-go
arch = x86_64
license = GPL
makedepends = git
makedepends = go
- source = https://github.com/lintingzhen/commitizen-go/archive/v1.0.1.tar.gz
- sha256sums = 4947a9ecd8f34a24f2760d8a4795f2d222ac4d063aa270ee70f8ace5684b07af
+ source = https://github.com/lintingzhen/commitizen-go/archive/v1.0.3.tar.gz
+ sha256sums = 31dbcce99c7d73bfdb2d91571e640d05d98d66e10e9cc5e594decd9fd9d0d077
pkgname = commitizen-go
diff --git a/PKGBUILD b/PKGBUILD
index 932729e06cfd..5e9e3709f935 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Pierre Mavro <deimosfr@gmail.com>
pkgname=commitizen-go
-pkgver=1.0.1
+pkgver=1.0.3
pkgrel=1
pkgdesc="Command line utility to standardize git commit messages, golang version"
arch=(x86_64)
@@ -19,4 +19,4 @@ package() {
cd "$pkgname-$pkgver"
install -Dm755 "$pkgname" "$pkgdir/$git_exec_path/git-cz"
}
-sha256sums=('4947a9ecd8f34a24f2760d8a4795f2d222ac4d063aa270ee70f8ace5684b07af')
+sha256sums=('31dbcce99c7d73bfdb2d91571e640d05d98d66e10e9cc5e594decd9fd9d0d077')