tinyformat: Fix PKGBUILD

This commit is contained in:
Alexey Pavlov
2015-11-23 11:39:30 +03:00
parent 4e306fecf2
commit ffaa3a93c0

View File

@@ -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() {