Date: Saturday, February 25, 2017 @ 15:37:05 Author: lfleischer Revision: 213782
upgpkg: libesmtp 1.0.6-5 * Fix upstream sources. * OpenSSL 1.1.0 rebuild. Modified: libesmtp/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-25 15:33:19 UTC (rev 213781) +++ PKGBUILD 2017-02-25 15:37:05 UTC (rev 213782) @@ -1,4 +1,3 @@ -# $Id$ # Maintainer: Lukas Fleischer <[email protected]> # Contributor: Roman Kyrylych <[email protected]> # Contributor: Tom Newsom <[email protected]> @@ -5,13 +4,13 @@ pkgname=libesmtp pkgver=1.0.6 -pkgrel=4 +pkgrel=5 pkgdesc='A library to manage posting mail to a preconfigured MTA.' arch=('i686' 'x86_64') url='http://www.stafford.uklinux.net/libesmtp/' license=('LGPL') depends=('openssl') -source=("http://www.stafford.uklinux.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") +source=("http://pkgs.fedoraproject.org/repo/pkgs/$pkgname/$pkgname-$pkgver.tar.bz2/bf3915e627fd8f35524a8fdfeed979c8/$pkgname-$pkgver.tar.bz2") md5sums=('bf3915e627fd8f35524a8fdfeed979c8') build() {
