summaryrefslogtreecommitdiff
path: root/libre-testing
diff options
context:
space:
mode:
Diffstat (limited to 'libre-testing')
-rw-r--r--libre-testing/barebox/PKGBUILD10
-rw-r--r--libre-testing/barebox/barebox.install4
2 files changed, 7 insertions, 7 deletions
diff --git a/libre-testing/barebox/PKGBUILD b/libre-testing/barebox/PKGBUILD
index 30003fd7a..42815de3b 100644
--- a/libre-testing/barebox/PKGBUILD
+++ b/libre-testing/barebox/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=barebox
pkgname=barebox-am335x
-pkgver=2018.12.0
-pkgrel=3
+pkgver=2019.01.0
+pkgrel=1
pkgdesc="Barebox for devices with an am335x system on a chip"
arch=('armv7h')
makedepends=('lzop')
@@ -12,7 +12,7 @@ url="http://barebox.org/"
license=('GPL2')
install=${_pkgname}.install
source=("http://barebox.org/download/${_pkgname}-${pkgver}.tar.bz2")
-sha512sums=('3f83c1057e16fac1ee3afac849e5f0a1e2353b767754e6f206178c99d709bc4b22127be9c340be471592c4c650f25e91fcc5a5ad28a8375a049a41a417c08dd1')
+sha512sums=('34ab54fab52662ef5895b01803fbedb94ed5f0bf399e8bce365f8a9a0205f814d763b80bf96e789df62c3a89d8724af20b9b03e9b2964524cf359b3393edffa1')
build() {
cd ${_pkgname}-${pkgver}
@@ -33,6 +33,6 @@ build() {
package() {
cd ${_pkgname}-${pkgver}
- mkdir -p "${pkgdir}/boot/barebox/"
- install -t "${pkgdir}/boot/barebox/" images/barebox-*.img
+ mkdir -p "${pkgdir}/boot/barebox/images/"
+ install -t "${pkgdir}/boot/barebox/images/" images/barebox-*.img
}
diff --git a/libre-testing/barebox/barebox.install b/libre-testing/barebox/barebox.install
index 0e019c5f6..eedabf868 100644
--- a/libre-testing/barebox/barebox.install
+++ b/libre-testing/barebox/barebox.install
@@ -11,8 +11,8 @@ install_barebox() {
echo "Note that in some case it may not work if your boot media that is smaller than 4GB"
echo ""
echo "You can then install and update barebox on the Beaglebone green computer by running:"
- echo " # cp -f /boot/barebox/barebox-am33xx-beaglebone-mlo.img /boot/MLO"
- echo " # cp -f /boot/barebox/barebox-am33xx-beaglebone.img /boot/barebox.bin"
+ echo " # cp -f /boot/barebox/images/barebox-am33xx-beaglebone-mlo.img /boot/MLO"
+ echo " # cp -f /boot/barebox/images/barebox-am33xx-beaglebone.img /boot/barebox.bin"
echo ""
echo "This package also supports other am33xx computers."
echo "You can also install barebox on them in a very similar way."