summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2019-04-02 10:18:51 -0700
committerDonald Webster2019-04-02 10:18:51 -0700
commit6a9d8472ac5980eae386fd46f042a26d734ab93d (patch)
tree440eefd1a7cf6b692e9a5fb83289444b3ea8c23c
parentce9b75533c59ad96517f81478816dd19935120c4 (diff)
downloadaur-6a9d8472ac5980eae386fd46f042a26d734ab93d.tar.gz
Add files suggested by @visage to backup.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6e29877df4e..1dc50702c874 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,10 @@ pkgbase = ipmiview
makedepends = tar
depends = glibc
depends = java-runtime=8
+ backup = account.properties
+ backup = email.properties
+ backup = IPMIView.properties
+ backup = timeout.properties
source = ipmiview.desktop
sha256sums = 6a923aab3561e28e5d3f59acc7897bb51a2051f066dd925500498126c7fdf555
source_x86_64 = https://www.supermicro.com/wftp/utility/IPMIView/Linux/IPMIView_2.15.0_build.190109_bundleJRE_Linux_x64.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 730403c9aca4..99e358c366de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,12 @@ depends=("glibc" "java-runtime=8")
arch=('x86_64')
license=('custom:"Super Micro Computer"')
url="http://www.supermicro.com/products/nfo/ipmi.cfm"
+
+backup=('account.properties'
+ 'email.properties'
+ 'IPMIView.properties'
+ 'timeout.properties')
+
source=("ipmiview.desktop")
source_x86_64=("https://www.supermicro.com/wftp/utility/IPMIView/Linux/IPMIView_${pkgver}_build.${_pkghash}_bundleJRE_Linux_x64.tar.gz")