summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Carr2017-05-22 16:53:42 -0700
committerDonald Carr2017-05-22 16:53:42 -0700
commit6c36e02359d55ec787eb08c53746bb692c3c0e92 (patch)
treecc4fda238b173d645ab0315ee3eecf73cf17e01c
parent5be6ef6f8646e8e68a83c1d99ca89a26fbf9e3cd (diff)
downloadaur-6c36e02359d55ec787eb08c53746bb692c3c0e92.tar.gz
Correct dependencies
Bump to 0.3.6 Change-Id: Ie7f7be8122bfa83d990bec048a365517139906fe
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aedd263a0fe6..3b93ea31d4a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,13 +15,13 @@ fi
#_qmake_args="CONFIG+=debug"
pkgname=artriculate
conflicts=('pi-launcher')
-pkgver=0.3.4
+pkgver=0.3.6
pkgrel=1
pkgdesc='QML box2d application for displaying artwork'
arch=('any')
url='https://github.com/sirspudd/artriculate'
license=('GPL3')
-depends=('qt5-declarative' 'qml-box2d')
+depends=('qt-sdk-raspberry-pi-target-libs')
source=("git://github.com/sirspudd/artriculate#tag=${pkgver}")
sha256sums=('SKIP')
options=('!strip')