summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorROllerozxa2022-05-12 20:20:50 +0200
committerROllerozxa2022-05-12 20:20:50 +0200
commit19e588d1d86363639e62ffb0ad4df9c09019c2c5 (patch)
tree2e329cce8f408ac3728312283ebd257d451e9baf
parentc1669e5ff8cd1f7b171f36d655a3f39930055b19 (diff)
downloadaur-nbtexplorer-bin.tar.gz
pkgrel 3, provide&conflict w/ nbtexplorer
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b9eb8b5a2ea..2c6582f3a505 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = nbtexplorer-bin
pkgdesc = Minecraft NBT Editor for editing player and world files. (Binary version)
pkgver = 2.8.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/jaquadro/NBTExplorer
arch = i686
arch = x86_64
license = MIT
depends = mono
+ provides = nbtexplorer
+ conflicts = nbtexplorer
options = !strip
source = nbtexplorer-2.8.0.zip::https://github.com/jaquadro/NBTExplorer/releases/download/v2.8.0-win/NBTExplorer-2.8.0.zip
source = nbtexplorer
@@ -18,4 +20,3 @@ pkgbase = nbtexplorer-bin
sha256sums = d3390cc6b5a61d27cd24da8f0fa19d33e941bd626a633b364105ba23c2f13ae6
pkgname = nbtexplorer-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index b748209bb3f6..1d123f080f09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,15 @@
pkgname=nbtexplorer-bin
pkgver=2.8.0
-pkgrel=2
+pkgrel=3
pkgdesc="Minecraft NBT Editor for editing player and world files. (Binary version)"
arch=('i686' 'x86_64')
url="https://github.com/jaquadro/NBTExplorer"
license=('MIT')
depends=('mono')
options=('!strip')
+provides=("nbtexplorer")
+conflicts=("nbtexplorer")
source=(nbtexplorer-${pkgver}.zip::https://github.com/jaquadro/NBTExplorer/releases/download/v${pkgver}-win/NBTExplorer-${pkgver}.zip
nbtexplorer