summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVictor Tran2017-04-12 19:54:10 +1000
committerVictor Tran2017-04-12 19:54:10 +1000
commit8b72a088b44efa3984888808f3e708af81c4356d (patch)
treed0a7df963cd8e77abaeef168c429a00cbbb0bf5a /PKGBUILD
parent6bfc93c02d24718363d494211d541e4284abbdd6 (diff)
downloadaur-8b72a088b44efa3984888808f3e708af81c4356d.tar.gz
Add ts-bugreport as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e833cb60383c..e1216e95a93e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Maintainer: Victor Tran <vicr12345 at gmail dot com>
pkgname=the-libs
pkgver=1.2
-pkgrel=0
+pkgrel=1
pkgdesc="Common libraries for the- applications by Victor Tran"
arch=("x86_64")
url="https://github.com/vicr123/the-libs"
license=('GPL3')
-depends=('qt5-base')
+depends=('qt5-base' 'ts-bugreport')
makedepends=('git')
source=("$pkgname-$pkgver"::'git+https://github.com/vicr123/the-libs#branch=master')
md5sums=('SKIP')