summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2020-06-07 08:31:48 +0200
committerrazer2020-06-07 08:31:48 +0200
commitd250783d35b32438ebca6e8cece66210e9e7b8f5 (patch)
treedde2970f66b8b23702c04237976f57719b24b6dd
parent768ede423bdf6be60f2a7ea1035583254af8bbbf (diff)
downloadaur-d250783d35b32438ebca6e8cece66210e9e7b8f5.tar.gz
Fix optdepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98b4a796546e..3ab8f18da240 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bubblemail
pkgdesc = New and Unread mail notification service for local mailboxes, pop, imap, and gnome online accounts
pkgver = 1.0
- pkgrel = 0
+ pkgrel = 1
url = https://framagit.org/razer/bubblemail/
arch = any
license = GPL2
@@ -17,7 +17,7 @@ pkgbase = bubblemail
depends = gnome-keyring
optdepends = gnome-online-accounts
optdepends = gnome-shell
- optdepends = bubblemail-gnome-shell
+ optdepends = gnome-shell-extension-bubblemail
optdepends = folks
source = https://framagit.org/razer/bubblemail/-/archive/v1.0/bubblemail-v1.0.tar.bz2
sha256sums = cae5e1c1e6e9db2cf80f33462f08117042d32e6f163df0c93d2fca429750623c
diff --git a/PKGBUILD b/PKGBUILD
index 2dffcf79a3d6..2ee33a094068 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Razer <razer[AT]neuf[DOT]fr>
pkgname=bubblemail
pkgver=1.0
-pkgrel=0
+pkgrel=1
pkgdesc="New and Unread mail notification service for local mailboxes, pop, imap, and gnome online accounts"
pkgfolder="${pkgname}-v${pkgver}"
arch=(any)
@@ -9,7 +9,7 @@ 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')
-optdepends=('gnome-online-accounts' 'gnome-shell' 'bubblemail-gnome-shell' 'folks')
+optdepends=('gnome-online-accounts' 'gnome-shell' 'gnome-shell-extension-bubblemail' 'folks')
source=("https://framagit.org/razer/${pkgname}/-/archive/v${pkgver}/${pkgfolder}.tar.bz2")
sha256sums=('cae5e1c1e6e9db2cf80f33462f08117042d32e6f163df0c93d2fca429750623c')