summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0x9fff002024-08-24 01:59:01 +0200
committer0x9fff002024-08-24 01:59:01 +0200
commite9a112edd68f4e045222f2c68749803b7333d8d5 (patch)
tree28357c3226c68a5d667f4d48bc6fd61761619d0e
parente41f0493ce6ea880392aa651288ca70615d84b73 (diff)
downloadaur-e9a112edd68f4e045222f2c68749803b7333d8d5.tar.gz
1.2.28-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4ee9581879f..ed86e41472ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pymctranslate
pkgdesc = A library of block mappings that can be used to convert from any Minecraft format into any other Minecraft format
- pkgver = 1.2.27
+ pkgver = 1.2.28
pkgrel = 1
url = https://github.com/gentlegiantJGC/PyMCTranslate
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-pymctranslate
depends = python
depends = python-amulet-nbt
depends = python-numpy
- source = git+https://github.com/gentlegiantJGC/PyMCTranslate.git#commit=09cdeb7d82dbc6ac7bed4619f79c584dbd9d1af3
+ source = git+https://github.com/gentlegiantJGC/PyMCTranslate.git#commit=b2caf771fb460e1d93d628ccd2e0d03370a450ec
sha256sums = SKIP
pkgname = python-pymctranslate
diff --git a/PKGBUILD b/PKGBUILD
index a93f8e183ab4..8fcb641c9ddd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_name=PyMCTranslate
pkgname=python-${_name,,}
-pkgver=1.2.27
-_commit=09cdeb7d82dbc6ac7bed4619f79c584dbd9d1af3
+pkgver=1.2.28
+_commit=b2caf771fb460e1d93d628ccd2e0d03370a450ec
pkgrel=1
pkgdesc='A library of block mappings that can be used to convert from any Minecraft format into any other Minecraft format'
arch=('any')