summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuce2021-01-11 12:11:02 -0600
committerBuce2021-01-11 12:12:23 -0600
commitb7cca6b1fed6e69b386aa558c3b85f4709be53b6 (patch)
tree7743b01eb445af5647ca3b1f5db775a3a6326d58
parent041f52c599885e4bcd1994576fab67d7df0cb7eb (diff)
downloadaur-b7cca6b1fed6e69b386aa558c3b85f4709be53b6.tar.gz
Update deps
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee0b05cd0fc2..12e335322dc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Mon Jan 11 18:12:10 UTC 2021
pkgbase = mcexplore-git
pkgdesc = Use a minecraft server to generate a square of land.
- pkgver = 1.6.r3.g8c45e64
+ pkgver = 1.7.r38.g89dc312
pkgrel = 1
url = https://github.com/DMBuce/mcexplore
arch = any
license = CCPL:by-sa
makedepends = git
makedepends = asciidoc
- depends = python2
- depends = python2-nbt
+ depends = python
+ depends = python-nbt
provides = mcexplore
conflicts = mcexplore
source = mcexplore-git::git://github.com/DMBuce/mcexplore.git
diff --git a/PKGBUILD b/PKGBUILD
index 4208ee566d19..499fc788384d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Buce <dmbuce@gmail.com>
pkgname=mcexplore-git
-pkgver=1.6.r3.g8c45e64
+pkgver=1.7.r38.g89dc312
pkgver() {
cd "$srcdir/$pkgname"
if ! git describe --tags 2>/dev/null; then
@@ -14,7 +14,7 @@ arch=(any)
url="https://github.com/DMBuce/mcexplore"
license=('CCPL:by-sa')
groups=()
-depends=(python2 python2-nbt)
+depends=(python python-nbt)
provides=(mcexplore)
conflicts=(mcexplore)
makedepends=('git' 'asciidoc')
@@ -25,8 +25,6 @@ md5sums=('SKIP')
prepare() {
cd "$srcdir/$pkgname"
-
- sed -i '1s/python/python2/' mcexplore.py
}
package() {