diff options
Diffstat (limited to 'main/sylpheed')
-rw-r--r-- | main/sylpheed/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/sylpheed/APKBUILD b/main/sylpheed/APKBUILD index 7a542bc385..d233859693 100644 --- a/main/sylpheed/APKBUILD +++ b/main/sylpheed/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=sylpheed -pkgver=3.1.3 -pkgrel=1 +pkgver=3.1.4 +pkgrel=0 pkgdesc="Lightweight and user-friendly e-mail client" url="http://sylpheed.sraoss.jp/en/" arch="all" @@ -36,6 +36,6 @@ package() { make DESTDIR="$pkgdir" install || return 1 find "$pkgdir" -name '*.la' -delete } -md5sums="2ad17c0f822b266d83dfba11c3088659 sylpheed-3.1.3.tar.bz2 +md5sums="4e0e41f05607e5c2542a7dfd166aee77 sylpheed-3.1.4.tar.bz2 8add7f81d58958ba4ed5680e8fcc4c80 glib.patch e9a3795219bc9c6cafc1cc360eeb9854 gmodule.patch" |