summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD20
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d6345b7c31a..3bf2d1d09d34 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.5.1
+ pkgver = 3.6.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.5/sylpheed-3.5.1.tar.bz2
- source = http://sylpheed.sraoss.jp/sylpheed/v3.5/sylpheed-3.5.1.tar.bz2.asc
+ source = http://sylpheed.sraoss.jp/sylpheed/v3.6beta/sylpheed-3.6.0beta1.tar.bz2
+ source = http://sylpheed.sraoss.jp/sylpheed/v3.6beta/sylpheed-3.6.0beta1.tar.bz2.asc
source = Sylpheed3.0_icon-set.tar.gz
- md5sums = d88e892b54b160209c8183ebe2574490
+ md5sums = d3ac79af944758a9da07d2c97cba54fe
md5sums = SKIP
md5sums = f0fa7317216cf4f159f1cd1edfa1af39
diff --git a/PKGBUILD b/PKGBUILD
index 57c5bbb5b151..48e3a3a44430 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Einar Lielmanis <einar@spicausis.lv>
pkgname=sylpheed-beta-iconmod
-pkgver=3.5.1
+pkgver=3.6.0beta1
pkgrel=1
pkgdesc="Lightweight e-mail client. Latest official beta with the coonsden.com icon theme."
arch=('i686' 'x86_64')
@@ -11,16 +11,16 @@ depends=('gpgme' 'gtk2' 'compface' 'gtkspell')
options=('libtool')
conflicts=('sylpheed' 'sylpheed-beta')
provides=('sylpheed')
-source=(http://sylpheed.sraoss.jp/sylpheed/v3.5/sylpheed-$pkgver.tar.bz2{,.asc}
+source=(http://sylpheed.sraoss.jp/sylpheed/v3.6beta/sylpheed-$pkgver.tar.bz2{,.asc}
Sylpheed3.0_icon-set.tar.gz)
build() {
- # do not use $pkgver: for betas are usually different
- cp -r "$srcdir/Sylpheed3.0_icon-set/src" "$srcdir/sylpheed-3.5.1"
- cd "$srcdir/sylpheed-3.5.1"
- #cp -r "$srcdir/Sylpheed3.0_icon-set/src" "$srcdir/sylpheed-$pkgver"
- #cd "$srcdir/sylpheed-$pkgver"
+ #cp -r "$srcdir/Sylpheed3.0_icon-set/src" "$srcdir/sylpheed-3.5.1"
+ #cd "$srcdir/sylpheed-3.5.1"
+
+ cp -r "$srcdir/Sylpheed3.0_icon-set/src" "$srcdir/sylpheed-$pkgver"
+ cd "$srcdir/sylpheed-$pkgver"
./configure --prefix=/usr --enable-ldap --enable-gpgme
@@ -28,13 +28,13 @@ build() {
}
package() {
- #cd "$srcdir/sylpheed-$pkgver"
- cd "$srcdir/sylpheed-3.5.1"
+ #cd "$srcdir/sylpheed-3.5.1"
+ cd "$srcdir/sylpheed-$pkgver"
make DESTDIR="$pkgdir" install
}
validpgpkeys=('8CF3A5AC417ADE72B0AA4A835024337CC00C2E26')
-md5sums=('d88e892b54b160209c8183ebe2574490'
+md5sums=('d3ac79af944758a9da07d2c97cba54fe'
'SKIP'
'f0fa7317216cf4f159f1cd1edfa1af39')