Skip to content

Commit

Permalink
PKGBUILDs improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
RoEdAl committed Nov 20, 2018
1 parent 9297b23 commit 49d91ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dtbs/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pkgrel=1
arch=('armv7h')
url="http://www.kernel.org/"
license=('GPL2')
depends=("linux>=${pkgver}.0")
depends=("linux>=${pkgver}")
makedepends=('bc' 'git')
options=('!strip')
_cfgrel=13278c7fc5a06de728b37446bfec34fd9e6e85a0
Expand Down
12 changes: 6 additions & 6 deletions uboot/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ package_uboot-orangepi-zero() {
pkgdesc='U-Boot for Orange Pi Zero (with device tree overlays support)'
install=${pkgbase}.install
provides=('uboot-sunxi')
conflicts=('orangepi-dtbs')
conflicts=('uboot-sunxi' 'orangepi-dtbs')
optdepends=('uboot-tools' 'sun8i-h3-dt-overlays')

install -d "${pkgdir}/boot/dtbs-extra"
Expand All @@ -81,7 +81,7 @@ package_uboot-nanopi-neo() {
pkgdesc='U-Boot for NanoPi Neo (with device tree overlays support)'
install=${pkgbase}.install
provides=('uboot-sunxi')
conflicts=('nanopi-dtbs')
conflicts=('uboot-sunxi' 'nanopi-dtbs')
optdepends=('uboot-tools' 'sun8i-h3-dt-overlays')

install -d "${pkgdir}/boot/dtbs-extra"
Expand All @@ -97,7 +97,7 @@ package_uboot-a10-olinuxino-lime-dto() {
pkgdesc='U-Boot for A10 OLinuXino Lime (with device tree overlays support)'
install=${pkgbase}.install
provides=('uboot-sunxi')
conflicts=('olinuxino-lime-dtbs')
conflicts=('uboot-sunxi' 'olinuxino-lime-dtbs')
optdepends=('uboot-tools' 'sun4i-a10-dt-overlays')

install -d "${pkgdir}/boot/dtbs-extra"
Expand All @@ -113,7 +113,7 @@ package_uboot-a20-olinuxino-lime-dto() {
pkgdesc='U-Boot for A20 OLinuXino Lime (with device tree overlays support)'
install=${pkgbase}.install
provides=('uboot-sunxi')
conflicts=('olinuxino-lime-dtbs')
conflicts=('uboot-sunxi' 'olinuxino-lime-dtbs')
optdepends=('uboot-tools' 'sun7i-a20-dt-overlays')

install -d "${pkgdir}/boot/dtbs-extra"
Expand All @@ -129,7 +129,7 @@ package_uboot-bananapi-m2-zero() {
pkgdesc='U-Boot for Banana Pi M2 Zero (with device tree overlays support)'
install=${pkgbase}.install
provides=('uboot-sunxi')
conflicts=('bananapi-dtbs')
conflicts=('uboot-sunxi' 'bananapi-dtbs')
optdepends=('uboot-tools' 'sun8i-h3-dt-overlays')

install -d "${pkgdir}/boot/dtbs-extra"
Expand All @@ -145,7 +145,7 @@ package_uboot-bananapi-p2-zero() {
pkgdesc='U-Boot for Banana Pi P2 Zero (with device tree overlays support)'
install=${pkgbase}.install
provides=('uboot-sunxi')
conflicts=('bananapi-dtbs')
conflicts=('uboot-sunxi' 'bananapi-dtbs')
optdepends=('uboot-tools' 'sun8i-h3-dt-overlays')

install -d "${pkgdir}/boot/dtbs-extra"
Expand Down

0 comments on commit 49d91ca

Please sign in to comment.