summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d6c9172ca15..d0958368558d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = envrun
- pkgdesc = Small utility to transfer fields of a key in Vault into the environment
+ pkgdesc = Helper utility to inject environment variables stored in a file into processes
pkgver = 0.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Luzifer/envrun
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 9dbb4f0a6054..26a0d715687e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=envrun
pkgver=0.6.0
-pkgrel=1
-pkgdesc="Small utility to transfer fields of a key in Vault into the environment"
+pkgrel=2
+pkgdesc="Helper utility to inject environment variables stored in a file into processes"
arch=('i686' 'x86_64')
url="https://github.com/Luzifer/$pkgname"
license=('Apache')