summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAzat Abdullin2017-06-24 09:47:09 +0000
committerAzat Abdullin2017-06-24 09:47:09 +0000
commit3d3f97ff5c2a856dffb61f4e9c9831b95e529ab7 (patch)
tree25d5795fa973b4b10a382311dc3a26f3db91b78f
parentfc4d117673b108dead9c55e839df341d85518b91 (diff)
downloadaur-3d3f97ff5c2a856dffb61f4e9c9831b95e529ab7.tar.gz
fixed deps
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5543c40ea619..183f1894922a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jun 23 15:44:32 UTC 2017
+# Sat Jun 24 09:46:58 UTC 2017
pkgbase = dialer-phonepi
pkgdesc = Dialer application and call daemon for PhonePi project
pkgver = 1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/PhonePi
arch = i686
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = dialer-phonepi
makedepends = cmake
depends = qt5-base
depends = qt5-tools
+ depends = qt5-3d
depends = glib2
depends = dbus
depends = dbus-glib
diff --git a/PKGBUILD b/PKGBUILD
index 367a739e2602..138c39e3f3dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=dialer-phonepi
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc="Dialer application and call daemon for PhonePi project"
url="https://github.com/PhonePi"
arch=("i686" "x86_64" "armv6h")
license=("GPL2")
makedepends=("git" "cmake")
-depends=("qt5-base" "qt5-tools" "glib2" "dbus" "dbus-glib")
+depends=("qt5-base" "qt5-tools" "qt5-3d" "glib2" "dbus" "dbus-glib")
source=(git://github.com/PhonePi/phonepi.git)
sha256sums=("SKIP")