Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / evolution
Commits:
48546c3e by Jan Alexander Steffens (heftig) at 2024-05-25T00:16:09+02:00
3.52.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = evolution
pkgdesc = Manage your email, contacts and schedule
- pkgver = 3.52.1
+ pkgver = 3.52.2
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/evolution/-/wikis/home
arch = x86_64
@@ -48,8 +48,8 @@ pkgbase = evolution
depends = sqlite
depends = webkit2gtk-4.1
options = !emptydirs
- source = git+https://gitlab.gnome.org/GNOME/evolution.git#tag=3.52.1
- b2sums =
6a3abaad1d08b7031716fa68c2c43d179a6ae268fc07c9a342532df1e51d7a2e92a8b082ee230f04b983a780453b603c5a203da53165a0cc55214f0e1722230d
+ source = git+https://gitlab.gnome.org/GNOME/evolution.git#tag=3.52.2
+ b2sums =
5094abb2d684c559ec50c9d3b1d6f865b5349b8a6360c281fa1a005841e3da72532193cef647f25eba558a1d755d96f409e80470ad070b60252ffed6ae196fc4
pkgname = evolution
groups = gnome-extra
@@ -97,7 +97,7 @@ pkgname = evolution
pkgname = evolution-bogofilter
pkgdesc = Spam filtering for Evolution, using Bogofilter
- depends = evolution=3.52.1
+ depends = evolution=3.52.2
depends = bogofilter
depends = evolution-data-server
depends = glib2
@@ -106,7 +106,7 @@ pkgname = evolution-bogofilter
pkgname = evolution-spamassassin
pkgdesc = Spam filtering for Evolution, using SpamAssassin
- depends = evolution=3.52.1
+ depends = evolution=3.52.2
depends = evolution-data-server
depends = glib2
depends = glibc
=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@ pkgname=(
evolution-bogofilter
evolution-spamassassin
)
-pkgver=3.52.1
+pkgver=3.52.2
pkgrel=1
pkgdesc="Manage your email, contacts and schedule"
url="https://gitlab.gnome.org/GNOME/evolution/-/wikis/home"
@@ -62,7 +62,7 @@ makedepends=(
)
options=(!emptydirs)
source=("git+https://gitlab.gnome.org/GNOME/evolution.git#tag=$pkgver")
-b2sums=('6a3abaad1d08b7031716fa68c2c43d179a6ae268fc07c9a342532df1e51d7a2e92a8b082ee230f04b983a780453b603c5a203da53165a0cc55214f0e1722230d')
+b2sums=('5094abb2d684c559ec50c9d3b1d6f865b5349b8a6360c281fa1a005841e3da72532193cef647f25eba558a1d755d96f409e80470ad070b60252ffed6ae196fc4')
prepare() {
cd $pkgbase
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/evolution/-/commit/48546c3ece5321cd2a6f4911e91bb5f08581935e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/evolution/-/commit/48546c3ece5321cd2a6f4911e91bb5f08581935e
You're receiving this email because of your account on gitlab.archlinux.org.