summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorge Angelopoulos2015-12-27 02:41:32 +0100
committerGeorge Angelopoulos2015-12-27 02:41:32 +0100
commitb4577cd91e50f4f515910ccf5231c4d7e43b31ab (patch)
treec7a3358886ed32ce80ace11771af2e9f45ddef0f /PKGBUILD
parent6ada246949a985765aba5db34424b5a54525930d (diff)
downloadaur-b4577cd91e50f4f515910ccf5231c4d7e43b31ab.tar.gz
add gawk and sed dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0aeee3cc1bff..6103963e7a16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: George Angelopoulos <george@usermod.net>
pkgname=xsos
pkgver=0.7.5
-pkgrel=1
+pkgrel=2
pkgdesc="Summarize system info from sosreports"
arch=('any')
url="https://github.com/ryran/xsos"
license=('GPL3')
-depends=('bash')
+depends=('bash' 'gawk' 'sed')
source=("https://github.com/ryran/xsos/archive/v0.7.5.tar.gz")
md5sums=('aed40721ef9cf9c6c74664285edf857d')