[arch-commits] Commit in dtc/trunk (PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Thu Jan 25 04:16:43 UTC 2018
Date: Thursday, January 25, 2018 @ 04:16:42
Author: anatolik
Revision: 286747
upgpkg: dtc 1.4.6-1
Modified:
dtc/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-01-25 04:06:27 UTC (rev 286746)
+++ PKGBUILD 2018-01-25 04:16:42 UTC (rev 286747)
@@ -3,7 +3,7 @@
# Contributor: Frederic Bezies <fredbezies at gmail dot com>
pkgname=dtc
-pkgver=1.4.5
+pkgver=1.4.6
pkgrel=1
pkgdesc='Device Tree Compiler'
url='http://www.devicetree.org/Device_Tree_Compiler'
@@ -10,16 +10,13 @@
arch=(x86_64)
license=(GPL2)
makedepends=(swig python2)
-source=(https://www.kernel.org/pub/software/utils/dtc/dtc-$pkgver.tar.xz
- fix32bit.patch::https://github.com/dgibson/dtc/commit/f8872e29ce06d78d3db71b3ab26a7465fc8a9586.patch)
-sha256sums=('042c7164806af34069d13ede59d85b8156d09f179f721c516dc37712d3a0f621'
- 'e92bfc787b65e2610528d5c499835c083c1672455fc7998d202b7c986d5c5f1d')
+source=(https://www.kernel.org/pub/software/utils/dtc/dtc-$pkgver.tar.xz)
+sha256sums=('382302bfcc3c40734be80ac620983971d911ec4cde798f551873f3eb008c7b7e')
prepare() {
cd dtc-$pkgver
sed -i 's/-Werror//' Makefile
sed -i 's/python\b/python2/' tests/run_tests.sh
- patch -p1 < ../fix32bit.patch
}
build() {
More information about the arch-commits
mailing list