summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKimiblock Moe2025-03-26 20:54:11 +0800
committerKimiblock Moe2025-03-26 20:54:11 +0800
commitc0b50354337a690078e19e923cb77010d17fc307 (patch)
tree885adfb7d3b5cfffa05567882498c61e44c09824 /PKGBUILD
parentc53bdcfa33124ae7a9eec9685516d2822bdf7d93 (diff)
downloadaur-c0b50354337a690078e19e923cb77010d17fc307.tar.gz
Bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a2de834bc8e..7374548393a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"