summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e4dae99511b..85fb75b37b0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname="ffmt-bin"
fullpkgname="FFXIV_Modding_Tool-linux"
-pkgver="0.9.5"
+pkgver="0.10.1"
pkgrel="1"
pkgdesc="FFXIV_Modding_Tool (FFMT for short) is a crossplatform commandline interface for Final Fantasy XIV Modding."
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://ffmt.pwd.cat/docs/"
license=("GNU General Public License v3.0")
depends=("dotnet-runtime")
source=("https://github.com/fosspill/FFXIV_Modding_Tool/releases/download/v${pkgver}/FFXIV_Modding_Tool-linux-${pkgver}.zip")
-sha256sums=("a057ea662f707a9fce60cbab1bf6b209cf9fb29d331c9785c1573a213adb5da0")
+sha256sums=("199f5776ad012b5647e577f9a663d014cd28996732fbb42020ce520e53937485")
package() {
cd $srcdir
@@ -17,5 +17,3 @@ package() {
cp -r ${fullpkgname}/ffmt/* "${pkgdir}/opt/ffmt/"
install -Dm755 ${fullpkgname}/ffmt.sh "${pkgdir}/usr/bin/ffmt"
}
-
-