ducible: rebuild

This commit is contained in:
Christoph Reiter
2023-12-17 18:27:16 +01:00
parent dad091d4b0
commit d133fd1565
2 changed files with 21 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
--- ducible/src/pdb/pdb.h.orig 2023-12-17 19:14:05.684552900 +0100
+++ ducible/src/pdb/pdb.h 2023-12-17 19:15:19.209652600 +0100
@@ -23,6 +23,7 @@
#include <map>
#include <string>
+#include <cstdint>
/**
* Thrown when a PDB is found to be invalid or unsupported.

View File

@@ -4,7 +4,7 @@ _realname=ducible
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.2.1
pkgrel=1
pkgrel=2
pkgdesc="A tool to make Windows builds reproducible."
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
@@ -14,8 +14,16 @@ url="https://github.com/jasonwhite/ducible"
license=("MIT")
makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "git" "${MINGW_PACKAGE_PREFIX}-python3")
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
source=("${_realname}"::"git+https://github.com/jasonwhite/ducible.git#tag=v${pkgver}")
sha256sums=('SKIP')
source=("${_realname}"::"git+https://github.com/jasonwhite/ducible.git#tag=v${pkgver}"
"0001-missing-include.patch")
sha256sums=('SKIP'
'd9c7b6b29de5545e17399829ed95af241cdac3a351de895d5d32062c3115a713')
prepare() {
cd "$srcdir/${_realname}"
patch -Np1 -i ../0001-missing-include.patch
}
build() {
cd "$srcdir/${_realname}"