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

Anatol Pomozov anatolik at archlinux.org
Wed Sep 4 18:39:50 UTC 2019


    Date: Wednesday, September 4, 2019 @ 18:39:49
  Author: anatolik
Revision: 508055

upgpkg: dtc 1.5.1-1

Modified:
  dtc/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-04 18:36:42 UTC (rev 508054)
+++ PKGBUILD	2019-09-04 18:39:49 UTC (rev 508055)
@@ -2,21 +2,20 @@
 # Contributor: Frederic Bezies <fredbezies at gmail dot com>
 
 pkgname=dtc
-pkgver=1.5.0
+pkgver=1.5.1
 pkgrel=1
 pkgdesc='Device Tree Compiler'
 url='http://www.devicetree.org/'
 arch=(x86_64)
 license=(GPL2)
-makedepends=(swig python2)
+makedepends=(swig python)
 checkdepends=(valgrind)
 source=(https://www.kernel.org/pub/software/utils/dtc/dtc-$pkgver.tar.xz)
-sha256sums=('c672e443c9f7e39f5a7c8e602da6777f9ad55ad70de87de300a43828c8050172')
+sha256sums=('660b74039690fc37013660544d09191834efb58503c73c555c5513ba75ab031f')
 
 prepare() {
   cd dtc-$pkgver
   sed -i 's/-Werror//' Makefile
-  sed -i 's/python\b/python2/' tests/run_tests.sh
 }
 
 build() {



More information about the arch-commits mailing list