summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNixuge2024-03-17 14:31:32 +0100
committerNixuge2024-03-17 14:31:32 +0100
commit91eacd12f255e6098c36c39639dacf70f5645acf (patch)
treea691ab92ba344a32124a3a3aaa35756f8dba1fbc /PKGBUILD
parent49a9387141f711034cb13dc8188535a6a99c99b6 (diff)
downloadaur-mcedit-unified-git.tar.gz
Added xclip dependency (rev 5)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19fcaa752689..7d0e87d40b65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=mcedit-unified-git
_pkgname=MCEdit-Unified
pkgver=1.6.0.0.r6.g90abfb17
-pkgrel=4
+pkgrel=5
pkgdesc='MCEdit is a versatile map utility, designed for editing Minecraft maps.'
url=http://podshot.github.io/MCEdit-Unified
arch=(x86_64)
license=(ISC)
-depends=(python2) # python2-bin recommended to avoid at least 30m of build time
+depends=(python2 xclip) # python2-bin recommended to avoid at least 30m of build time
provides=(mcedit)
install=mcedit.install
conflicts=(mcedit)