[arch-commits] Commit in sylpheed/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Thu Dec 7 12:15:41 UTC 2017
Date: Thursday, December 7, 2017 @ 12:15:37
Author: dvzrv
Revision: 272981
upgpkg: sylpheed 3.6.0-3
Updating maintainer. Switching to https for url and source. Switching to sha512sums.
Removing change of compile flags. Minor fixes.
Modified:
sylpheed/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-07 12:15:34 UTC (rev 272980)
+++ PKGBUILD 2017-12-07 12:15:37 UTC (rev 272981)
@@ -1,25 +1,25 @@
# $Id$
-# Maintainer: speps <speps at aur dot archlinux dot org>
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
# Contributor: Alexander Fehr <pizzapunk gmail com>
# Contributor: dorphell <dorphell at archlinux.org>
pkgname=sylpheed
pkgver=3.6.0
-pkgrel=2
+pkgrel=3
pkgdesc="Lightweight and user-friendly e-mail client"
arch=('x86_64')
-url="http://sylpheed.sraoss.jp/en/"
+url="https://sylpheed.sraoss.jp/en/"
license=('GPL')
depends=('compface' 'gpgme' 'gtkspell')
makedepends=('openssl')
-source=("http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2")
-md5sums=('5b72a9173963be38efe5fb0b3f5cc44b')
+source=("https://sylpheed.sraoss.jp/${pkgname}/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('84c59e327690ed7e637e9ce60e630da6cdad771ccc278e31e490ed643da55c295fb47e999ad421fc59dbbcfed990882022b96cf478bd47253692d2e86279c591')
build() {
- cd $pkgname-$pkgver
+ cd "${pkgname}-${pkgver}"
./configure --prefix=/usr \
--enable-ldap
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
# Build Attachment-Tool Plug-in
@@ -27,7 +27,7 @@
}
package() {
- cd $pkgname-$pkgver
+ cd "${pkgname}-${pkgver}"
make DESTDIR="$pkgdir/" install
# Install Attachment-Tool Plug-in
More information about the arch-commits
mailing list