summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSauyon Lee2020-09-12 15:20:25 -0700
committerSauyon Lee2020-09-12 15:20:25 -0700
commit9b70d7334daacb49956d9802afa8c5062cff6ce0 (patch)
tree31d0faf0268c90e36ea2a64e96d8246138056942
parent1f6601ade366edb6124c17667ca1034dc36f73dd (diff)
downloadaur-9b70d7334daacb49956d9802afa8c5062cff6ce0.tar.gz
update to 0.4.11
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD9
3 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17f3956f7302..b160ee90ce2e 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.10
+ pkgver = 0.4.11
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.10.tar.gz
- sha256sums = 450edf33b9daf7cfb38bc8d310990becea3f791894068cb2e55780c566fa8973
+ source = https://files.pythonhosted.org/packages/source/h/hangups/hangups-0.4.11.tar.gz
+ sha256sums = db530cd7352c3fef4513bce38f07d19b79180b3aefed71afd9f369bab7cab498
pkgname = hangups
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..f88c8be9846b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/pkg/
+/src/
+*.tar
+*.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 2d445d3861c4..ea4e315b1a0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Stunts <f.pinamartins@gmail.com>
pkgname=hangups
-pkgver=0.4.10
+pkgver=0.4.11
pkgrel=1
pkgdesc='The first third-party instant messaging client for Google Hangouts'
arch=('any')
@@ -13,12 +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=('450edf33b9daf7cfb38bc8d310990becea3f791894068cb2e55780c566fa8973')
-
-prepare() {
- cd hangups-$pkgver
- sed -i 's/==/>=/g' setup.py
-}
+sha256sums=('db530cd7352c3fef4513bce38f07d19b79180b3aefed71afd9f369bab7cab498')
build() {
cd hangups-$pkgver