summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0e4bf30e211..3afc0d93a8cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmt-bin
pkgdesc = FFXIV_Modding_Tool (FFMT for short) is a crossplatform commandline interface for Final Fantasy XIV Modding.
pkgver = 0.9.3.2
- pkgrel = 1
+ pkgrel = 2
url = https://ffmt.pwd.cat/docs/
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = ffmt-bin
depends = dotnet-runtime
options = staticlibs
source = https://github.com/fosspill/FFXIV_Modding_Tool/releases/download/v0.9.3.2/FFXIV_Modding_Tool-linux-0.9.3.2.zip
- sha256sums = dd5de7ec51cbddb429a6f66941146f8d1fe253292de3113a25e1e7cdeac68999
+ sha256sums = 74ace7c90619be80428d819c6ffdcb69a10aa28195fada86f232173ac2da0559
pkgname = ffmt-bin
diff --git a/PKGBUILD b/PKGBUILD
index d10f0de9e583..d7a735bb73ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname="ffmt-bin"
fullpkgname="FFXIV_Modding_Tool-linux"
pkgver="0.9.3.2"
-pkgrel="1"
+pkgrel="2"
pkgdesc="FFXIV_Modding_Tool (FFMT for short) is a crossplatform commandline interface for Final Fantasy XIV Modding."
arch=('i686' 'x86_64')
options=('staticlibs')
@@ -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=("dd5de7ec51cbddb429a6f66941146f8d1fe253292de3113a25e1e7cdeac68999")
+sha256sums=("74ace7c90619be80428d819c6ffdcb69a10aa28195fada86f232173ac2da0559")
package() {
cd $srcdir