diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-07-06 13:21:22 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-07-06 13:21:22 +0200 |
commit | a2c150c37207796e289c84043e693e95a1314b03 (patch) | |
tree | 65ef6a839e4be8773212fe8acf014d8a5e3367e0 | |
parent | d08bc441c319db718da5bc01fb6b5db234a03dcf (diff) | |
download | abslibre-a2c150c37207796e289c84043e693e95a1314b03.tar.gz abslibre-a2c150c37207796e289c84043e693e95a1314b03.tar.bz2 abslibre-a2c150c37207796e289c84043e693e95a1314b03.zip |
libre: uboot4extlinux-sunxi: fix pkgdesc for the C.H.I.P
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r-- | libre/uboot4extlinux-sunxi/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/uboot4extlinux-sunxi/PKGBUILD b/libre/uboot4extlinux-sunxi/PKGBUILD index ed4f9504f..45d48293f 100644 --- a/libre/uboot4extlinux-sunxi/PKGBUILD +++ b/libre/uboot4extlinux-sunxi/PKGBUILD @@ -56,7 +56,7 @@ pkgname=("${pkgbase}" 'uboot4extlinux-orangepi_plus') pkgver=2021.07 -pkgrel=1 +pkgrel=2 arch=('armv7h' 'i686' 'ppc64le' 'x86_64') url="http://git.denx.de/u-boot.git/" license=('GPL') @@ -379,7 +379,7 @@ package_uboot4extlinux-bananapro() package_uboot4extlinux-chip() { - PKGDESC=$(_make_pkgdesc "C.H.I.P") + pkgdesc=$(_make_pkgdesc "C.H.I.P") # util-linux is needed for blkid for install-uboot4extlinux.sh depends=("${pkgbase}" 'util-linux') |