summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortxtsd2023-02-03 05:19:17 +0530
committertxtsd2023-02-03 05:19:17 +0530
commit36431dc6e7488397e4157fb36ffe8fcde3d57281 (patch)
tree514ea7cb3a8287b4b0a7b31929e2cbdd982935ff
parenta2a470f659a781e436b2dfaf170b66c737ac22e2 (diff)
downloadaur-36431dc6e7488397e4157fb36ffe8fcde3d57281.tar.gz
upgpkg: blockbench-bin 4.6.1-2
Use correct license Signed-off-by: txtsd <code@ihavea.quest>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfc9f8c7948d..41463c305f48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = blockbench-bin
pkgdesc = A low-poly 3D model editor
pkgver = 4.6.1
- pkgrel = 1
+ pkgrel = 2
url = https://blockbench.net/
arch = x86_64
- license = MIT
+ license = GPL3
makedepends = gzip
depends = gtk3
depends = libnotify
diff --git a/PKGBUILD b/PKGBUILD
index b473d3560849..305cc0d1b4c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@ provides=(blockbench)
conflicts=(blockbench)
pkgname_orig=Blockbench
pkgver=4.6.1
-pkgrel=1
+pkgrel=2
pkgdesc="A low-poly 3D model editor"
arch=('x86_64')
url="https://blockbench.net/"
-license=('MIT')
+license=('GPL3')
depends=('gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-core' 'libutil-linux' 'libappindicator-gtk3' 'libsecret')
makedepends=('gzip')
source=("https://github.com/JannisX11/blockbench/releases/download/v${pkgver}/Blockbench_${pkgver}.deb")