summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dd38496847b..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.8
+ pkgver = 1.9
pkgrel = 0
url = https://framagit.org/razer/bubblemail/
arch = any
@@ -21,7 +21,7 @@ pkgbase = bubblemail
optdepends = gnome-shell
optdepends = gnome-shell-extension-bubblemail
optdepends = folks
- source = https://framagit.org/razer/bubblemail/-/archive/v1.8/bubblemail-v1.8.tar.bz2
- sha256sums = 42f1b5fce0695aa1e6974bdc5d1e5ae9a59008351849f1d8b63e545089218a87
+ 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 d9b6b3c5e294..23611af9789e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Razer <razer[AT]neuf[DOT]fr>
pkgname=bubblemail
-pkgver=1.8
+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}"
@@ -11,7 +11,7 @@ makedepends=('python-setuptools' 'python-pillow' 'vala' 'folks')
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=('42f1b5fce0695aa1e6974bdc5d1e5ae9a59008351849f1d8b63e545089218a87')
+sha256sums=('982068cee4e5f955fa42f7b68962a6d28de6a4548f6ac2ec9292531cfbe113f8')
build() {
cd "${srcdir}/${pkgfolder}"