summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlad2015-11-26 13:47:12 +0200
committervlad2015-11-26 13:47:12 +0200
commitfc9d3fbcbb321867202d8b19d4c2aa63f768c009 (patch)
treec8ece5612611e6b0e8cce75075f69e8aa1f02070
parent004bbc69f47c6258eca3ccd946c4a11b24fb0fb7 (diff)
downloadaur-fc9d3fbcbb321867202d8b19d4c2aa63f768c009.tar.gz
add qrencode to depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bba2ce9062ef..726c514b64f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = toxic-git
pkgdesc = CLI Frontend in ncurses for Tox
- pkgver = 0.6.1.r3.ga920f3e
+ pkgver = 0.7.0.r4.g8827082
pkgrel = 1
url = https://tox.chat
install = toxic-git.install
@@ -15,6 +15,7 @@ pkgbase = toxic-git
depends = desktop-file-utils
depends = freealut
depends = libnotify
+ depends = qrencode
depends = toxcore
provides = toxic
conflicts = toxic
diff --git a/PKGBUILD b/PKGBUILD
index 32b0852283aa..063083999a00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,13 @@ _pkgname=toxic
pkgname=toxic-git
pkgdesc='CLI Frontend in ncurses for Tox'
license=('GPL3')
-pkgver=0.6.1.r3.ga920f3e
+pkgver=0.7.0.r4.g8827082
pkgrel=1
depends=('curl'
'desktop-file-utils'
'freealut'
'libnotify'
+ 'qrencode'
'toxcore')
makedepends=('git')
conflicts=($_pkgname)