summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d39973b2fc39..72dc4036016f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bubblemail-git
- pkgdesc = Unread mail notification service
- pkgver = 0.290
+ pkgdesc = New and Unread mail notification service for local mailboxes, pop, imap, and gnome online accounts
+ pkgver = 0.499
pkgrel = 0
url = https://framagit.org/razer/bubblemail/
arch = any
@@ -12,11 +12,13 @@ pkgbase = bubblemail-git
depends = python
depends = python-dbus
depends = python-gobject
+ depends = python-requests
depends = libsecret
depends = gnome-keyring
optdepends = gnome-online-accounts
optdepends = gnome-shell
optdepends = bubblemail-gnome-shell-extension
+ optdepends = folks
provides = bubblemail
conflicts = bubblemail
source = https://framagit.org/razer/bubblemail/-/archive/master/bubblemail-master.tar.bz2
diff --git a/PKGBUILD b/PKGBUILD
index 36b59d2bfce7..e0b1b4bf27ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Razer <razer[AT]neuf[DOT]fr>
pkgname=bubblemail-git
-pkgver=0.290
+pkgver=0.499
pkgrel=0
-pkgdesc="Unread mail notification service"
+pkgdesc="New and Unread mail notification service for local mailboxes, pop, imap, and gnome online accounts"
pkgfolder="bubblemail-master"
provides=("bubblemail")
conflicts=("bubblemail")
@@ -10,8 +10,8 @@ arch=(any)
url="https://framagit.org/razer/bubblemail/"
license=('GPL2')
makedepends=('python-setuptools' 'python-pillow' 'vala' 'folks')
-depends=('python' 'python-dbus' 'python-gobject' 'libsecret' 'gnome-keyring')
-optdepends=('gnome-online-accounts' 'gnome-shell' 'bubblemail-gnome-shell-extension')
+depends=('python' 'python-dbus' 'python-gobject' 'python-requests' 'libsecret' 'gnome-keyring')
+optdepends=('gnome-online-accounts' 'gnome-shell' 'bubblemail-gnome-shell-extension' 'folks')
source=("https://framagit.org/razer/bubblemail/-/archive/master/${pkgfolder}.tar.bz2")
sha256sums=('SKIP')