summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2020-05-23 15:39:01 +0200
committerrazer2020-05-23 15:39:01 +0200
commitb888ac3f77d1a68b94417652d9f82267fc469ca6 (patch)
treee97100dbf0440435d37ccafd1e7401b0c17e87e6
parent540f09bbe2e8475854ec5bd202b54300b243b859 (diff)
downloadaur-b888ac3f77d1a68b94417652d9f82267fc469ca6.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 403749dba12e..c4b3a9332b49 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.7
+ pkgver = 1.0
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.7/bubblemail-v0.7.tar.bz2
- sha256sums = c01403c5e1fc29ae9582e10429c1bbf70f26d3c1d97d380cbcba1272e901d9c8
+ source = https://framagit.org/razer/bubblemail/-/archive/v1.0/bubblemail-v1.0.tar.bz2
+ sha256sums = 3c317f56c847bf501f15dabe3f7a5a7ec8bd66da57c7a0e945e271b60ead80ec
pkgname = bubblemail
diff --git a/PKGBUILD b/PKGBUILD
index 4472cf84c823..a4a301331ab7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Razer <razer[AT]neuf[DOT]fr>
pkgname=bubblemail
-pkgver=0.7
+pkgver=1.0
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=('c01403c5e1fc29ae9582e10429c1bbf70f26d3c1d97d380cbcba1272e901d9c8')
+sha256sums=('3c317f56c847bf501f15dabe3f7a5a7ec8bd66da57c7a0e945e271b60ead80ec')
build() {
cd "${srcdir}/${pkgfolder}"