summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGötz Christ2015-12-29 12:52:16 -0500
committerGötz Christ2015-12-29 12:52:16 -0500
commit84edc369be37751062ebebb28b4a953090e63d99 (patch)
tree34dbb6f07919ec7711548288d74d25532301e978
parent9112bb35070f76a8c8f5dc64c284d6e051ae5fa6 (diff)
downloadaur-84edc369be37751062ebebb28b4a953090e63d99.tar.gz
Remove libxkbcommon-x11 dependency, as qt5-base already depends on it.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aaf840bff56a..ade504c084bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Tue Dec 29 17:49:20 UTC 2015
pkgbase = qtresistors
pkgdesc = Calculate resistance value and tolerance of resistors by their color codes.
pkgver = 0.1.3
@@ -8,7 +10,6 @@ pkgbase = qtresistors
arch = x86_64
license = GPL
depends = qt5-base
- depends = libxkbcommon-x11
source = https://github.com/goetzc/qtResistors/archive/0.1.3.tar.gz
sha256sums = 806982cd62f7ac29f71141e318acbd79791aa279697d04226cfb8109647e838d
diff --git a/PKGBUILD b/PKGBUILD
index cf5708ac0045..0cc269bc452f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ arch=('i686' 'x86_64')
url="https://github.com/goetzc/qtResistors"
#url="http://qt-apps.org/content/show.php/qtResistors?content=118297"
license=('GPL')
-depends=('qt5-base' 'libxkbcommon-x11')
+depends=('qt5-base')
install='qtResistors.install'
source=("https://github.com/goetzc/qtResistors/archive/$pkgver.tar.gz")
sha256sums=('806982cd62f7ac29f71141e318acbd79791aa279697d04226cfb8109647e838d')