summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3720747f13fa..9dce96fc8a50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,19 @@
pkgbase = opn2bankeditor-git
pkgdesc = A small cross-platform editor of the OPN2 FM banks of different formats
- pkgver = 1.3.beta.r1.g6bad9cc
+ pkgver = 1.3.beta.r80.g78c2a34
pkgrel = 1
url = https://github.com/Wohlstand/OPN2BankEditor
arch = i686
arch = x86_64
license = GPL3
- depends = qt5-base
+ makedepends = cmake
+ makedepends = git
+ makedepends = qt5-tools
depends = qwt
depends = jack
depends = libpulse
+ depends = hicolor-icon-theme
+ depends = desktop-file-utils
provides = opn2bankeditor
conflicts = opn2bankeditor
source = git+https://github.com/Wohlstand/OPN2BankEditor.git
diff --git a/PKGBUILD b/PKGBUILD
index f6d1548bbd4c..a57b6419b046 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JP Cimalando <jp-dev inbox.ru>
pkgname=opn2bankeditor-git
_pkgname=OPN2BankEditor
-pkgver=1.3.beta.r1.g6bad9cc
+pkgver=1.3.beta.r80.g78c2a34
pkgrel=1
epoch=
pkgdesc="A small cross-platform editor of the OPN2 FM banks of different formats"
@@ -9,8 +9,8 @@ arch=('i686' 'x86_64')
url="https://github.com/Wohlstand/OPN2BankEditor"
license=('GPL3')
groups=()
-depends=('qt5-base' 'qwt' 'jack' 'libpulse')
-makedepends=()
+depends=('qwt' 'jack' 'libpulse' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('cmake' 'git' 'qt5-tools')
checkdepends=()
optdepends=()
provides=("opn2bankeditor")