summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEinar Lielmanis2016-07-30 13:25:40 +0300
committerEinar Lielmanis2016-07-30 13:25:51 +0300
commit3471d872f76db0c08cc3e18aa535467d31e0fe3b (patch)
treeca0a114634245f7b4dbcd723029610059b6ca17a /PKGBUILD
parent11e0cbf81802e8b6843c0996c59ecf7553c9c9de (diff)
downloadaur-3471d872f76db0c08cc3e18aa535467d31e0fe3b.tar.gz
Update to 3.5.1 - release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 8 insertions, 7 deletions
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')