diff options
Diffstat (limited to 'libre-testing/barebox/PKGBUILD')
-rw-r--r-- | libre-testing/barebox/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libre-testing/barebox/PKGBUILD b/libre-testing/barebox/PKGBUILD index 133cbd700..47dd21280 100644 --- a/libre-testing/barebox/PKGBUILD +++ b/libre-testing/barebox/PKGBUILD @@ -4,12 +4,13 @@ _pkgname=barebox pkgname=barebox-am335x pkgver=2018.12.0 -pkgrel=1 +pkgrel=2 pkgdesc="Barebox for devices with an am335x system on a chip" arch=('armv7h') makedepends=('lzop') url="http://barebox.org/" license=('GPL2') +install=${_pkgname}.install source=("http://barebox.org/download/${_pkgname}-${pkgver}.tar.bz2") sha512sums=('3f83c1057e16fac1ee3afac849e5f0a1e2353b767754e6f206178c99d709bc4b22127be9c340be471592c4c650f25e91fcc5a5ad28a8375a049a41a417c08dd1') |