summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Mavro2020-08-25 17:30:28 +0200
committerPierre Mavro2020-08-25 17:30:28 +0200
commitaa3702a9cd5aa9d255624c807d59106d1580c23c (patch)
tree90f3dd9982f5937a842e59500d6eeb1118c199b2
parent344a25266d0ac9b9fe956807db6a5e805e3de47e (diff)
downloadaur-aa3702a9cd5aa9d255624c807d59106d1580c23c.tar.gz
feat: release v1.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17e3c84c9aa3..ff2be28a6a24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = commitizen-go
pkgdesc = Command line utility to standardize git commit messages, golang version
- pkgver = 0.1.0
+ pkgver = 1.0.0
pkgrel = 2
url = https://github.com/lintingzhen/commitizen-go
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = commitizen-go
makedepends = git
makedepends = go
makedepends = automake
- source = https://github.com/lintingzhen/commitizen-go/archive/v0.1.0.tar.gz
- md5sums = 89331e0516895e467bc49a1a17e8bb0a
+ source = https://github.com/lintingzhen/commitizen-go/archive/v1.0.0.tar.gz
+ md5sums = b35e8fa0b64b253ee627a4b5fd67b8e0
pkgname = commitizen-go
diff --git a/PKGBUILD b/PKGBUILD
index a500b216f1b5..0484a3c784a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Pierre Mavro <deimosfr@gmail.com>
pkgname=commitizen-go
-pkgver=0.1.0
+pkgver=1.0.0
pkgrel=2
pkgdesc="Command line utility to standardize git commit messages, golang version"
arch=(x86_64)
@@ -18,4 +18,4 @@ package() {
cd "$pkgname-$pkgver"
sudo make install
}
-md5sums=('89331e0516895e467bc49a1a17e8bb0a')
+md5sums=('b35e8fa0b64b253ee627a4b5fd67b8e0')