summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Angelopoulos2015-12-27 02:53:26 +0100
committerGeorge Angelopoulos2015-12-27 02:53:26 +0100
commite3f0cc478da2a6a215b295473b96d4aa130127d8 (patch)
treec5d8c44c1186c0844f393ae8ca2355c23bbb1fb2
parentb4577cd91e50f4f515910ccf5231c4d7e43b31ab (diff)
downloadaur-e3f0cc478da2a6a215b295473b96d4aa130127d8.tar.gz
add dmidecode optdepend
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94849a315117..526fe2c5e469 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Dec 27 01:41:20 UTC 2015
+# Sun Dec 27 01:53:20 UTC 2015
pkgbase = xsos
pkgdesc = Summarize system info from sosreports
pkgver = 0.7.5
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ryran/xsos
arch = any
license = GPL3
depends = bash
depends = gawk
depends = sed
+ optdepends = dmidecode: for bios info
source = https://github.com/ryran/xsos/archive/v0.7.5.tar.gz
md5sums = aed40721ef9cf9c6c74664285edf857d
diff --git a/PKGBUILD b/PKGBUILD
index 6103963e7a16..766a868cf9ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: George Angelopoulos <george@usermod.net>
pkgname=xsos
pkgver=0.7.5
-pkgrel=2
+pkgrel=3
pkgdesc="Summarize system info from sosreports"
arch=('any')
url="https://github.com/ryran/xsos"
license=('GPL3')
depends=('bash' 'gawk' 'sed')
+optdepends=('dmidecode: for bios info')
source=("https://github.com/ryran/xsos/archive/v0.7.5.tar.gz")
md5sums=('aed40721ef9cf9c6c74664285edf857d')