summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2020-03-31 13:15:55 +0200
committerrazer2020-03-31 13:15:55 +0200
commit7cbb9d1cdd264695a04b9f5eea73192b8e10dcfc (patch)
treeceb6e9241f40a647fb23270c24186d8604449cbe
parentaa783b4af7aca23182ac129bda253fb1123dd449 (diff)
downloadaur-7cbb9d1cdd264695a04b9f5eea73192b8e10dcfc.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 103b42db14ab..05302fc0e479 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 = 0.5
+ pkgver = 0.6
pkgrel = 0
url = https://framagit.org/razer/bubblemail/
arch = any
@@ -19,8 +19,8 @@ pkgbase = bubblemail
optdepends = gnome-shell
optdepends = bubblemail-gnome-shell
optdepends = folks
- source = https://framagit.org/razer/bubblemail/-/archive/v0.5/bubblemail-v0.5.tar.bz2
- sha256sums = 86f8140d4056095ab82a40d73d557902045ca77ade5fadde0c3a26523d2429ef
+ source = https://framagit.org/razer/bubblemail/-/archive/v0.6/bubblemail-v0.6.tar.bz2
+ sha256sums = 3ca4de3ac132c66d26d08bb941dabd0b20924442db831b3abe716a017b500334
pkgname = bubblemail
diff --git a/PKGBUILD b/PKGBUILD
index d6e4c92292e6..5581d2d258d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Razer <razer[AT]neuf[DOT]fr>
pkgname=bubblemail
-pkgver=0.5
+pkgver=0.6
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-requests' 'libsecret' 'gnome-keyring')
optdepends=('gnome-online-accounts' 'gnome-shell' 'bubblemail-gnome-shell' 'folks')
source=("https://framagit.org/razer/${pkgname}/-/archive/v${pkgver}/${pkgfolder}.tar.bz2")
-sha256sums=('86f8140d4056095ab82a40d73d557902045ca77ade5fadde0c3a26523d2429ef')
+sha256sums=('3ca4de3ac132c66d26d08bb941dabd0b20924442db831b3abe716a017b500334')
build() {
cd "${srcdir}/${pkgfolder}"