summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Rizzitello2020-11-18 13:34:36 -0500
committerChris Rizzitello2020-11-18 13:34:36 -0500
commit0d81ba8ac3816e0bce064d412d4a8f16d60b1ae4 (patch)
tree145283898e5d7043886318be9925c887b2f23d97
parent6e539bf6d4a808453e1ba2d4ec5ff740237f6864 (diff)
downloadaur-0d81ba8ac3816e0bce064d412d4a8f16d60b1ae4.tar.gz
update to 1.8.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7ab8c94cd46..b9a09ac95c02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = makoureactor
pkgdesc = Final Fantasy 7 Field Editor
- pkgver = 1.8.2
+ pkgver = 1.8.3
pkgrel = 1
url = https://github.com/myst6re/makoureactor
arch = i686
@@ -10,8 +10,8 @@ pkgbase = makoureactor
depends = freeglut
depends = zlib
conflicts = makoureactor-git
- source = https://github.com/myst6re/makoureactor/archive/1.8.2.tar.gz
- md5sums = 8d4a0539c10a2ebfb25c3e7ba0303433
+ source = https://github.com/myst6re/makoureactor/archive/1.8.3.tar.gz
+ md5sums = 5748befdbad30c8de88634a88b302d30
pkgname = makoureactor
diff --git a/PKGBUILD b/PKGBUILD
index b83e67221b02..df39662c8dfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Rizzitello <sithlord48@gmail.com>
pkgname=makoureactor
conflicts=('makoureactor-git')
-pkgver=1.8.2
+pkgver=1.8.3
pkgrel=1
pkgdesc="Final Fantasy 7 Field Editor"
arch=('i686' 'x86_64')
@@ -9,17 +9,17 @@ url="https://github.com/myst6re/makoureactor"
license=('GPL3')
depends=('qt5-base' 'freeglut' 'zlib') #Qt5)
#optdepends=('otf-ipafont: font for displaying japanese')
-source=("https://github.com/myst6re/makoureactor/archive/1.8.2.tar.gz")
-md5sums=(8d4a0539c10a2ebfb25c3e7ba0303433)
+source=("https://github.com/myst6re/makoureactor/archive/1.8.3.tar.gz")
+md5sums=(5748befdbad30c8de88634a88b302d30)
build() {
- cd "makoureactor-1.8.2"
+ cd "makoureactor-1.8.3"
qmake-qt5 Makou_Reactor.pro #Qt5 Build
make
}
package(){
- cd "makoureactor-1.8.2"
+ cd "makoureactor-1.8.3"
INSTALL_ROOT=$pkgdir make install
install -D -m644 debian/menu "$pkgdir"/usr/share/menu/makoureactor
}