summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f77bc4117404..6e341a5dac68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Razer <razer[AT]neuf[DOT]fr>
pkgname=bubblemail
-pkgver=1.7.1
-pkgrel=0
+pkgver=1.8
+pkgrel=1
pkgdesc="New and Unread mail notification service for local mailboxes, pop, imap, and gnome online accounts"
pkgfolder="${pkgname}-v${pkgver}"
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=('42f1b5fce0695aa1e6974bdc5d1e5ae9a59008351849f1d8b63e545089218a87')
build() {
cd "${srcdir}/${pkgfolder}"