summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorensGwine2018-01-01 22:59:49 +0500
committerLorensGwine2018-01-01 22:59:49 +0500
commit1b26dc0d9e1d80adcb574f8717197ac250a38d1f (patch)
treeae9b22faed55452547181b5d9bf513cbaba145f7
parentf647778e994bb497983f486bd52520cec8d21198 (diff)
downloadaur-1b26dc0d9e1d80adcb574f8717197ac250a38d1f.tar.gz
add dependency, bump version
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8ad71462f7e..b5576b3e3108 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = tc-twitch-git
pkgdesc = The chat client for Twitch™
- pkgver = 10.3.0.r0.g99d8fb1
+ pkgver = 11.0.0.r0.gd257c99
pkgrel = 1
url = https://github.com/mccxiv/tc
arch = any
license = custom
makedepends = git
makedepends = npm
+ depends = gconf
provides = tc-twitch
conflicts = tc-twitch
source = tc-twitch.desktop
diff --git a/PKGBUILD b/PKGBUILD
index f5e51eb3926a..3702b236a5fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=tc-twitch-git
_pkgname=tc-twitch
_realname=tc
_icons_dir="additional-icons"
-pkgver=10.3.0.r0.g99d8fb1
+pkgver=11.0.0.r0.gd257c99
pkgrel=1
pkgdesc="The chat client for Twitch™"
arch=('any')
@@ -11,6 +11,7 @@ url="https://github.com/mccxiv/${_realname}"
license=('custom')
provides=($_pkgname)
conflicts=($_pkgname)
+depends=('gconf')
makedepends=('git' 'npm')
source=("$_pkgname.desktop" "$_icons_dir.tar.gz" "$pkgname::git+https://github.com/mccxiv/tc.git")
md5sums=('72e3fe4d7076cd6e7c26d5d3819b1c0a'