summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a28e821604c5..24cce4432aa8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bubblemail
pkgdesc = New and Unread mail notification service for local mailboxes, pop, imap, and gnome online accounts
- pkgver = 1.7.1
+ pkgver = 1.9
pkgrel = 0
url = https://framagit.org/razer/bubblemail/
arch = any
@@ -12,6 +12,7 @@ pkgbase = bubblemail
depends = python
depends = python-dbus
depends = python-gobject
+ depends = python-pysocks
depends = python-requests
depends = python-pyxdg
depends = libsecret
@@ -20,7 +21,7 @@ pkgbase = bubblemail
optdepends = gnome-shell
optdepends = gnome-shell-extension-bubblemail
optdepends = folks
- source = https://framagit.org/razer/bubblemail/-/archive/v1.7.1/bubblemail-v1.7.1.tar.bz2
- sha256sums = fa97ed9c4d7db72be15048c65c506330145063450d355489990b6e3012586641
+ source = https://framagit.org/razer/bubblemail/-/archive/v1.9/bubblemail-v1.9.tar.bz2
+ sha256sums = 982068cee4e5f955fa42f7b68962a6d28de6a4548f6ac2ec9292531cfbe113f8
pkgname = bubblemail
diff --git a/PKGBUILD b/PKGBUILD
index f77bc4117404..23611af9789e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Razer <razer[AT]neuf[DOT]fr>
pkgname=bubblemail
-pkgver=1.7.1
+pkgver=1.9
pkgrel=0
pkgdesc="New and Unread mail notification service for local mailboxes, pop, imap, and gnome online accounts"
pkgfolder="${pkgname}-v${pkgver}"
@@ -8,10 +8,10 @@ arch=(any)
url="https://framagit.org/razer/bubblemail/"
license=('GPL2')
makedepends=('python-setuptools' 'python-pillow' 'vala' 'folks')
-depends=('python' 'python-dbus' 'python-gobject' 'python-requests' 'python-pyxdg' 'libsecret' 'gnome-keyring')
+depends=('python' 'python-dbus' 'python-gobject' 'python-pysocks' 'python-requests' 'python-pyxdg' 'libsecret' 'gnome-keyring')
optdepends=('gnome-online-accounts' 'gnome-shell' 'gnome-shell-extension-bubblemail' 'folks')
source=("https://framagit.org/razer/${pkgname}/-/archive/v${pkgver}/${pkgfolder}.tar.bz2")
-sha256sums=('fa97ed9c4d7db72be15048c65c506330145063450d355489990b6e3012586641')
+sha256sums=('982068cee4e5f955fa42f7b68962a6d28de6a4548f6ac2ec9292531cfbe113f8')
build() {
cd "${srcdir}/${pkgfolder}"