summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc09cd297b87..8377ee8ecc99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,8 +17,11 @@ options=('!strip' 'staticlibs' '!buildflags')
conflicts=('mingw-w64-openssl')
provides=('mingw-w64-openssl')
-source=("${_gitname}::git+https://github.com/${_gitname}/portable/")
-sha256sums=('SKIP')
+source=("${_gitname}::git+https://github.com/${_gitname}/portable/"
+ "01-pthread.patch")
+
+sha256sums=('SKIP'
+ 'SKIP')
pkgver() {
cd "$srcdir/${_gitname}"