Merge pull request #4624 from lazka/treeless-clone

CI: do a treeless clone in case we need the history
This commit is contained in:
Christoph Reiter 2024-05-29 22:27:36 +02:00 committed by GitHub
commit 4622a2daf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View File

@ -17,6 +17,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
filter: tree:0
- uses: actions/setup-python@v5
id: setup-python

View File

@ -39,6 +39,7 @@ jobs:
with:
path: temp
fetch-depth: 0
filter: tree:0
persist-credentials: false
# to match the autobuild environment

View File

@ -3,7 +3,7 @@
_realname=mako
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=1.3.3
pkgver=1.3.4
pkgrel=1
pkgdesc="A super-fast templating language that borrows the best ideas from the existing templating languages"
arch=('any')
@ -28,7 +28,7 @@ conflicts=("python3-${_realname}")
replaces=("python3-${_realname}")
options=('staticlibs')
source=("https://pypi.python.org/packages/source/M/Mako/Mako-${pkgver}.tar.gz")
sha256sums=('e16c01d9ab9c11f7290eef1cfefc093fb5a45ee4a3da09e2fec2e4d1bae54e73')
sha256sums=('029a10f5fc497f5be7f7754e4ef5bcf26cb93044798de31fd1303f777f360916')
build() {
cd "${srcdir}/Mako-${pkgver}"