summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Boyle2022-08-01 11:25:57 +0100
committerJonathan Boyle2022-08-01 11:25:57 +0100
commitec538c2bc0ba2f1d045bb93e2f2a88b8ac02f83e (patch)
treefdb885261cb140b6161a76a51642b67b2bc4a946
parent4763140ae88c4d0648d8b4ffaa48ad70f06cb7c5 (diff)
downloadaur-ec538c2bc0ba2f1d045bb93e2f2a88b8ac02f83e.tar.gz
Updated Version 1.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
-rw-r--r--RELEASENOTES.md12
3 files changed, 20 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da20dc8256be..8c86308a7b7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mulle-template
pkgdesc = Template generator for text files
- pkgver = 0.0.4
+ pkgver = 1.0.1
pkgrel = 1
epoch = 1
url = https://github.com/mulle-sde/mulle-template
@@ -9,8 +9,8 @@ pkgbase = mulle-template
groups = mulle-sde-all
license = BSD3
depends = bash
- depends = mulle-bashfunctions>=3.4.0
- source = https://github.com/mulle-sde/mulle-template/archive/0.0.4.tar.gz
- md5sums = 9f37be78a74ab926fde8bc5b23502d1e
+ depends = mulle-bashfunctions>=4.1.1
+ source = https://github.com/mulle-sde/mulle-template/archive/1.0.1.tar.gz
+ md5sums = cf6f6d2b7fc271ca94d7e05ab99046d7
pkgname = mulle-template
diff --git a/PKGBUILD b/PKGBUILD
index a26ea7d085f2..eed5cb9cff58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonathan Boyle <programmerfalcon@gmail.com>
pkgname=mulle-template
-pkgver=0.0.4
+pkgver=1.0.1
pkgrel=1
epoch=1
pkgdesc="Template generator for text files"
@@ -8,11 +8,11 @@ arch=('any')
url="https://github.com/mulle-sde/mulle-template"
license=('BSD3')
groups=('mulle-sde-all')
-depends=('bash' 'mulle-bashfunctions>=3.4.0')
+depends=('bash' 'mulle-bashfunctions>=4.1.1')
changelog="RELEASENOTES.md"
-source=("https://github.com/mulle-sde/mulle-template/archive/0.0.4.tar.gz")
+source=("https://github.com/mulle-sde/mulle-template/archive/1.0.1.tar.gz")
noextract=()
-md5sums=('9f37be78a74ab926fde8bc5b23502d1e')
+md5sums=('cf6f6d2b7fc271ca94d7e05ab99046d7')
validpgpkeys=()
package() {
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 71245aac6eb0..7e92e376a25a 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -1,3 +1,15 @@
+### 1.0.1
+
+* Various small improvements
+
+# 1.0.0
+
+* big function rename to `<tool>`::`<file>`::`<function>` to make it easier to read hopefully
+* a footer comment can be passed in via the commandline, in addition to regular footer. The text is treated in a special way as \\n gets expanded into proper linefeeds
+* uses mulle-bashfunctions 4 now
+* can now run under zsh if bash is not available
+
+
### 0.0.4
* Various small improvements