summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Kozik2019-05-17 22:18:24 +0200
committerAndrew Kozik2019-05-17 22:18:24 +0200
commit0584a4bf36e649baee1ae039d4092993a99c1419 (patch)
treeee8371bb1f70d9a88547f2ce15ccf1432883b345
parent6fd103e88fd60f89320952cf8c73e0923b51edfe (diff)
downloadaur-0584a4bf36e649baee1ae039d4092993a99c1419.tar.gz
Corrected sources
-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}"