[arch-commits] Commit in dtc/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Tue Feb 28 18:14:51 UTC 2017


    Date: Tuesday, February 28, 2017 @ 18:14:50
  Author: anatolik
Revision: 214240

upgpkg: dtc 1.4.3-1

Modified:
  dtc/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-28 18:07:46 UTC (rev 214239)
+++ PKGBUILD	2017-02-28 18:14:50 UTC (rev 214240)
@@ -3,7 +3,7 @@
 # Contributor: Frederic Bezies <fredbezies at gmail dot com>
 
 pkgname=dtc
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
 pkgdesc='Device Tree Compiler'
 url='http://www.devicetree.org/Device_Tree_Compiler'
@@ -10,8 +10,13 @@
 arch=(i686 x86_64)
 license=(GPL2)
 source=(https://www.kernel.org/pub/software/utils/dtc/dtc-$pkgver.tar.xz)
-sha256sums=('13456ee9840abbbcb956d0711c580d28524e2ee17840e556e744311f2d8afaac')
+sha256sums=('0c3fbff85e85b980740c7b9c6f3cd1c5354aa318bfcadb5005776fdcf3ac5ec8')
 
+prepare() {
+  cd dtc-$pkgver
+  sed -i 's/-Werror//' Makefile
+}
+
 build() {
   cd dtc-$pkgver
   make



More information about the arch-commits mailing list