summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbeelzy2024-03-30 00:35:41 +0100
committerbeelzy2024-03-30 00:35:41 +0100
commit2634349d498571a57169f29249adc66e222f626a (patch)
treecf72e759e66225439d7259fe3a41f18989bde6d6
parent73355710bdaf064c5e5800ca5f9cd84de3f87b60 (diff)
downloadaur-2634349d498571a57169f29249adc66e222f626a.tar.gz
bump to version 1.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61e8ffc5d245..0df1f0eebf15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kame-editor-git
- pkgdesc = A 3DS theme editor made with Qt5
- pkgver = 1.3.1
+ pkgdesc = A 3DS theme editor made with Qt6
+ pkgver = 1.4.0
pkgrel = 1
url = https://gitlab.com/beelzy/kame-editor
arch = i686
@@ -8,7 +8,7 @@ pkgbase = kame-editor-git
arch = aarch64
license = GPL3
makedepends = git
- depends = qt5-base
+ depends = qt6-base
depends = portaudio
depends = kame-tools-git
depends = rstmcpp-git
diff --git a/PKGBUILD b/PKGBUILD
index 72af0b979bde..34fa5289345d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: beelzy
pkgname=kame-editor-git
-pkgver=1.3.1
+pkgver=1.4.0
pkgrel=1
arch=('i686' 'x86_64' 'aarch64')
url="https://gitlab.com/beelzy/kame-editor"
license=('GPL3')
-pkgdesc='A 3DS theme editor made with Qt5'
-depends=('qt5-base' 'portaudio' 'kame-tools-git' 'rstmcpp-git' 'vgmstream-git')
+pkgdesc='A 3DS theme editor made with Qt6'
+depends=('qt6-base' 'portaudio' 'kame-tools-git' 'rstmcpp-git' 'vgmstream-git')
makedepends=('git')
_gitroot='https://gitlab.com/beelzy/kame-editor.git'
@@ -23,7 +23,7 @@ pkgver() {
build() {
cd "$srcdir/$_gitname"
- qmake
+ qmake6
make
"$srcdir/$_gitname/buildicons.sh"