summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAzat Abdullin2017-06-25 11:54:06 +0000
committerAzat Abdullin2017-06-25 11:54:06 +0000
commit65f437c24f76682c59876b94707dc103636341da (patch)
treec1cda895c783004d56e8d0004228e3d29714d6b3
parent6fa9874607a7541d9b4e9701ce46cf2a3d5e25d6 (diff)
downloadaur-65f437c24f76682c59876b94707dc103636341da.tar.gz
fix
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 789c060fb645..960881894825 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jun 25 10:26:42 UTC 2017
+# Sun Jun 25 11:53:59 UTC 2017
pkgbase = xxoff-phonepi
pkgdesc = Shutdown application for PhonePi project
pkgver = 1
@@ -13,6 +13,7 @@ pkgbase = xxoff-phonepi
depends = qt5-base
depends = qt5-tools
depends = qt5-declarative
+ depends = qt5-wayland
source = git://github.com/PhonePi/phonepi.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0699a94d339e..6aa478201379 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url="https://github.com/PhonePi"
arch=("i686" "x86_64" "armv6h")
license=("GPL2")
makedepends=("git")
-depends=("qt5-base" "qt5-tools" "qt5-declarative")
+depends=("qt5-base" "qt5-tools" "qt5-declarative" "qt5-wayland")
source=(git://github.com/PhonePi/phonepi.git)
sha256sums=("SKIP")