summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuce2020-11-22 12:34:23 -0600
committerBuce2020-11-22 12:34:23 -0600
commita8e8ab1b2e528b83e6cf55b5d35d373561a2dc14 (patch)
treeb890358c0ee8aae72ec5c66b9f459c947096f8da
parent4fd72944eb4784bba624a4db0fae8f548e70eab7 (diff)
downloadaur-a8e8ab1b2e528b83e6cf55b5d35d373561a2dc14.tar.gz
Update deps, bump version
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 024aa184a967..ccfce1cc4a05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Buce <dmbuce@gmail.com>
pkgname=mcexplore
-pkgver=1.6
+pkgver=1.7
pkgrel=1
pkgdesc="Use a minecraft server to generate a square of land."
arch=(any)
url="https://github.com/DMBuce/mcexplore"
license=('CCPL:by-sa')
groups=()
-depends=(python2 python2-nbt)
+depends=(python python-nbt)
makedepends=('git' 'asciidoc')
source=("$pkgname::git://github.com/DMBuce/${pkgname}.git#tag=$pkgver")
#source=("$pkgname::git+ssh://git@mantrid/~/${pkgname}.git#tag=$pkgver")
@@ -17,8 +17,6 @@ md5sums=('SKIP')
prepare() {
cd "$srcdir/$pkgname"
-
- sed -i '1s/python/python2/' mcexplore.py
}
package() {