summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2012-10-17 17:04:29 +0200
committerMassimiliano Torromeo2012-10-17 17:04:29 +0200
commitd908e20d958c03ed38fe87cbf91dd118566df163 (patch)
treefe2e2cd6a5cf6d673e90a656db7d91694c8f8af3
parent558c1bae169f859efba7a8d16aa7cd5091f13a7b (diff)
downloadaur-d908e20d958c03ed38fe87cbf91dd118566df163.tar.gz
Rebased hp packages on the redhat versions that are more updated
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1b9583a6e98..bd44b1a650a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=hponcfg
-pkgver=3.1.1.0.2_2
+pkgver=4.0.0_0
pkgrel=1
pkgdesc="RILOE II/iLo online configuration utility"
arch=(i686 x86_64)
@@ -12,11 +12,10 @@ license=("CUSTOM")
[ $CARCH = "x86_64" ] && depends=(${depends[@]} lib32-glibc)
-source=(http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/pool/non-free/${pkgname}_${pkgver//_/-}_i386.deb)
+source=(http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/RedHatEnterpriseServer/6.2/packages/i386/${pkgname}-${pkgver//_/-}.noarch.rpm)
package() {
- cd "$pkgdir"
- tar xf "$srcdir/data.tar.gz"
+ cp -a "$srcdir/"{sbin,usr} "$pkgdir"
}
-sha256sums=('2e145c40e20808398fccbdba7f798020ed6fdf65059f634f5351d6ecbc867b99')
+sha256sums=('6c72585ab42c232651c090b5a42372e2f8a756778449b9a726a6560070aa95f1')