From ffaa3a93c0e8e2ebaf464f264f1314fc460b7e81 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Mon, 23 Nov 2015 11:39:30 +0300 Subject: [PATCH] tinyformat: Fix PKGBUILD --- mingw-w64-tinyformat/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-tinyformat/PKGBUILD b/mingw-w64-tinyformat/PKGBUILD index f71d96c180..26c3351503 100644 --- a/mingw-w64-tinyformat/PKGBUILD +++ b/mingw-w64-tinyformat/PKGBUILD @@ -8,8 +8,8 @@ pkgrel=1 pkgdesc="A minimal type safe printf() replacement (mingw-w64)" arch=('any') license=('boost') -url=('https://github.com/c42f/tinyformat') -source=("http://github.com/c42f/tinyformat/archive/Release-${pkgver}.tar.gz") +url="https://github.com/c42f/tinyformat" +source=(${_realname}-${pkgver}.tar.gz::"http://github.com/c42f/tinyformat/archive/Release-${pkgver}.tar.gz") md5sums=('b1c1e6206e4152ae021813ac40a0e015') package() {