summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
-rw-r--r--RELEASENOTES.md5
3 files changed, 15 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e49f1df6b08c..3b6222e40c87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mulle-sourcetree
pkgdesc = Project composition and maintenance with build support
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
epoch = 1
url = https://github.com/mulle-sde/mulle-sourcetree
@@ -9,9 +9,10 @@ pkgbase = mulle-sourcetree
groups = mulle-sde-all
license = BSD3
depends = bash
- depends = mulle-bashfunctions>=4.1.1
- depends = mulle-env>=4.1.0
- source = https://github.com/mulle-sde/mulle-sourcetree/archive/1.1.0.tar.gz
- md5sums = c0b6b01ab0a8a459c110ebc00ca6b56c
+ depends = mulle-bashfunctions>=5.0.3
+ depends = mulle-env>=4.2.0
+ depends = mulle-fetch>=3.1.0
+ source = https://github.com/mulle-sde/mulle-sourcetree/archive/1.2.0.tar.gz
+ md5sums = cb4672034d020c70f8dea2279f740ccb
pkgname = mulle-sourcetree
diff --git a/PKGBUILD b/PKGBUILD
index f5353d423ba2..4572df9324b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonathan Boyle <programmerfalcon@gmail.com>
pkgname=mulle-sourcetree
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
epoch=1
pkgdesc="Project composition and maintenance with build support"
@@ -8,11 +8,11 @@ arch=('any')
url="https://github.com/mulle-sde/mulle-sourcetree"
license=('BSD3')
groups=('mulle-sde-all')
-depends=('bash' 'mulle-bashfunctions>=4.1.1' 'mulle-env>=4.1.0')
+depends=('bash' 'mulle-bashfunctions>=5.0.3' 'mulle-env>=4.2.0' 'mulle-fetch>=3.1.0')
changelog="RELEASENOTES.md"
-source=("https://github.com/mulle-sde/mulle-sourcetree/archive/1.1.0.tar.gz")
+source=("https://github.com/mulle-sde/mulle-sourcetree/archive/1.2.0.tar.gz")
noextract=()
-md5sums=('c0b6b01ab0a8a459c110ebc00ca6b56c')
+md5sums=('cb4672034d020c70f8dea2279f740ccb')
validpgpkeys=()
package() {
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 05079dfffef7..10ae5db0e857 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -1,3 +1,8 @@
+## 1.2.0
+
+* added --varbatim option to list and walk, so that error nodes show up and dont abort the listing
+
+
## 1.1.0
* added mulle-sourcetree-edit-csv and friends