summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo (XenGi) Band2019-08-08 16:11:49 +0200
committerRicardo (XenGi) Band2019-08-08 16:11:49 +0200
commit75d07b30426fc0ed8a6ea9a47de47153276b273a (patch)
tree9d4dea37fa1e97bda46f2cddd3a9915a5da4228d
parentf8c791ec4109757897c19881c29683faea1fe537 (diff)
downloadaur-75d07b30426fc0ed8a6ea9a47de47153276b273a.tar.gz
removed unneeded dependency cpio
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore39
-rw-r--r--PKGBUILD4
3 files changed, 42 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 473e422f598e..340926b0f370 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = dell-idractools
pkgdesc = Dell EMC iDRAC Tools (RACADM, VMCLI, IPMI Tool)
pkgver = 9.3.0.3379
- pkgrel = 1
+ pkgrel = 2
url = https://www.dell.com/support/home/de/de/debsdt1/drivers/driversdetails?driverid=G3NDF&oscode=RHE70&productcode=poweredge-r640
arch = x86_64
license = GPL2
license = LGPL2
makedepends = rpmextract
- makedepends = cpio
conflicts = dell-srvadmin
conflicts = dell-mgmtstat
source = http://downloads.dell.com/FOLDER05446180M/1/DellEMC-iDRACTools-Web-LX-9.3.0-3379_A00.tar.gz
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..b1d9f7e27421
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,39 @@
+# Created by https://www.gitignore.io/api/vim,archlinuxpackages
+# Edit at https://www.gitignore.io/?templates=vim,archlinuxpackages
+
+### ArchLinuxPackages ###
+*.tar
+*.tar.*
+*.jar
+*.exe
+*.msi
+*.zip
+*.tgz
+*.log
+*.log.*
+*.sig
+
+pkg/
+src/
+
+### Vim ###
+# Swap
+[._]*.s[a-v][a-z]
+[._]*.sw[a-p]
+[._]s[a-rt-v][a-z]
+[._]ss[a-gi-z]
+[._]sw[a-p]
+
+# Session
+Session.vim
+Sessionx.vim
+
+# Temporary
+.netrwhist
+*~
+# Auto-generated tag files
+tags
+# Persistent undo
+[._]*.un~
+
+# End of https://www.gitignore.io/api/vim,archlinuxpackagesu
diff --git a/PKGBUILD b/PKGBUILD
index 77bdca2441bf..12de66a413eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@ pkgname=dell-idractools
pkgver=9.3.0.3379
_pkgver="9.3.0-3379"
_pkgbuild=14516
-pkgrel=1
+pkgrel=2
pkgdesc="Dell EMC iDRAC Tools (RACADM, VMCLI, IPMI Tool)"
arch=('x86_64')
url='https://www.dell.com/support/home/de/de/debsdt1/drivers/driversdetails?driverid=G3NDF&oscode=RHE70&productcode=poweredge-r640'
license=('GPL2' 'LGPL2')
conflicts=(dell-srvadmin dell-mgmtstat)
-makedepends=(rpmextract cpio)
+makedepends=(rpmextract)
# http://downloads.dell.com/published/pages/poweredge-r640.html
source=("http://downloads.dell.com/FOLDER05446180M/1/DellEMC-iDRACTools-Web-LX-${_pkgver}_A00.tar.gz"
"http://downloads.dell.com/FOLDER05446181M/1/DellEMC-iDRACTools-Web-LX-${_pkgver}_A00.tar.gz.sign")