tinyformat: Fix PKGBUILD
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user