Skip to content

Instantly share code, notes, and snippets.

@founderio
Last active March 29, 2020 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save founderio/e3085ab8c8927e842fa166ef983028c3 to your computer and use it in GitHub Desktop.
Save founderio/e3085ab8c8927e842fa166ef983028c3 to your computer and use it in GitHub Desktop.
diff --git a/PKGBUILD b/PKGBUILD
index ef98efb..24df4f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=nbtexplorer
pkgver=2.7.6
-pkgrel=2
+pkgrel=3
pkgdesc="Minecraft NBT Editor for editing player and world files."
arch=('i686' 'x86_64')
url="https://github.com/jaquadro/NBTExplorer"
license=('unknown')
-depends=('mono' 'xorg-server-utils' 'unzip')
+depends=('mono')
+makedepends=('unzip')
provides=('nbtexplorer')
source=(https://github.com/jaquadro/NBTExplorer/releases/download/v{$pkgver}.-win/NBTExplorer-${pkgver}.zip nbtexplorer nbtexplorer.png nbtexplorer.desktop)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment