Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / dtc
Commits:
b88c8f27 by Anatol Pomozov at 2024-09-07T20:12:31-07:00
upgpkg: 1.7.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = dtc
pkgdesc = Device Tree Compiler
- pkgver = 1.7.0
- pkgrel = 5
+ pkgver = 1.7.1
+ pkgrel = 1
url = https://www.devicetree.org/
arch = x86_64
license = GPL2
@@ -13,16 +13,10 @@ pkgbase = dtc
depends = glibc
depends = libyaml
depends = python
- source = https://www.kernel.org/pub/software/utils/dtc/dtc-1.7.0.tar.xz
- source =
fix_test.patch::https://github.com/dgibson/dtc/commit/32174a66efa4ad19fc6a2a6422e4af2ae4f055cb.patch
- source =
fix_meson_version.patch::https://github.com/dgibson/dtc/commit/64a907f08b9bedd89833c1eee674148cff2343c6.patch
- source =
fix_meson_version2.patch::https://github.com/dgibson/dtc/pull/95.patch
+ source = https://www.kernel.org/pub/software/utils/dtc/dtc-1.7.1.tar.xz
source = pyscm.patch
source = fix-tests-for-Python3.12.patch
- sha256sums =
29edce3d302a15563d8663198bbc398c5a0554765c83830d0d4c0409d21a16c4
- sha256sums =
4538d60e5837cc1b7ead839eab2062a8677cf1ee7582fed76d3c4f043b3c0765
- sha256sums =
31ba6e7191cdb88a12f3ffa3016006cdc820c7588a54214e34326a67b68bd984
- sha256sums =
1c6f13e57e4b635a21dbb6b515e556bb9d28564b6f119edd852e41c019410bb6
+ sha256sums =
398098bac205022b39d3dce5982b98c57f1023f3721a53ebcbb782be4cf7885e
sha256sums =
3198c9e41cbebb0bcd9caa5de0940ccaf02b3b3bcc00fbc19bfdf3cdb8a075bb
sha256sums =
c2786c6c4bbd7031394ab534ceca2fa6832142dd0cb3c74750388be9374b22fa
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Frederic Bezies <fredbezies at gmail dot com>
pkgname=dtc
-pkgver=1.7.0
-pkgrel=5
+pkgver=1.7.1
+pkgrel=1
pkgdesc='Device Tree Compiler'
url='https://www.devicetree.org/'
arch=(x86_64)
@@ -12,28 +12,12 @@ depends=(bash glibc libyaml python)
makedepends=(meson swig python-setuptools-scm)
checkdepends=(valgrind)
source=(https://www.kernel.org/pub/software/utils/dtc/dtc-$pkgver.tar.xz
-
fix_test.patch::https://github.com/dgibson/dtc/commit/32174a66efa4ad19fc6a2a6422e4af2ae4f055cb.patch
-
fix_meson_version.patch::https://github.com/dgibson/dtc/commit/64a907f08b9bedd89833c1eee674148cff2343c6.patch
- fix_meson_version2.patch::https://github.com/dgibson/dtc/pull/95.patch
pyscm.patch
fix-tests-for-Python3.12.patch)
-sha256sums=('29edce3d302a15563d8663198bbc398c5a0554765c83830d0d4c0409d21a16c4'
- '4538d60e5837cc1b7ead839eab2062a8677cf1ee7582fed76d3c4f043b3c0765'
- '31ba6e7191cdb88a12f3ffa3016006cdc820c7588a54214e34326a67b68bd984'
- '1c6f13e57e4b635a21dbb6b515e556bb9d28564b6f119edd852e41c019410bb6'
+sha256sums=('398098bac205022b39d3dce5982b98c57f1023f3721a53ebcbb782be4cf7885e'
'3198c9e41cbebb0bcd9caa5de0940ccaf02b3b3bcc00fbc19bfdf3cdb8a075bb'
'c2786c6c4bbd7031394ab534ceca2fa6832142dd0cb3c74750388be9374b22fa')
-prepare() {
- cd dtc-$pkgver
- patch -Np1 < ../fix_test.patch
- patch -Np1 < ../fix_meson_version.patch
- patch -Np1 < ../fix_meson_version2.patch
- patch -Np1 < ../pyscm.patch
- sed -i "s/@VERSION@/$pkgver/" setup.py
- patch -Np1 -i ../fix-tests-for-Python3.12.patch # Debian patch
-}
-
build() {
arch-meson dtc-$pkgver build
meson compile -C build
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dtc/-/commit/b88c8f2761654455596d091bf7e3205ca49bf1ed
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dtc/-/commit/b88c8f2761654455596d091bf7e3205ca49bf1ed
You're receiving this email because of your account on gitlab.archlinux.org.