diff options
author | Kimiblock Moe | 2025-03-26 20:54:11 +0800 |
---|---|---|
committer | Kimiblock Moe | 2025-03-26 20:54:11 +0800 |
commit | c0b50354337a690078e19e923cb77010d17fc307 (patch) | |
tree | 885adfb7d3b5cfffa05567882498c61e44c09824 /PKGBUILD | |
parent | c53bdcfa33124ae7a9eec9685516d2822bdf7d93 (diff) | |
download | aur-c0b50354337a690078e19e923cb77010d17fc307.tar.gz |
Bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -5,16 +5,14 @@ pkgdesc="A Python library for reading and writing the Minecraft save formats. Se url="https://github.com/Amulet-Team/Amulet-Core" license=(unknown) arch=(any) -pkgver=1.9.27 +pkgver=1.9.29 pkgrel=1 makedepends=(python-build python-installer python-wheel git) depends=(python python-amulet-nbt python-numpy python-pymctranslate python-versioneer python-portalocker python-leveldb python-amulet-leveldb) source=( "git+https://github.com/Amulet-Team/Amulet-Core.git#tag=${pkgver}" ) -md5sums=( - "SKIP" -) +md5sums=('dd115ec234fcbb77a8efc22f1e74d73f') function prepare() { sed -i 's/versioneer-518/versioneer/g' "${srcdir}/Amulet-Core/pyproject.toml" |