summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElias Werberich2021-11-21 23:43:13 +0100
committerElias Werberich2021-11-21 23:43:13 +0100
commitb2cbccccf9a04b64ca04424995d5e708695f8776 (patch)
tree5ed1f51685b784bab889b518c48d8df923b726bf
parent7e07b31ceb99395e9f7d0e85b89fd3bbbad51cf0 (diff)
downloadaur-b2cbccccf9a04b64ca04424995d5e708695f8776.tar.gz
Update to upstream v1.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28873addd6c8..07edcb13a513 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = changie
pkgdesc = Automated changelog tool for preparing releases with lots of customization options.
- pkgver = 1.0.0
- pkgrel = 2
+ pkgver = 1.2.0
+ pkgrel = 1
epoch = 0
url = https://github.com/miniscruff/changie
arch = x86_64
license = MIT
makedepends = go
- source = git+https://github.com/miniscruff/changie#tag=v1.0.0
+ source = git+https://github.com/miniscruff/changie#tag=v1.2.0
sha256sums = SKIP
pkgname = changie
diff --git a/PKGBUILD b/PKGBUILD
index 73d997701966..498e1281486e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Elias Werberich <elias@werberich.de>
pkgname=changie
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
epoch=0
pkgdesc="Automated changelog tool for preparing releases with lots of customization options."
arch=('x86_64')