summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2021-06-13 08:17:41 -0700
committerMike Swanson2021-06-13 08:17:41 -0700
commit7405310f082f8d9357f27048742c37f914dc31cc (patch)
treecb3c788c38b867dd8fd2abf3cd947ce4c9cb4b3b
parent07df398cc804440f8c46023e3aba0f6f25917abd (diff)
downloadaur-7405310f082f8d9357f27048742c37f914dc31cc.tar.gz
Update to post-0.17
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02ae15c9ba8d..0f6fde95bba7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = minecraft-overviewer-git
pkgdesc = Render large resolution images of a Minecraft map with a web UI
- pkgver = 0.15.0.r30.dc6f8cfc
+ pkgver = 0.17.0.r20.c1f1c311
pkgrel = 1
url = https://github.com/overviewer/Minecraft-Overviewer
arch = x86_64
- arch = i686
license = GPL3
makedepends = git
makedepends = python-sphinx
@@ -21,4 +20,3 @@ pkgname = minecraft-overviewer-git
pkgname = minecraft-overviewer-docs-git
arch = any
depends =
-
diff --git a/PKGBUILD b/PKGBUILD
index 7b4e8a6241b7..886503a15f32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@
_pkgname=Minecraft-Overviewer
pkgname=(${_pkgname,,}{,-docs}-git)
-pkgver=0.15.0.r30.dc6f8cfc
+pkgver=0.17.0.r20.c1f1c311
pkgrel=1
pkgdesc="Render large resolution images of a Minecraft map with a web UI"
-arch=('x86_64' 'i686')
+arch=('x86_64')
url="https://github.com/overviewer/${_pkgname}"
license=('GPL3')
depends=('python' 'python-pillow' 'python-numpy')