summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKnut Ahlers2018-11-30 20:32:35 +0100
committerKnut Ahlers2018-11-30 20:32:35 +0100
commit0ae21aa7fb2de2e19d5c167abb256709681380d4 (patch)
tree32cae0f02c910607c0f67ad558ce92df1ecc8bdc
parente86ad295ed0cff2fc79e1a1f3375577c6b718752 (diff)
downloadaur-0ae21aa7fb2de2e19d5c167abb256709681380d4.tar.gz
Fix package description
Signed-off-by: Knut Ahlers <knut@ahlers.me>
-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')