Fix package description

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-11-30 20:32:35 +01:00
parent e86ad295ed
commit 0ae21aa7fb
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
pkgbase = envrun 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 pkgver = 0.6.0
pkgrel = 1 pkgrel = 2
url = https://github.com/Luzifer/envrun url = https://github.com/Luzifer/envrun
arch = i686 arch = i686
arch = x86_64 arch = x86_64

View File

@ -2,8 +2,8 @@
pkgname=envrun pkgname=envrun
pkgver=0.6.0 pkgver=0.6.0
pkgrel=1 pkgrel=2
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"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://github.com/Luzifer/$pkgname" url="https://github.com/Luzifer/$pkgname"
license=('Apache') license=('Apache')