aboutsummaryrefslogtreecommitdiffstats
path: root/community/claws-mail
diff options
context:
space:
mode:
Diffstat (limited to 'community/claws-mail')
-rw-r--r--community/claws-mail/APKBUILD15
1 files changed, 6 insertions, 9 deletions
diff --git a/community/claws-mail/APKBUILD b/community/claws-mail/APKBUILD
index 9c40d0a76c3..7cb771fc2e9 100644
--- a/community/claws-mail/APKBUILD
+++ b/community/claws-mail/APKBUILD
@@ -1,12 +1,12 @@
# Contributor: Ɓukasz Jendrysik
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=claws-mail
-pkgver=3.17.3
-pkgrel=7
+pkgver=3.17.4
+pkgrel=0
pkgdesc="A GTK+ based e-mail client."
url="https://www.claws-mail.org"
arch="all"
-license="GPL-3.0"
+license="GPL-3.0-or-later"
subpackages="$pkgname-dbg $pkgname-dev $pkgname-doc $pkgname-lang
$pkgname-plugins-acpi-notifier:_acpi
$pkgname-plugins-address-keeper:_address_keeper
@@ -39,9 +39,7 @@ makedepends="gtk+-dev startup-notification-dev enchant-dev
depends="aspell-en"
source="https://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.gz"
-builddir="$srcdir"/$pkgname-$pkgver
build() {
- cd "$builddir"
DATADIRNAME=share ./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -69,7 +67,6 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
find tools -maxdepth 1 -type f -and -perm 111 -or -name '*.conf' | while read i; do
install -D -m755 ${i} "$pkgdir"/usr/lib/claws-mail/tools/${i}
@@ -109,7 +106,7 @@ _attatchwarner() {
}
_bogofilter() {
- _plugin "Bogofilter plugin for Claws Mail" "bogofilter" bogofilter
+ _plugin "Bogofilter plugin for Claws Mail" "bogofilter" bogofilter
}
_clamd() {
@@ -169,8 +166,8 @@ _tnef() {
_plugin "TNEF message parsing for Claws Mail" "" tnef_parse
}
-_vcalendar () {
+_vcalendar() {
_plugin "Handling of vCalendar messages in Claws Mail" "" vcalendar
}
-sha512sums="05055ed5419ea6be9fc5276351deea43d6d1ad6db7be1bbac011f0aa8f5203d28d2bc0a1cba9e8e7203d35a173bd2786040bceff239a8a186d079362f0ed2ca5 claws-mail-3.17.3.tar.gz"
+sha512sums="ff7f1339888130443532945b49f40373ece6edc45554625fa89ceb1a52031d6d56174455167b35d301082e91019dc0aef0ae0f02b30924a0695cf155617f4e94 claws-mail-3.17.4.tar.gz"