summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3064d46fd091..d6ff0c6f84a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = voxelshop
pkgrel = 1
url = http://blackflux.com/node/11
arch = any
- license = custom
+ license = Apache
depends = java-runtime-common
source = voxelshop
source = https://github.com/simlu/voxelshop/releases/download/1.8.02/VoxelShop-java-all-os-fast.zip
diff --git a/PKGBUILD b/PKGBUILD
index 5cb9e9b7e03e..4782870959d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=1.8.02
pkgrel=1
pkgdesc='VoxelShop is an extremely intuitive and powerful cross-platform software to modify and create voxel objects was designed from the ground up in close collaboration with artists.'
url=http://blackflux.com/node/11
-license=('custom')
+license=('Apache')
groups=()
depends=('java-runtime-common')
makedepends=()
@@ -38,7 +38,4 @@ package() {
cd "${srcdir}/${_pkgname_upper}"
install -Dt "${pkgdir}/opt/${pkgname}" start-linux.sh
cp -R data "${pkgdir}/opt/${pkgname}"
-
- # Install the license file
- install -D License.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}