summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeromy Reimer2015-12-25 15:49:18 -0700
committerJeromy Reimer2015-12-25 15:49:18 -0700
commitc71bb9edab3bd9121e6cc8d76505e8280f6fa138 (patch)
tree3ee07e8d0b866d3a48f843d4122212c7cfef0beb /PKGBUILD
parent9d63c8255fb29f83aab7d5548a29bab1d10f3d2b (diff)
downloadaur-c71bb9edab3bd9121e6cc8d76505e8280f6fa138.tar.gz
added optdepends python2-leveldb_mcpe
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 187f7fa11542..5b600f99f5e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='mcedit'
reponame='MCEdit-Unified'
pkgver='1.4.0.1'
-pkgrel=1
+pkgrel=2
pkgdesc='Minecraft world editor'
arch=('any')
url='https://github.com/mcedit/mcedit'
@@ -12,6 +12,7 @@ license='BSD'
makedepends=('cython2')
depends=('python2' 'python2-opengl' 'python2-numpy' 'python2-pygame'
'python2-yaml' 'python2-pillow' 'python2-ftputil')
+optdepends=('python2-leveldb_mcpe: for MCPE support')
conflicts=('mcedit-git' 'pymclevel-git')
source=(MCEdit MCEdit.desktop
@@ -50,7 +51,7 @@ package() {
# Pys
cp *.py "${pkgdir}/usr/lib/mcedit"
cp *.pyc "${pkgdir}/usr/lib/mcedit"
- for i in albow editortools pymclevel utilities panels viewports; do
+ for i in albow editortools pymclevel utilities panels viewports leveldb_mcpe; do
cp -R $i "${pkgdir}/usr/lib/mcedit/$i"
done