[go: nahoru, domu]

Skip to content

Commit

Permalink
dtc: Update to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jun 3, 2024
1 parent 5a43d5a commit 4826347
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions dtc/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Maintainer: Andy Gross <andy.gross@linaro.org>

pkgname=dtc
pkgver=1.6.1
pkgrel=3
pkgver=1.7.0
pkgrel=1
pkgdesc="Device Tree Compiler"
arch=('i686' 'x86_64')
url="https://git.kernel.org/pub/scm/utils/dtc/dtc/git"
Expand All @@ -12,11 +12,11 @@ msys2_references=(
)
license=('GPL2')
depends=('libyaml')
makedepends=('python-devel' 'swig' 'libyaml-devel' 'gcc')
makedepends=('python-devel' 'swig' 'libyaml-devel' 'gcc' 'python-setuptools-scm')
source=("https://git.kernel.org/pub/scm/utils/dtc/dtc.git/snapshot/${pkgname}-${pkgver}.tar.gz"
01-correct-shared-library-extension.patch
02-pyext-install.patch)
sha256sums=('6401c9a0f577a270df4632bf0f3e5454ccc7a5ca3caefa67a3e1c29c9c6b8c60'
sha256sums=('70d9c156ec86d63de0f7bdae50540ffa492b25ec1d69491c7520845c860b9a62'
'c0dd05748bac0d5fd859c9684da58b44acdbc2ac359642c630c75bcec8cbb84d'
'0135724ce6f5a30a381d2097bc6afa561168bdc16c42608fcc34c3990fa5b990')

Expand All @@ -33,6 +33,8 @@ prepare() {

build() {
cd "${srcdir}/${pkgname}-${pkgver}"

export SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}"
make
}

Expand Down

0 comments on commit 4826347

Please sign in to comment.