summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df46d61197bf..beee171cceec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=PyMCTranslate
pkgname=python-${_name,,}
-pkgver=1.2.18
+pkgver=1.2.19
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')
@@ -12,7 +12,7 @@ depends=('python' 'python-amulet-nbt' 'python-numpy')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-versioneer' 'python-wheel')
# tests directory isn't in pypi sdist
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('6f6e0c5084422441bda163eadb456b8eddbcdafeb3761262fce9d5e7cd83ec81')
+sha256sums=('0af3a2f074206c0f59e9cee1170add13a937d524314bd36614dd1980ff65bf6e')
prepare() {
cd "$_name-$pkgver"