diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-27 04:52:22 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-27 04:52:22 -0300 |
commit | dbe994c6c400b6928925c8de5772c76bdb63e6f1 (patch) | |
tree | 28b18bc93ab48552c0a4572ad5f5c593803716b0 /libre-testing/uboot4extlinux-omap3_beagle/PKGBUILD | |
parent | 9818f3468cd2119bfa1f4905d1c1330d84fefdad (diff) | |
download | abslibre-dbe994c6c400b6928925c8de5772c76bdb63e6f1.tar.gz abslibre-dbe994c6c400b6928925c8de5772c76bdb63e6f1.tar.bz2 abslibre-dbe994c6c400b6928925c8de5772c76bdb63e6f1.zip |
uboot4extlinux packages: enable timeout support for Extlinux
Diffstat (limited to 'libre-testing/uboot4extlinux-omap3_beagle/PKGBUILD')
-rw-r--r-- | libre-testing/uboot4extlinux-omap3_beagle/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre-testing/uboot4extlinux-omap3_beagle/PKGBUILD b/libre-testing/uboot4extlinux-omap3_beagle/PKGBUILD index c3d833ad8..e46b52505 100644 --- a/libre-testing/uboot4extlinux-omap3_beagle/PKGBUILD +++ b/libre-testing/uboot4extlinux-omap3_beagle/PKGBUILD @@ -5,7 +5,7 @@ buildarch=4 pkgname=uboot4extlinux-omap3_beagle pkgver=2016.01 -pkgrel=2 +pkgrel=3 pkgdesc="U-Boot with Extlinux support for BeagleBoard and BeagleBoard-xM" arch=('armv7h') url="http://git.denx.de/u-boot.git/" @@ -20,7 +20,7 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2" 'uEnv.txt') md5sums=('7d4f65fd43d4d706f5c5650e020d899d' 'da3d52f785bce02602f88fb85f74de2f' - '5172c86fd491728aad8109ebb8a997f8' + '3b3d0e13be08225190c0f733ebf31d9a' 'd41d8cd98f00b204e9800998ecf8427e') prepare() { |