From 0ae21aa7fb2de2e19d5c167abb256709681380d4 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 30 Nov 2018 20:32:35 +0100 Subject: [PATCH] Fix package description Signed-off-by: Knut Ahlers --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 2d6c917..d095836 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 9dbb4f0..26a0d71 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')