aboutsummaryrefslogtreecommitdiffstats
path: root/main/dtc
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-05 03:03:59 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-09-06 12:27:34 +0000
commitf2c2c26b49706069c7da988f4987a74b3ed1bd9a (patch)
tree23c409cd52f215c1c05e8c8e45e83f7ddf670da2 /main/dtc
parentc0ed4b4e14ea8f2fbfefe3b1b1b2b0faadfb9c54 (diff)
downloadaports-f2c2c26b49706069c7da988f4987a74b3ed1bd9a.tar.bz2
aports-f2c2c26b49706069c7da988f4987a74b3ed1bd9a.tar.xz
main/dtc: upgrade to 1.5.1
Diffstat (limited to 'main/dtc')
-rw-r--r--main/dtc/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/main/dtc/APKBUILD b/main/dtc/APKBUILD
index c4dc56b637..6cd2aa74a4 100644
--- a/main/dtc/APKBUILD
+++ b/main/dtc/APKBUILD
@@ -1,20 +1,16 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=dtc
-pkgver=1.5.0
+pkgver=1.5.1
pkgrel=0
pkgdesc="Device Tree Compiler"
url="https://git.kernel.org/pub/scm/utils/dtc/dtc.git/"
arch="all"
license="GPL-2.0-or-later"
-depends=""
-depends_dev=""
makedepends="$depends_dev bison flex"
checkdepends="coreutils"
-install=""
subpackages="$pkgname-dev libfdt"
source="https://kernel.org/pub/software/utils/dtc/dtc-$pkgver.tar.xz
"
-builddir="$srcdir/dtc-$pkgver"
prepare() {
default_prepare
@@ -34,6 +30,7 @@ check() {
package() {
cd "$builddir"
make -j1 DESTDIR="$pkgdir" PREFIX=/usr install
+ rm -f "$pkgdir"/usr/lib/*.a
}
libfdt() {
@@ -42,4 +39,4 @@ libfdt() {
mv "$pkgdir"/usr/lib/libfdt* "$subpkgdir"/usr/lib/
}
-sha512sums="fd1e692a1b7bf7987f921ad17d9be6719f7b3aa7915873b45fa86f4ecb1398a0a62cdf53c1fddf98a0f7fed9bf34a79f684018bd01a2b5e88746b50879bf7102 dtc-1.5.0.tar.xz"
+sha512sums="9e17103d791c71f1ad5d86ab6ac629d523d9add684c9cccb1624214d6c65e5c29776c23a2ad70597420b043bb5dfd412bf4beafd74729f02309d399d9639da83 dtc-1.5.1.tar.xz"