diff options
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 3 insertions, 6 deletions
@@ -1,7 +1,7 @@ pkgbase = craftworld-toolkit pkgdesc = Tools for working with the LittleBigPlanet series pkgver = 0.1.1 - pkgrel = 2 + pkgrel = 3 url = https://github.com/ennuo/toolkit arch = x86_64 arch = aarch64 @@ -9,7 +9,6 @@ pkgbase = craftworld-toolkit makedepends = maven makedepends = gendesk depends = java-runtime>=17 - provides = craftworld-toolkit source = https://github.com/ennuo/toolkit/archive/refs/tags/v0.1.1.tar.gz source = craftworld-toolkit md5sums = 4d4aaa0a684229a4c4e183443aaf320a @@ -4,18 +4,16 @@ pkgname="craftworld-toolkit" pkgdesc="Tools for working with the LittleBigPlanet series" pkgver=0.1.1 -pkgrel=2 +pkgrel=3 arch=(x86_64 aarch64) url="https://github.com/ennuo/toolkit" -#license=("LicenseRef-unknown") +#license=("MIT") depends=("java-runtime>=17") makedepends=("java-environment>=17" maven gendesk) -provides=(craftworld-toolkit) - source=("https://github.com/ennuo/toolkit/archive/refs/tags/v${pkgver}.tar.gz" "craftworld-toolkit") md5sums=("4d4aaa0a684229a4c4e183443aaf320a" "15f05a3a7a19863a7642e05ae5339cf8") |