summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Boyle2021-08-21 17:41:42 +0100
committerJonathan Boyle2021-08-21 17:41:42 +0100
commit5436ee7c0dddd55b8c29f295ce168da2970f46e1 (patch)
treef1708c30552b13bd5e075357b8ea56b7d94eb36c
parent4a5523511979d4e959da1c596fc8409913d0c7da (diff)
downloadaur-5436ee7c0dddd55b8c29f295ce168da2970f46e1.tar.gz
Updated Version 3.4.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
-rw-r--r--RELEASENOTES.md10
3 files changed, 20 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d07b5829641..1f25b0b45c53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mulle-env
pkgdesc = Virtual environment for Unix
- pkgver = 3.3.2
- pkgrel = 2
+ pkgver = 3.4.0
+ pkgrel = 1
epoch = 1
url = https://github.com/mulle-sde/mulle-env
changelog = RELEASENOTES.md
@@ -9,9 +9,8 @@ pkgbase = mulle-env
groups = mulle-sde-all
license = BSD3
depends = bash
- depends = mulle-bashfunctions>=3.3.0
- source = https://github.com/mulle-sde/mulle-env/archive/3.3.2.tar.gz
- md5sums = 0a96c6ae72f35286ed177334001191da
+ depends = mulle-bashfunctions>=3.4.0
+ source = https://github.com/mulle-sde/mulle-env/archive/3.4.0.tar.gz
+ md5sums = aeab87db94f46d45d4cb541141790d99
pkgname = mulle-env
-
diff --git a/PKGBUILD b/PKGBUILD
index bdef744f9e7f..aea20e56bd96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Jonathan Boyle <programmerfalcon@gmail.com>
pkgname=mulle-env
-pkgver=3.3.2
-pkgrel=2
+pkgver=3.4.0
+pkgrel=1
epoch=1
pkgdesc="Virtual environment for Unix"
arch=('any')
url="https://github.com/mulle-sde/mulle-env"
license=('BSD3')
groups=('mulle-sde-all')
-depends=('bash' 'mulle-bashfunctions>=3.3.0')
+depends=('bash' 'mulle-bashfunctions>=3.4.0')
changelog="RELEASENOTES.md"
-source=("https://github.com/mulle-sde/mulle-env/archive/3.3.2.tar.gz")
+source=("https://github.com/mulle-sde/mulle-env/archive/3.4.0.tar.gz")
noextract=()
-md5sums=('0a96c6ae72f35286ed177334001191da')
+md5sums=('aeab87db94f46d45d4cb541141790d99')
validpgpkeys=()
package() {
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 712fe25dcf6d..6904c59cdfad 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -1,3 +1,13 @@
+## 3.4.0
+
+* clarify distinction between os (host) and plaform (target) a bit
+* allow environment set FOO=1 along with set FOO 1
+* protect and unprotect files a bit more cleverly
+* there is now a hardcoded scope, so we can list hardcoded values
+* the "project" and "extension" scopes are now known to mulle-env
+* new option --protect-flag to speed up mulle-sde init
+
+
### 3.3.2
* preserve leading whitespace on -C arguments