summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYorick Peterse2023-12-14 21:08:14 +0100
committerYorick Peterse2023-12-14 21:08:28 +0100
commit0ab2b2462c6122ebdc4c1991ca2256e7c4ca6338 (patch)
tree7157e4dfb1dbae210801271e9fffa72b6c5466fd
parent29fe4d2db406e69f9822ce9b40cfb4cef685e5dc (diff)
downloadaur-0ab2b2462c6122ebdc4c1991ca2256e7c4ca6338.tar.gz
Release 0.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e30cb1805c47..886ff3ab394f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = git-clogs
pkgdesc = Generate a changelog from Git commits containing trailers
- pkgver = 0.1.0
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/yorickpeterse/clogs
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = git-clogs
options = !docs
options = !libtool
options = !staticlibs
- source = https://github.com/yorickpeterse/clogs/archive/refs/tags/v0.1.0.tar.gz
- sha256sums = 5d4260b5cf45428098278c7b19c2dc4afe83d5cbf3478da4334bc75fa7637cc2
+ source = https://github.com/yorickpeterse/clogs/archive/refs/tags/v0.2.0.tar.gz
+ sha256sums = 5565939fe76930ff88dbcb205faffe8b1164f327d988a25aacd203c36209ceb7
pkgname = git-clogs
diff --git a/PKGBUILD b/PKGBUILD
index 8b3e29624ab3..54934409c4d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Yorick Peterse <aur@yorickpeterse.com>
pkgname=git-clogs
-pkgver=0.1.0
+pkgver=0.2.0
pkgrel=1
pkgdesc="Generate a changelog from Git commits containing trailers"
url="https://github.com/yorickpeterse/clogs"
@@ -12,7 +12,7 @@ provides=(clogs)
conflicts=()
options=(strip !docs !libtool !staticlibs)
source=("https://github.com/yorickpeterse/clogs/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('5d4260b5cf45428098278c7b19c2dc4afe83d5cbf3478da4334bc75fa7637cc2')
+sha256sums=('5565939fe76930ff88dbcb205faffe8b1164f327d988a25aacd203c36209ceb7')
build() {
cd "clogs-${pkgver}"