summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Cimalando2019-02-12 07:57:04 +0100
committerJP Cimalando2019-02-12 07:57:04 +0100
commit4b852ab9858660b46e60ce1fc9711e5010b4f8c8 (patch)
tree6f241e261da24f623ffa1efab12d7ceee89fad1b
parent99dd379123019f619641190f0bbf2205ce888813 (diff)
downloadaur-4b852ab9858660b46e60ce1fc9711e5010b4f8c8.tar.gz
update: PKGBUILD fixes
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c8678e7517d..d823ad713d15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,19 @@
pkgbase = opl3bankeditor-git
pkgdesc = A small cross-platform editor of the OPL3 FM banks of different formats
- pkgver = 1.5.beta.r5.ga68a3bb
+ pkgver = 1.5.beta.r100.g603fbab
pkgrel = 1
url = https://github.com/Wohlstand/OPL3BankEditor
arch = i686
arch = x86_64
license = GPL3
- depends = qt5-base
+ makedepends = git
+ makedepends = cmake
+ makedepends = qt5-tools
depends = qwt
depends = jack
depends = libpulse
+ depends = hicolor-icon-theme
+ depends = desktop-file-utils
provides = opl3bankeditor
conflicts = opl3bankeditor
source = git+https://github.com/Wohlstand/OPL3BankEditor.git
diff --git a/PKGBUILD b/PKGBUILD
index 62ecb37808f4..c2b449f564c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JP Cimalando <jp-dev inbox.ru>
pkgname=opl3bankeditor-git
_pkgname=OPL3BankEditor
-pkgver=1.5.beta.r5.ga68a3bb
+pkgver=1.5.beta.r100.g603fbab
pkgrel=1
epoch=
pkgdesc="A small cross-platform editor of the OPL3 FM banks of different formats"
@@ -9,8 +9,8 @@ arch=('i686' 'x86_64')
url="https://github.com/Wohlstand/OPL3BankEditor"
license=('GPL3')
groups=()
-depends=('qt5-base' 'qwt' 'jack' 'libpulse')
-makedepends=()
+depends=('qwt' 'jack' 'libpulse' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('git' 'cmake' 'qt5-tools')
checkdepends=()
optdepends=()
provides=("opl3bankeditor")