summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEinar Lielmanis2015-12-29 15:42:44 +0200
committerEinar Lielmanis2015-12-29 15:42:44 +0200
commit11e0cbf81802e8b6843c0996c59ecf7553c9c9de (patch)
tree1d52966f4d166b3030bc7d3e36ecb62e534d22b3
parentdd77bb0fcb0f3b16e3c7d3aeacaa428863969c64 (diff)
downloadaur-11e0cbf81802e8b6843c0996c59ecf7553c9c9de.tar.gz
Sylpheed 3.5rc2
Sylpheed 3.5rc2 has been released. This is the second release candidate of Sylpheed 3.5. If there is no major problem, this will be released as official 3.5 without modification. * TLSv1.1 and TLSv1.2 will be enabled for STARTTLS when OpenSSL 1.0.1 or above is used. * The regression which was introduced at 3.5rc when using Oniguruma was fixed. * Win32: libpng was updated to 1.4.18. * Win32: OpenSSL was updated to 0.9.8zh.
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore8
-rw-r--r--PKGBUILD6
3 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4df7bbd50dce..7a3ba00c5073 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sylpheed-beta-iconmod
pkgdesc = Lightweight e-mail client. Latest official beta with the coonsden.com icon theme.
- pkgver = 3.5.0rc
- pkgrel = 2
+ pkgver = 3.5.0rc2
+ pkgrel = 1
url = http://sylpheed.sraoss.jp/en/
arch = i686
arch = x86_64
@@ -16,10 +16,10 @@ pkgbase = sylpheed-beta-iconmod
conflicts = sylpheed
conflicts = sylpheed-beta
options = libtool
- source = http://sylpheed.sraoss.jp/sylpheed/v3.5beta/sylpheed-3.5.0rc.tar.bz2
- source = http://sylpheed.sraoss.jp/sylpheed/v3.5beta/sylpheed-3.5.0rc.tar.bz2.asc
+ source = http://sylpheed.sraoss.jp/sylpheed/v3.5beta/sylpheed-3.5.0rc2.tar.bz2
+ source = http://sylpheed.sraoss.jp/sylpheed/v3.5beta/sylpheed-3.5.0rc2.tar.bz2.asc
source = Sylpheed3.0_icon-set.tar.gz
- md5sums = 77a04e4b6b26608e1a8ccd2346e2d4dd
+ md5sums = c8e5e9b2412f6a1a7733ec95ca13df29
md5sums = SKIP
md5sums = f0fa7317216cf4f159f1cd1edfa1af39
diff --git a/.gitignore b/.gitignore
index 326df5fcb6a7..d514df3b9c00 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-sylpheed-3*.tar.bz2
-sylpheed-3*.tar.bz2.asc
-sylpheed-beta-iconmod-3*pkg*
-sylpheed-beta-iconmod-3*.tar.gz
+*.asc
+*.gz
+*.tar
+*.bz2
diff --git a/PKGBUILD b/PKGBUILD
index 540bb363df9d..251b9dd9d094 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Einar Lielmanis <einar@spicausis.lv>
pkgname=sylpheed-beta-iconmod
-pkgver=3.5.0rc
-pkgrel=2
+pkgver=3.5.0rc2
+pkgrel=1
pkgdesc="Lightweight e-mail client. Latest official beta with the coonsden.com icon theme."
arch=('i686' 'x86_64')
url="http://sylpheed.sraoss.jp/en/"
@@ -35,6 +35,6 @@ package() {
validpgpkeys=('8CF3A5AC417ADE72B0AA4A835024337CC00C2E26')
-md5sums=('77a04e4b6b26608e1a8ccd2346e2d4dd'
+md5sums=('c8e5e9b2412f6a1a7733ec95ca13df29'
'SKIP'
'f0fa7317216cf4f159f1cd1edfa1af39')