summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEinar Lielmanis2016-07-30 13:25:40 +0300
committerEinar Lielmanis2016-07-30 13:25:51 +0300
commit3471d872f76db0c08cc3e18aa535467d31e0fe3b (patch)
treeca0a114634245f7b4dbcd723029610059b6ca17a
parent11e0cbf81802e8b6843c0996c59ecf7553c9c9de (diff)
downloadaur-3471d872f76db0c08cc3e18aa535467d31e0fe3b.tar.gz
Update to 3.5.1 - release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD15
2 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a3ba00c5073..d736d7c83939 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.0rc2
+ pkgver = 3.5.1
pkgrel = 1
url = http://sylpheed.sraoss.jp/en/
arch = i686
@@ -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.0rc2.tar.bz2
- source = http://sylpheed.sraoss.jp/sylpheed/v3.5beta/sylpheed-3.5.0rc2.tar.bz2.asc
+ 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 = Sylpheed3.0_icon-set.tar.gz
- md5sums = c8e5e9b2412f6a1a7733ec95ca13df29
+ md5sums = d88e892b54b160209c8183ebe2574490
md5sums = SKIP
md5sums = f0fa7317216cf4f159f1cd1edfa1af39
diff --git a/PKGBUILD b/PKGBUILD
index 251b9dd9d094..20e593378bdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Einar Lielmanis <einar@spicausis.lv>
pkgname=sylpheed-beta-iconmod
-pkgver=3.5.0rc2
+pkgver=3.5.1
pkgrel=1
pkgdesc="Lightweight e-mail client. Latest official beta with the coonsden.com icon theme."
arch=('i686' 'x86_64')
@@ -12,29 +12,30 @@ makedepends=('compface' 'gtkspell')
options=('libtool')
conflicts=('sylpheed' 'sylpheed-beta')
provides=('sylpheed')
-source=(http://sylpheed.sraoss.jp/sylpheed/v3.5beta/sylpheed-$pkgver.tar.bz2{,.asc}
+source=(http://sylpheed.sraoss.jp/sylpheed/v3.5/sylpheed-$pkgver.tar.bz2{,.asc}
Sylpheed3.0_icon-set.tar.gz)
build() {
- cp -r "$srcdir/Sylpheed3.0_icon-set/src" "$srcdir/sylpheed-3.5.0"
- cd "$srcdir/sylpheed-3.5.0"
+ # 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"
./configure --prefix=/usr --enable-ldap --enable-gpgme
- make || return 1
+ make
}
package() {
#cd "$srcdir/sylpheed-$pkgver"
- cd "$srcdir/sylpheed-3.5.0"
+ cd "$srcdir/sylpheed-3.5.1"
make DESTDIR="$pkgdir" install
}
validpgpkeys=('8CF3A5AC417ADE72B0AA4A835024337CC00C2E26')
-md5sums=('c8e5e9b2412f6a1a7733ec95ca13df29'
+md5sums=('d88e892b54b160209c8183ebe2574490'
'SKIP'
'f0fa7317216cf4f159f1cd1edfa1af39')