summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2020-09-09 08:01:46 +0200
committerrazer2020-09-09 08:01:46 +0200
commit449af66bc4b75144a4ce8a2bbd6c8082703d67d7 (patch)
tree77ab71c485acf456d690e35d19acec629a95993f
parent5b45df7ba5bf2e5a1504355ad78967ac27f46a5a (diff)
downloadaur-449af66bc4b75144a4ce8a2bbd6c8082703d67d7.tar.gz
Add python-pyxdg dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fa0b62be632..308c684e3315 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bubblemail-git
pkgdesc = New and Unread mail notification service for local mailboxes, pop, imap, and gnome online accounts
- pkgver = 1.3.r1
- pkgrel = 0
+ pkgver = 1.3.0
+ pkgrel = 1
url = https://framagit.org/razer/bubblemail/
arch = any
license = GPL2
@@ -13,6 +13,7 @@ pkgbase = bubblemail-git
depends = python-dbus
depends = python-gobject
depends = python-requests
+ depends = python-pyxdg
depends = libsecret
depends = gnome-keyring
optdepends = gnome-online-accounts
diff --git a/PKGBUILD b/PKGBUILD
index 7316b3de00f0..db2eb187e0a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Razer <razer[AT]neuf[DOT]fr>
pkgname=bubblemail-git
-pkgver=1.3.r1
-pkgrel=0
+pkgver=1.3.0
+pkgrel=1
pkgdesc="New and Unread mail notification service for local mailboxes, pop, imap, and gnome online accounts"
pkgbasename=bubblemail
provides=("${pkgbasename}")
@@ -10,7 +10,7 @@ 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' 'libsecret' 'gnome-keyring')
+depends=('python' 'python-dbus' 'python-gobject' 'python-requests' 'python-pyxdg' 'libsecret' 'gnome-keyring')
optdepends=('gnome-online-accounts' 'gnome-shell-extension-bubblemail-git' 'folks')
source=("git+https://framagit.org/razer/bubblemail.git/")
sha256sums=('SKIP')