summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBloodyAltair2020-05-29 09:57:26 +0300
committerBloodyAltair2020-05-29 09:57:26 +0300
commit75cdb0a680bc06b4392dafef58497ba7f7e1cb6e (patch)
tree262310460e90237dd8cd44b226cac724b4222f38 /PKGBUILD
parent6b9f30698fc66a2e1d83d6fb54cdc5f2054da434 (diff)
downloadaur-75cdb0a680bc06b4392dafef58497ba7f7e1cb6e.tar.gz
+ qt5-base replaced with qt5-declarative in deps list
+ Fixed license from to
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 880270fc3b19..df8fff3e663d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgver=1.21.r16.gadf231a
pkgrel=1
arch=('i686' 'x86_64')
url="https://git.kernel.org/pub/scm/network/ofono/phonesim.git/"
-license=('GPLv2')
-depends=('qt5-base' 'libpng' 'freetype2' 'libsm' 'libice' 'libxrender' 'fontconfig' 'libxext' 'libx11' 'harfbuzz' 'libxcb' 'graphite' 'libxau' 'libxdmcp')
+license=('GPL2')
+depends=('qt5-declarative' 'libpng' 'freetype2' 'libsm' 'libice' 'libxrender' 'fontconfig' 'libxext' 'libx11' 'harfbuzz' 'libxcb' 'graphite' 'libxau' 'libxdmcp')
makedepends=('git' 'gcc')
source=('phonesim::git+https://git.kernel.org/pub/scm/network/ofono/phonesim.git')
sha512sums=('SKIP')