summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEinar Lielmanis2018-01-19 05:48:04 +0200
committerEinar Lielmanis2018-01-19 05:48:04 +0200
commitbf7e748506b5ef6594bc57bf6b726fd8c2d5e7a6 (patch)
tree9d87bb9bbdf3452fab36868d7dc35d18fa47410c
parent18c679f1a9ddddc52ca87459384b8f4b6305e0c5 (diff)
downloadaur-bf7e748506b5ef6594bc57bf6b726fd8c2d5e7a6.tar.gz
Sylpheed 3.7 beta 1
In this release, the feature to export the address book to CSV format, and context menu of the query search result were added. The bugfixes of printings and other fixes were also made. * The function to export the address book to CSV files was added. * 'Nick Name' column was added to the address book. * Context menu was added to the search result of the query search dialog. * When attaching UTF-16 text files, they are automatically converted into UTF-8 now. * Show original From on the summary view if the display-name seems to be an e-mail address. * The bug that wrong reply target could be selected when the summary was sorted by the unread flag (#286). * Win32: the bug that Japanese characters were overlapped on printings with some font settings was fixed. * Win32: the bug that empty lines were not properly spaced on printings with some font settings was fixed. * Win32: OpenSSL was updated to 1.0.2n.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76123ebead2f..a716a248bd20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sylpheed-beta-iconmod
pkgdesc = Lightweight e-mail client. Latest official beta with the coonsden.com icon theme.
- pkgver = 3.6.0
+ pkgver = 3.7.0beta1
pkgrel = 1
url = http://sylpheed.sraoss.jp/en/
arch = i686
@@ -14,10 +14,10 @@ pkgbase = sylpheed-beta-iconmod
conflicts = sylpheed
conflicts = sylpheed-beta
options = libtool
- source = http://sylpheed.sraoss.jp/sylpheed/v3.6/sylpheed-3.6.0.tar.bz2
- source = http://sylpheed.sraoss.jp/sylpheed/v3.6/sylpheed-3.6.0.tar.bz2.asc
+ source = http://sylpheed.sraoss.jp/sylpheed/v3.7beta/sylpheed-3.7.0beta1.tar.bz2
+ source = http://sylpheed.sraoss.jp/sylpheed/v3.7beta/sylpheed-3.7.0beta1.tar.bz2.asc
source = Sylpheed3.0_icon-set.tar.gz
- md5sums = 5b72a9173963be38efe5fb0b3f5cc44b
+ md5sums = 21826a6096cc6feb732bdaeb87435435
md5sums = SKIP
md5sums = f0fa7317216cf4f159f1cd1edfa1af39
diff --git a/PKGBUILD b/PKGBUILD
index f2fb39dc666c..63a7a0ff43e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Einar Lielmanis <einar@spicausis.lv>
pkgname=sylpheed-beta-iconmod
-pkgver=3.6.0
+pkgver=3.7.0beta1
pkgrel=1
pkgdesc="Lightweight e-mail client. Latest official beta with the coonsden.com icon theme."
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('gpgme' 'gtk2' 'compface' 'gtkspell')
options=('libtool')
conflicts=('sylpheed' 'sylpheed-beta')
provides=('sylpheed')
-source=(http://sylpheed.sraoss.jp/sylpheed/v3.6/sylpheed-$pkgver.tar.bz2{,.asc}
+source=(http://sylpheed.sraoss.jp/sylpheed/v3.7beta/sylpheed-$pkgver.tar.bz2{,.asc}
Sylpheed3.0_icon-set.tar.gz)
build() {
@@ -35,6 +35,6 @@ package() {
validpgpkeys=('8CF3A5AC417ADE72B0AA4A835024337CC00C2E26')
-md5sums=('5b72a9173963be38efe5fb0b3f5cc44b'
+md5sums=('21826a6096cc6feb732bdaeb87435435'
'SKIP'
'f0fa7317216cf4f159f1cd1edfa1af39')