summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicola Murino2020-10-07 16:28:12 +0200
committerNicola Murino2020-10-07 16:28:12 +0200
commite39bf66623993af2897b49ee115228e5977b06bf (patch)
treeabde7ed1f2c9d951a35b7e992ba32510adaa3e29 /PKGBUILD
parent0d1676808e6d67c17d607557b6e19ca773d800c1 (diff)
downloadaur-e39bf66623993af2897b49ee115228e5977b06bf.tar.gz
fix make deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab28da52e61f..a0019357021b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@ pkgname=mingw-w64-brotli
_pkgname=brotli
_gitcommit=e61745a6b7add50d380cfd7d3883dd6c62fc2c71
pkgver=1.0.9
-pkgrel=1
+pkgrel=2
pkgdesc='Brotli compression library (mingw-w64)'
arch=('any')
license=('MIT')
url='https://github.com/google/brotli'
depends=('mingw-w64-gcc')
-makedepends=('mingw-w64-cmake')
+makedepends=('mingw-w64-cmake' 'git')
options=('!buildflags' '!strip' 'staticlibs')
source=(${_pkgname}::"git+${url}#commit=${_gitcommit}")
sha512sums=('SKIP')