summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancisco Pina Martins2018-01-31 15:00:49 +0000
committerFrancisco Pina Martins2018-01-31 15:00:49 +0000
commit3476c32b1e57decc117206bee31351589630d624 (patch)
tree1c89c6825972665a590464f8675975fda9feb92a
parent29e77cdc6466bdc7456b8000860281fbee0f7834 (diff)
downloadaur-3476c32b1e57decc117206bee31351589630d624.tar.gz
Adds conflicts and provides tags
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90ee9e7cbdd7..aea529248b80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Nov 23 23:11:23 UTC 2017
+# Wed Jan 31 15:00:24 UTC 2018
pkgbase = hangups-git
pkgdesc = The first third-party instant messaging client for Google Hangouts
- pkgver = 0.4.3.r11.g4e597f4
+ pkgver = 0.4.4.r23.gaae6991
pkgrel = 1
epoch = 1
url = http://github.com/tdryer/hangups
@@ -23,6 +23,8 @@ pkgbase = hangups-git
depends = python-protobuf
depends = python-mechanicalsoup
depends = python-multidict
+ provides = hangups
+ conflicts = hangups
source = git+https://github.com/tdryer/hangups.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4252b3a38ef8..79a7ca5a2733 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stunts <f.pinamartins@gmail.com>
_pkgname=hangups
pkgname=${_pkgname}-git
-pkgver=0.4.3.r11.g4e597f4
+pkgver=0.4.4.r23.gaae6991
pkgrel=1
epoch=1
@@ -11,6 +11,8 @@ url="http://github.com/tdryer/hangups"
license=('MIT')
depends=('python' 'python-purplex' 'python-requests' 'python-urwid' 'python-appdirs' 'python-aiohttp' 'python-robobrowser' 'python-configargparse' 'python-werkzeug' 'python-reparser' 'python-readlike' 'python-protobuf' 'python-mechanicalsoup' 'python-multidict')
makedepends=('git')
+provides=('hangups')
+conflicts=('hangups')
source=('git+https://github.com/tdryer/hangups.git')
md5sums=('SKIP')