summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Meyer2023-02-13 09:10:49 +0100
committerIngo Meyer2023-02-13 09:10:49 +0100
commit1953e2a22c7f59127ae4b289a294bfe8e70d05e6 (patch)
tree532c5a1e89197ad4f3760f21e8bf9ef27458fd58
parentf90539dbc05afa1d42139084626ab2befc11adc9 (diff)
parentbc4e1abf9fbcdfb28bdcbcfc4bc3dcdc1acbea04 (diff)
downloadaur-1953e2a22c7f59127ae4b289a294bfe8e70d05e6.tar.gz
Merge remote-tracking branch 'upstream/master'
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27e4c19e1d55..7a1674c11127 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ayatana-webmail-no-indicator-messages
pkgdesc = Webmail notifications and actions for any desktop without ayatana-indicator-messages dependency
- pkgver = 22.6.28
+ pkgver = 22.12.15
pkgrel = 1
url = https://tari.in/www/software/ayatana-webmail/
install = ayatana-webmail.install
@@ -21,13 +21,13 @@ pkgbase = ayatana-webmail-no-indicator-messages
depends = python-secretstorage
depends = python-urllib3
optdepends = ayatana-indicator-messages: Support for indicator messages
- provides = ayatana-webmail=22.6.28
+ provides = ayatana-webmail=22.12.15
conflicts = ayatana-webmail
conflicts = unity-mail
replaces = unity-mail
- source = ayatana-webmail-22.6.28.tar.gz::https://github.com/AyatanaIndicators/ayatana-webmail/archive/22.6.28.tar.gz
+ source = ayatana-webmail-22.12.15.tar.gz::https://github.com/AyatanaIndicators/ayatana-webmail/archive/22.12.15.tar.gz
source = status_icon.patch
- md5sums = ae7bceaa5278ec287c27d0e2f18a895c
+ md5sums = 2703acd3381d466e042eee64d109ad51
md5sums = eb8721b75b144ab35a8e18bb352799ab
pkgname = ayatana-webmail-no-indicator-messages
diff --git a/PKGBUILD b/PKGBUILD
index f6f8c1b98f17..f5c8cff8685e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Ingo Meyer <IJ_M@gmx.de>
pkgname="ayatana-webmail-no-indicator-messages"
-pkgver="22.6.28"
+pkgver="22.12.15"
pkgrel="1"
pkgdesc="Webmail notifications and actions for any desktop without ayatana-indicator-messages dependency"
arch=("any")
@@ -15,7 +15,7 @@ optdepends=("ayatana-indicator-messages: Support for indicator messages")
install="ayatana-webmail.install"
source=("ayatana-webmail-${pkgver}.tar.gz::https://github.com/AyatanaIndicators/ayatana-webmail/archive/${pkgver}.tar.gz"
"status_icon.patch")
-md5sums=("ae7bceaa5278ec287c27d0e2f18a895c"
+md5sums=("2703acd3381d466e042eee64d109ad51"
"eb8721b75b144ab35a8e18bb352799ab")
provides=("ayatana-webmail=${pkgver}")
replaces=("unity-mail")