summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Czernia2018-08-27 08:39:46 +0200
committerNils Czernia2018-08-27 08:39:46 +0200
commit0e710a2ae2b52f5c7df8088f83af7f572e4d7974 (patch)
tree32cfe2b4c75cb3b2e5a723860da171fac6de6c00
parent29d84e4b2db68991d3f6217699e10cbc219b17a7 (diff)
downloadaur-0e710a2ae2b52f5c7df8088f83af7f572e4d7974.tar.gz
Added qt-tools to dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faae4dee782d..71e1d1e27880 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Dec 12 11:36:36 UTC 2017
pkgbase = qtel-git
pkgdesc = Graphical Userinteface for Echolink written in QT
- pkgver = 14.08.2.766.g380e5333
+ pkgver = 17.12.1.177.g98282f79
pkgrel = 1
url = http://www.svxlink.org/
arch = i686
@@ -21,6 +19,7 @@ pkgbase = qtel-git
depends = tcl
depends = speex
depends = opus
+ depends = qt5-tools
conflicts = svxlink
conflicts = qtel
source = svxlink::git+https://github.com/sm0svx/svxlink.git
diff --git a/PKGBUILD b/PKGBUILD
index d52ed304b61a..0e043cb7350e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
pkgname=("qtel-git")
_pkgname=("svxlink")
-pkgver=14.08.2.766.g380e5333
-pkgrel=1
+pkgver=17.12.1.177.g98282f79
+pkgrel=2
arch=("i686" "x86_64" "armv5h" "armv6h" "armv7h")
url="http://www.svxlink.org/"
license=("GPL")
source=("${_pkgname}::git+https://github.com/sm0svx/svxlink.git")
conflicts=("svxlink" "qtel")
sha256sums=("SKIP")
-depends=("alsa-utils" "alsa-lib" "libsigc++" "gsm" "libgcrypt" "popt" "tcl" "speex" "opus")
+depends=("alsa-utils" "alsa-lib" "libsigc++" "gsm" "libgcrypt" "popt" "tcl" "speex" "opus" "qt5-tools")
makedepends=("cmake")
pkgdesc="Graphical Userinteface for Echolink written in QT"