git » dtc.git » commit 35f4dab

upgpkg: 1.4.6-1

author Anatol Pomozov
2018-01-25 04:16:42 UTC
committer Anatol Pomozov
2018-01-25 04:16:42 UTC
parent d33f2ee6aa58d4e65e1c38df98df8d2e8cd16686

upgpkg: 1.4.6-1

PKGBUILD +3 -6

diff --git a/PKGBUILD b/PKGBUILD
index f72f008..d7b4b42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,23 +2,20 @@
 # 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'
 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() {