summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Brown2021-08-07 10:16:27 -0700
committerKyle Brown2021-08-07 10:16:27 -0700
commit884a9fd2d1e903b85f5b7783241cf0e359bf3080 (patch)
tree5b16a6876f1c946cba06f63e40080a4d9603fc7f
parentd723b2ad3ab7dff40767c12e596ecf5b3cc60463 (diff)
downloadaur-884a9fd2d1e903b85f5b7783241cf0e359bf3080.tar.gz
version bump of worldedit
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f650db76fa50..73ce3c3a0014 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = worldedit-git
pkgdesc = Emulating Gentoo’s world files and sets for other package managers.
- pkgver = 0.2.0
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/kdb424/worldedit
arch = i686
@@ -10,7 +10,7 @@ pkgbase = worldedit-git
arch = armv6h
arch = armv7h
arch = aarch64
- license = GPL3
+ license = MIT
makedepends = nim
makedepends = nimble
depends = pacman>5
diff --git a/PKGBUILD b/PKGBUILD
index e9a3c01fb95a..03f4a8b52357 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Kyle Brown <kdb424@gmail.com>
pkgname=worldedit-git
_pkgname=worldedit
-pkgver=0.2.0
+pkgver=0.3.0
pkgrel=1
pkgdesc="Emulating Gentoo’s world files and sets for other package managers."
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/kdb424/worldedit"
-license=('GPL3')
+license=('MIT')
depends=(
'pacman>5'
'git'