summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSauyon Lee2020-10-14 05:48:53 -0700
committerSauyon Lee2020-10-14 05:48:53 -0700
commit43c6d1f4188b1393a833cf37a67f6dfc9edb5715 (patch)
treee71b759647a5bd7ff88a342e62a4cb7492ed0c7a
parent9b70d7334daacb49956d9802afa8c5062cff6ce0 (diff)
downloadaur-43c6d1f4188b1393a833cf37a67f6dfc9edb5715.tar.gz
hangups: 0.4.11 -> 0.4.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b160ee90ce2e..a2d865a2ca53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hangups
pkgdesc = The first third-party instant messaging client for Google Hangouts
- pkgver = 0.4.11
+ pkgver = 0.4.12
pkgrel = 1
url = https://github.com/tdryer/hangups
arch = any
@@ -15,8 +15,8 @@ pkgbase = hangups
depends = python-requests
depends = python-setuptools
depends = python-urwid
- source = https://files.pythonhosted.org/packages/source/h/hangups/hangups-0.4.11.tar.gz
- sha256sums = db530cd7352c3fef4513bce38f07d19b79180b3aefed71afd9f369bab7cab498
+ source = https://files.pythonhosted.org/packages/source/h/hangups/hangups-0.4.12.tar.gz
+ sha256sums = 1aa6edead2915fac9c2c6c3e5f4a6b8dd7d067880b43ce5f0e8b40d16bb1701b
pkgname = hangups
diff --git a/PKGBUILD b/PKGBUILD
index ea4e315b1a0e..a850e3d064ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Stunts <f.pinamartins@gmail.com>
pkgname=hangups
-pkgver=0.4.11
+pkgver=0.4.12
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-mechanicalsoup' 'python-protobuf' 'python-readlike'
'python-reparser' 'python-requests' 'python-setuptools' 'python-urwid')
source=("https://files.pythonhosted.org/packages/source/h/hangups/hangups-$pkgver.tar.gz")
-sha256sums=('db530cd7352c3fef4513bce38f07d19b79180b3aefed71afd9f369bab7cab498')
+sha256sums=('1aa6edead2915fac9c2c6c3e5f4a6b8dd7d067880b43ce5f0e8b40d16bb1701b')
build() {
cd hangups-$pkgver