summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDamien Guihal2018-03-14 21:34:25 +0100
committerDamien Guihal2018-03-14 21:34:25 +0100
commitb25c8b5d8ee208dfe8f24ef2daf5cd8f646f15a4 (patch)
tree5e71749e9ec5b6f5923db054129fde26df1ccaea /PKGBUILD
parentc3736aab2a6103123d9895f36461fb84ac0bdf48 (diff)
downloadaur-quteqoin-git.tar.gz
Fix missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 28c27ee7198f..4e1f54443a0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Damien Guihal <dguihal@gmail.com>
-
+# Do not forget SRCINFO : makepkg --printsrcinfo > .SRCINFO
pkgname=quteqoin-git
-pkgver=r678.9dc4ed9
+pkgver=r684.f992910
pkgrel=1
pkgdesc="Tool based on Qt framework to allow effective mouling on bouchots."
arch=('i686' 'x86_64')
url="https://github.com/dguihal/quteqoin"
license=('GPL')
-depends=('qt5-base')
+depends=('qt5-base' 'qt5-multimedia')
makedepends=('git')
provides=('quteqoin')
source=('quteqoin::git+https://github.com/dguihal/quteqoin.git')