summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81955578d97e..db423dcea09b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ffmt-bin
pkgdesc = FFXIV_Modding_Tool (FFMT for short) is a crossplatform commandline interface for Final Fantasy XIV Modding.
pkgver = 0.9.3
- pkgrel = 2
+ pkgrel = 3
url = https://ffmt.pwd.cat/docs/
arch = i686
arch = x86_64
license = GNU General Public License v3.0
depends = dotnet-runtime
source = https://github.com/fosspill/FFXIV_Modding_Tool/releases/download/v0.9.3/FFXIV_Modding_Tool.zip
- sha256sums = bc0c66ac7a44e892de16597b300a9933f195b4822230cf9658ea29a44f963046
+ sha256sums = 82724b2fbc311f0e615273dee7414e89ecc06b6f49ce79c39e500dd01086e54a
pkgname = ffmt-bin
diff --git a/PKGBUILD b/PKGBUILD
index f8ba4cad1cba..3d99967a9927 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,18 @@
pkgname="ffmt-bin"
fullpkgname="FFXIV_Modding_Tool"
pkgver="0.9.3"
-pkgrel="2"
+pkgrel="3"
pkgdesc="FFXIV_Modding_Tool (FFMT for short) is a crossplatform commandline interface for Final Fantasy XIV Modding."
arch=('i686' 'x86_64')
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.zip")
-sha256sums=("bc0c66ac7a44e892de16597b300a9933f195b4822230cf9658ea29a44f963046")
+sha256sums=("82724b2fbc311f0e615273dee7414e89ecc06b6f49ce79c39e500dd01086e54a")
package() {
cd $srcdir
install -dm755 ${fullpkgname}/ffmt "${pkgdir}/opt/ffmt"
- #install -Dm755 ${fullpkgname}/ffmt/* "${pkgdir}/opt/ffmt/"
cp -r ${fullpkgname}/ffmt/* "${pkgdir}/opt/ffmt/"
install -Dm755 ${fullpkgname}/ffmt.sh "${pkgdir}/usr/bin/ffmt"
}