summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 5 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b540ee85591b..45ee81bb63cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jul 26 22:16:59 UTC 2016
+# Thu Jul 28 11:10:35 UTC 2016
pkgbase = claws-mail-git
pkgdesc = A GTK+ based e-mail client - git checkout
- pkgver = 3.13.2.r206.g4d766fb
- pkgrel = 2
+ pkgver = 3.13.2.r209.gca90fcd
+ pkgrel = 1
url = http://www.claws-mail.org/
arch = i686
arch = x86_64
@@ -53,11 +53,9 @@ pkgbase = claws-mail-git
replaces = sylpheed-claws
replaces = claws-mail-extra-plugins
source = claws-mail::git://git.claws-mail.org/claws.git
- source = http://ticho.kacian.sk/~ticho/cm-wizard-fix.diff
source = http://www.eworm.de/download/linux/claws-timestamp.patch
source = http://www.eworm.de/download/linux/claws-git-version.patch
sha256sums = SKIP
- sha256sums = d989cc8a1983decbe0a7bd5a382fb653e05c36af7cae06a930fc75d8dad39998
sha256sums = bbf29f10602a74d73f1a30d791ae49c3b1d5abf20c48db0f4c81b0dca7bc0078
sha256sums = d377a7a6278b84152cbb8095461223829c3a21e2ca2f35aa8862c058540b61d5
diff --git a/PKGBUILD b/PKGBUILD
index 2b99173c0f56..7e6bc7dee17f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Christian Hesse <mail@eworm.de>
pkgname=claws-mail-git
-pkgver=3.13.2.r206.g4d766fb
-pkgrel=2
+pkgver=3.13.2.r209.gca90fcd
+pkgrel=1
pkgdesc='A GTK+ based e-mail client - git checkout'
arch=('i686' 'x86_64')
license=('GPL3')
@@ -32,11 +32,9 @@ replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
conflicts=('claws-mail-extra-plugins' 'claws-mail')
provides=('claws' 'claws-mail')
source=('claws-mail::git://git.claws-mail.org/claws.git'
- 'http://ticho.kacian.sk/~ticho/cm-wizard-fix.diff'
'http://www.eworm.de/download/linux/claws-timestamp.patch'
'http://www.eworm.de/download/linux/claws-git-version.patch')
sha256sums=('SKIP'
- 'd989cc8a1983decbe0a7bd5a382fb653e05c36af7cae06a930fc75d8dad39998'
'bbf29f10602a74d73f1a30d791ae49c3b1d5abf20c48db0f4c81b0dca7bc0078'
'd377a7a6278b84152cbb8095461223829c3a21e2ca2f35aa8862c058540b61d5')
@@ -58,10 +56,6 @@ pkgver() {
prepare() {
cd claws-mail/
- # fix wizard with new configuration versioning
- patch -Np1 < "${srcdir}/cm-wizard-fix.diff"
- git update-index --assume-unchanged src/wizard.c
-
# show timestamp in about dialog
patch -Np1 < "${srcdir}/claws-timestamp.patch"
git update-index --assume-unchanged src/gtk/about.c