summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Angelopoulos2015-12-27 02:41:32 +0100
committerGeorge Angelopoulos2015-12-27 02:41:32 +0100
commitb4577cd91e50f4f515910ccf5231c4d7e43b31ab (patch)
treec7a3358886ed32ce80ace11771af2e9f45ddef0f
parent6ada246949a985765aba5db34424b5a54525930d (diff)
downloadaur-b4577cd91e50f4f515910ccf5231c4d7e43b31ab.tar.gz
add gawk and sed dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 969f31c45ced..94849a315117 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
# Generated by mksrcinfo v8
-# Sat Dec 26 20:34:33 UTC 2015
+# Sun Dec 27 01:41:20 UTC 2015
pkgbase = xsos
pkgdesc = Summarize system info from sosreports
pkgver = 0.7.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ryran/xsos
arch = any
license = GPL3
depends = bash
+ depends = gawk
+ depends = sed
source = https://github.com/ryran/xsos/archive/v0.7.5.tar.gz
md5sums = aed40721ef9cf9c6c74664285edf857d
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')