summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBloodyAltair2020-05-29 09:57:26 +0300
committerBloodyAltair2020-05-29 09:57:26 +0300
commit75cdb0a680bc06b4392dafef58497ba7f7e1cb6e (patch)
tree262310460e90237dd8cd44b226cac724b4222f38
parent6b9f30698fc66a2e1d83d6fb54cdc5f2054da434 (diff)
downloadaur-75cdb0a680bc06b4392dafef58497ba7f7e1cb6e.tar.gz
+ qt5-base replaced with qt5-declarative in deps list
+ Fixed license from to
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ce107fa7e1d..59aa2718a588 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,10 +5,10 @@ pkgbase = phonesim
url = https://git.kernel.org/pub/scm/network/ofono/phonesim.git/
arch = i686
arch = x86_64
- license = GPLv2
+ license = GPL2
makedepends = git
makedepends = gcc
- depends = qt5-base
+ depends = qt5-declarative
depends = libpng
depends = freetype2
depends = libsm
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')