diff options
Diffstat (limited to 'libre-testing/uboot-grub-beaglebone/PKGBUILD')
-rw-r--r-- | libre-testing/uboot-grub-beaglebone/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre-testing/uboot-grub-beaglebone/PKGBUILD b/libre-testing/uboot-grub-beaglebone/PKGBUILD index 4a7fd8e2a..2c884258d 100644 --- a/libre-testing/uboot-grub-beaglebone/PKGBUILD +++ b/libre-testing/uboot-grub-beaglebone/PKGBUILD @@ -5,7 +5,7 @@ buildarch=4 pkgname=uboot-grub-beaglebone pkgver=2015.04 -pkgrel=1 +pkgrel=2 pkgdesc="U-Boot for BeagleBone and BeagleBone Black adapted for GRUB usage" arch=('armv7h') url="http://git.denx.de/u-boot.git/" @@ -16,7 +16,7 @@ install=${pkgname}.install source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2" '0001-parabola-arm-modifications+grub-support.patch') md5sums=('570bdc2c47270c2a98ca60ff6c5c74cd' - 'a54848b63e4541013926586217ac32bd') + 'd8c8e9fea003cd06ef04fe1cd841d686') prepare() { cd u-boot-${pkgver} |