summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel M. Capella2018-07-15 19:15:09 -0400
committerDaniel M. Capella2018-07-15 19:15:09 -0400
commit267a4ea8b7fc18b82ef56140b3be5a11aa7a2ed0 (patch)
tree508db867d8fb262a5ba6d7c638a5a805982012cf
parent253755a3985a76df75b981f33e5978882a5305c7 (diff)
downloadaur-267a4ea8b7fc18b82ef56140b3be5a11aa7a2ed0.tar.gz
0.4.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d84a0bbd8d1..bd03f4fddee2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 5 17:48:13 UTC 2018
+# Sun Jul 15 23:15:07 UTC 2018
pkgbase = hangups
pkgdesc = The first third-party instant messaging client for Google Hangouts
- pkgver = 0.4.4
+ pkgver = 0.4.5
pkgrel = 1
url = https://github.com/tdryer/hangups
arch = any
@@ -16,9 +16,9 @@ pkgbase = hangups
depends = python-reparser
depends = python-requests
depends = python-urwid
- source = https://files.pythonhosted.org/packages/source/h/hangups/hangups-0.4.4.tar.gz
- source = hangups-0.4.4.license::https://raw.githubusercontent.com/tdryer/hangups/v0.4.4/LICENSE
- sha512sums = d89050e9c7374785be07e88013b98c893cd091ccf93f72c0da787f6390378bccf88058622f683a8a73ae611bc828119c6267cf947963ed8f0277165879823f69
+ source = https://files.pythonhosted.org/packages/source/h/hangups/hangups-0.4.5.tar.gz
+ source = hangups-0.4.5.license::https://raw.githubusercontent.com/tdryer/hangups/v0.4.5/LICENSE
+ sha512sums = e074f6b4243268b56e840f094083a3ed79c91509f28d372b21f19b28052b14e3ab0858fed17d36996752ae09c23903fdd029e7fad80024313a9e223e3f13a06f
sha512sums = 6a0e0c135e55f027e3817ce181c7f5d73a3fd6f4c1ebe6bb28ab61352eeecdf1acdea78178ae6fe1eae8632d99e16e85c973e403644b7eac77c62dfc6c21eae9
pkgname = hangups
diff --git a/PKGBUILD b/PKGBUILD
index 24248e546db7..3539f5db96fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Stunts <f.pinamartins@gmail.com>
pkgname=hangups
-pkgver=0.4.4
+pkgver=0.4.5
pkgrel=1
pkgdesc='The first third-party instant messaging client for Google Hangouts'
arch=('any')
@@ -13,7 +13,7 @@ depends=('python-aiohttp' 'python-appdirs' 'python-configargparse'
'python-reparser' 'python-requests' 'python-urwid')
source=("https://files.pythonhosted.org/packages/source/h/hangups/hangups-$pkgver.tar.gz"
"hangups-$pkgver.license::https://raw.githubusercontent.com/tdryer/hangups/v$pkgver/LICENSE")
-sha512sums=('d89050e9c7374785be07e88013b98c893cd091ccf93f72c0da787f6390378bccf88058622f683a8a73ae611bc828119c6267cf947963ed8f0277165879823f69'
+sha512sums=('e074f6b4243268b56e840f094083a3ed79c91509f28d372b21f19b28052b14e3ab0858fed17d36996752ae09c23903fdd029e7fad80024313a9e223e3f13a06f'
'6a0e0c135e55f027e3817ce181c7f5d73a3fd6f4c1ebe6bb28ab61352eeecdf1acdea78178ae6fe1eae8632d99e16e85c973e403644b7eac77c62dfc6c21eae9')
prepare() {