author | Anatol Pomozov
<anatolik@archlinux.org> 2020-03-05 17:44:42 UTC |
committer | Anatol Pomozov
<anatolik@archlinux.org> 2020-03-05 17:44:42 UTC |
parent | c275e3a864f07d06a9bbe4f2e8c4a339cb4d5020 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index a4ce6b6..956e1ca 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: Frederic Bezies <fredbezies at gmail dot com> pkgname=dtc -pkgver=1.5.1 -pkgrel=2 +pkgver=1.6.0 +pkgrel=1 pkgdesc='Device Tree Compiler' url='https://www.devicetree.org/' arch=(x86_64) @@ -11,7 +11,7 @@ license=(GPL2) makedepends=(swig python) checkdepends=(valgrind) source=(https://www.kernel.org/pub/software/utils/dtc/dtc-$pkgver.tar.xz) -sha256sums=('660b74039690fc37013660544d09191834efb58503c73c555c5513ba75ab031f') +sha256sums=('10503b0217e1b07933e29e8d347a00015b2431bea5f59afe0bed3af30340c82d') prepare() { cd dtc-$pkgver