summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorshinnova2020-12-08 16:33:53 +0100
committershinnova2020-12-08 16:33:53 +0100
commitdebd5608b523d4dcea67b8e561412741c090ecea (patch)
tree377ff25b849edefe3ab17154804c2a211b800de3 /PKGBUILD
parentc338c55c63e68579d7243bda8b8e6e3c85b51fa6 (diff)
downloadaur-debd5608b523d4dcea67b8e561412741c090ecea.tar.gz
Update 0.9.7 with patch 5.4 support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 205389458dc1..39d2d391d7cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname="ffmt-bin"
fullpkgname="FFXIV_Modding_Tool-linux"
-pkgver="0.9.6.1"
+pkgver="0.9.7"
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=("3e3a891c3b65145c5c85257ee41c8e4da972e2871e679a90d339f0c2265e0494")
+sha256sums=("9623f3684b47d6f18371a8ffe375766559a39095e0e95c0a2ec7d8e1cd40b037")
package() {
cd $srcdir
@@ -17,5 +17,3 @@ package() {
cp -r ${fullpkgname}/ffmt/* "${pkgdir}/opt/ffmt/"
install -Dm755 ${fullpkgname}/ffmt.sh "${pkgdir}/usr/bin/ffmt"
}
-
-