summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Rizzitello2018-06-13 19:29:25 -0400
committerChris Rizzitello2018-06-13 19:29:25 -0400
commit876ca0039031fbdfdd5e910ff88c2445e6c8d103 (patch)
tree18cf5acc0cead2fad13a7b3df0e2a16e73c76570
parent304483e2627c3099d8b3b62df6459853a8dc2bf5 (diff)
downloadaur-876ca0039031fbdfdd5e910ff88c2445e6c8d103.tar.gz
update Version
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
-rw-r--r--hyne-git.install2
3 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9014f9173a1a..da856a186b27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun May 1 12:57:58 UTC 2016
pkgbase = hyne-git
pkgdesc = Final Fantasy 8 Save Editor
- pkgver = 1.9.1.r1.g3534474
+ pkgver = 1.9.2c.r2.g480170f
pkgrel = 1
url = http://github.com/myst6re/hyne
install = hyne-git.install
@@ -11,6 +9,7 @@ pkgbase = hyne-git
license = GPL3
depends = qt5-base
depends = zlib
+ conflicts = hyne
source = git://github.com/myst6re/hyne.git#branch=develop
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ecf4aa66629b..7810c6c982a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Rizzitello <sithlord48@gmail.com>
pkgname=hyne-git
-confilicts=('hyne')
-pkgver=1.9.1.r1.g3534474
+conflicts=('hyne')
+pkgver=1.9.2c.r2.g480170f
pkgrel=1
pkgdesc="Final Fantasy 8 Save Editor"
arch=('i686' 'x86_64')
diff --git a/hyne-git.install b/hyne-git.install
index c13d3ad0f0ab..bb8a30ea8a4b 100644
--- a/hyne-git.install
+++ b/hyne-git.install
@@ -1,5 +1,5 @@
#!/bin/sh
post_install() {
echo Inorder to display all fonts correctly please install a font that supports ;
- echo japanse character for both kanja and shift-jis such as " otf-ipafont " ;
+ echo japanese characters for both kanja and shift-jis such as " otf-ipafont " ;
}