diff --git a/srcpkgs/flashrom/patches/spi-ioctl.patch b/srcpkgs/flashrom/patches/spi-ioctl.patch deleted file mode 100644 index 9caf4187b64..00000000000 --- a/srcpkgs/flashrom/patches/spi-ioctl.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- linux_spi.c.orig -+++ linux_spi.c -@@ -26,6 +26,7 @@ - #include - #include - #include -+#include - #include - #include - #include ---- linux_spi.c.orig -+++ linux_spi.c -@@ -22,7 +22,7 @@ - #include - #include - #include --#include -+#include - #include - #include - #include ---- hwaccess.h.orig -+++ hwaccess.h -@@ -25,9 +25,7 @@ - #define __HWACCESS_H__ 1 - - #if IS_X86 --#if defined(__GLIBC__) - #include --#endif - #endif - - #if NEED_PCI == 1 diff --git a/srcpkgs/flashrom/template b/srcpkgs/flashrom/template index e4c630d4221..0dd0b9feae1 100644 --- a/srcpkgs/flashrom/template +++ b/srcpkgs/flashrom/template @@ -1,7 +1,7 @@ # Template file for 'flashrom' pkgname=flashrom -version=0.9.8 -revision=2 +version=0.9.9 +revision=1 short_desc="Utility for reading, writing, erasing and verifying flash ROM chips" maintainer="Juan RP " makedepends="pciutils-devel libusb-compat-devel" @@ -9,7 +9,7 @@ hostmakedepends="pkg-config" homepage="http://www.flashrom.org" license="MIT/X11" distfiles=http://download.flashrom.org/releases/$pkgname-$version.tar.bz2 -checksum=13dc7c895e583111ecca370363a3527d237d178a134a94b20db7df177c05f934 +checksum=cb3156b0f63eb192024b76c0814135930297aac41f80761a5d293de769783c45 post_extract() { sed -i "s:sbin:bin:g" Makefile