summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDarren Ng2021-08-09 15:14:56 +0800
committerDarren Ng2021-08-09 15:14:56 +0800
commitf7bf72a55fb7a8e01a126ac5f6beef8e625236f9 (patch)
tree797e2c68cba55fb0b840a655aeeaeacabb5d2088 /PKGBUILD
parentf19d79c554956e4b5fa8bef72efacceb75263d49 (diff)
downloadaur-genimage-git.tar.gz
oopsie I forgot [provides] and [conflicts] :)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 277d15616664..d6ee4e43be7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: "Darren Ng <$(base64 --decode <<<VW4xR2ZuQGdtYWlsLmNvbQo=)>"
pkgname=genimage-git
pkgver=v14.r82.43fccb5
-pkgrel=3
+pkgrel=4
pkgdesc="tool to generate multiple filesystem and flash images from a tree"
arch=($CARCH)
url=https://github.com/pengutronix/${pkgname%-*}
@@ -23,6 +23,8 @@ optdepends=(
'uboot-tools: mkimage'
)
checkdepends=($( printf "%s\n" "${optdepends[@]}" | cut -d':' -f1 ))
+provides=(${pkgname%-*})
+conflicts=(${pkgname%-*})
source=(${pkgname%-*}::git+https://github.com/pengutronix/${pkgname%-*}.git)
sha1sums=(SKIP)