summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Tran2017-04-14 21:04:50 +1000
committerVictor Tran2017-04-14 21:04:50 +1000
commit5adb98d6db20bcad30aa1ecf178a3c48653c5e6d (patch)
tree14dcd4156749c12ebcb6bb5dc79535d45e058666
parent8b72a088b44efa3984888808f3e708af81c4356d (diff)
downloadaur-5adb98d6db20bcad30aa1ecf178a3c48653c5e6d.tar.gz
Remove ts-bugreport
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35767012b1fe..0336cab0c719 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = the-libs
license = GPL3
makedepends = git
depends = qt5-base
- depends = ts-bugreport
source = the-libs-1.2::git+https://github.com/vicr123/the-libs#branch=master
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e1216e95a93e..b036e52f7432 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Common libraries for the- applications by Victor Tran"
arch=("x86_64")
url="https://github.com/vicr123/the-libs"
license=('GPL3')
-depends=('qt5-base' 'ts-bugreport')
+depends=('qt5-base')
makedepends=('git')
source=("$pkgname-$pkgver"::'git+https://github.com/vicr123/the-libs#branch=master')
md5sums=('SKIP')