Date: Sunday, November 7, 2021 @ 15:37:36 Author: jelle Revision: 427467
upgpkg: mescc-tools 1.3-1 Modified: mescc-tools/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-11-07 13:17:59 UTC (rev 427466) +++ PKGBUILD 2021-11-07 15:37:36 UTC (rev 427467) @@ -1,7 +1,7 @@ # Maintainer: Jelle van der Waa <[email protected]> pkgname=mescc-tools -pkgver=0.7.0 +pkgver=1.3 pkgrel=1 pkgdesc="tools for binary bootstrapping" arch=(x86_64) @@ -9,10 +9,16 @@ url="https://github.com/oriansj/mescc-tools" makedepends=(git) depends=(glibc) -source=(git+https://github.com/oriansj/mescc-tools.git#commit=3df4848f689bcd4a9f88e17785b6d3e4dc640c01) +source=(git+https://github.com/oriansj/mescc-tools.git#commit=13efebef12254fd39110b6f9dd80a7b5b0a579c2) sha256sums=('SKIP') validpgpkeys=("CA1132DD2BA1E81AC10C95D35410E91C14959E87") +prepare() { + cd mescc-tools + git submodule init + git submodule update +} + build() { cd mescc-tools make
