summaryrefslogtreecommitdiff
path: root/community/flashrom/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/flashrom/PKGBUILD')
-rw-r--r--community/flashrom/PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/community/flashrom/PKGBUILD b/community/flashrom/PKGBUILD
index c6f62062c..10eb5391f 100644
--- a/community/flashrom/PKGBUILD
+++ b/community/flashrom/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 38872 2011-02-02 16:42:39Z giovanni $
+# $Id: PKGBUILD 52890 2011-07-29 17:53:33Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Cilyan Olowen <gaknar@gmail.com>
# Contributor: fill <mailbox@fillo.ru>
# Contributor: Anton Shestakov <engored*ya.ru>
pkgname=flashrom
-pkgver=0.9.3
+pkgver=0.9.4
pkgrel=1
pkgdesc="Utility for reading, writing, erasing and verifying flash ROM chips"
url="http://www.coreboot.org/Flashrom"
@@ -13,15 +13,17 @@ arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
depends=('libftdi')
makedepends=('zlib' 'pciutils')
-source=("http://qa.coreboot.org/releases/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('eccdec2764223f5d2839bf577380eaa9')
+source=("http://download.flashrom.org/releases/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('d739a91aece12cc1e622038bb199541c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- make || return 1
+
+ make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
- make PREFIX="${pkgdir}/usr" install || return 1
+
+ make PREFIX="${pkgdir}/usr" install
}