summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAinola2017-05-25 10:13:16 -0600
committerAinola2017-05-25 10:13:16 -0600
commit25a45fd740dec0d9b86550b31e3d92e0d3160850 (patch)
treea66bd86b1bb14cdf2f5c5b82fd7d1efc39be663c
parentb0e999dd49f7588ab0770e2a51a140cad12f22f2 (diff)
downloadaur-25a45fd740dec0d9b86550b31e3d92e0d3160850.tar.gz
upgpkg: 0.9.4
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a3b49bfaf3a..07a43860ed3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jan 20 18:12:49 UTC 2017
+# Thu May 25 16:13:07 UTC 2017
pkgbase = csoundqt
pkgdesc = A frontend for Csound featuring a highlighting editor with autocomplete, interactive widgets and integrated help
- pkgver = 0.9.3
+ pkgver = 0.9.4
pkgrel = 1
url = https://csoundqt.github.io/
arch = i686
@@ -12,12 +12,13 @@ pkgbase = csoundqt
depends = csound
depends = qt5-base
depends = csound-doc
- source = https://github.com/CsoundQt/CsoundQt/archive/0.9.3.tar.gz
+ depends = qt5-declarative
+ source = https://github.com/CsoundQt/CsoundQt/archive/0.9.4.tar.gz
source = csoundqt.desktop
source = http://www.music.mcgill.ca/~gary/rtmidi/release/rtmidi-2.1.0.tar.gz
source = csoundqt-mime.xml
source = csoundqt-icons.tar.gz
- sha256sums = 409c3fe7081d51561392f96732066d1f2f5168d76e7a10c2dd60ea632fc6d58b
+ sha256sums = fd7555c997ef0ec6fc89ba0e3008dd22ae7adf3a4d06fc79e65fd1f7291f3286
sha256sums = 6d08233ee50eec15bbcb59f1edcee56626264fb37590603bc88af4764e8dda9d
sha256sums = a0a59226614b878e7c32890cb7c38a6fe48a97082baf4913297d4c3958a9b3ac
sha256sums = 2d78945761ff6f673ac93f7d879a691eb77466e73a40ef77e4a8f3c3c374d599
diff --git a/PKGBUILD b/PKGBUILD
index 5210b896d072..251a407bc135 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,21 @@
# Contributor: rtfreedman
pkgname=csoundqt
-pkgver=0.9.3
+pkgver=0.9.4
pkgrel=1
pkgdesc="A frontend for Csound featuring a highlighting editor with autocomplete, interactive widgets and integrated help"
arch=('i686' 'x86_64')
url="https://csoundqt.github.io/"
license=('GPL3') # or, at your option, LGPL2
-depends=('csound' 'qt5-base' 'csound-doc')
+depends=('csound' 'qt5-base' 'csound-doc' 'qt5-declarative')
makedepends=('shared-mime-info')
_rtmidi=rtmidi-2.1.0
-source=("https://github.com/CsoundQt/CsoundQt/archive/$pkgver.tar.gz"
+source=("https://github.com/CsoundQt/CsoundQt/archive/$pkgver.tar.gz"
"csoundqt.desktop"
"http://www.music.mcgill.ca/~gary/rtmidi/release/${_rtmidi}.tar.gz"
"csoundqt-mime.xml"
"csoundqt-icons.tar.gz")
-sha256sums=('409c3fe7081d51561392f96732066d1f2f5168d76e7a10c2dd60ea632fc6d58b'
+sha256sums=('fd7555c997ef0ec6fc89ba0e3008dd22ae7adf3a4d06fc79e65fd1f7291f3286'
'6d08233ee50eec15bbcb59f1edcee56626264fb37590603bc88af4764e8dda9d'
'a0a59226614b878e7c32890cb7c38a6fe48a97082baf4913297d4c3958a9b3ac'
'2d78945761ff6f673ac93f7d879a691eb77466e73a40ef77e4a8f3c3c374d599'