mirror of
https://github.com/archlinux/aur.git
synced 2026-02-17 17:52:50 +01:00
oops
This commit is contained in:
parent
3910a45ed3
commit
76cb225279
2 changed files with 2 additions and 0 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -6,6 +6,7 @@ pkgbase = mingw-w64-openssl
|
|||
arch = any
|
||||
license = BSD
|
||||
makedepends = mingw-w64-gcc
|
||||
makedepends = mingw-w64-environment
|
||||
makedepends = perl
|
||||
depends = mingw-w64-zlib
|
||||
options = !strip
|
||||
|
|
|
|||
1
PKGBUILD
1
PKGBUILD
|
|
@ -15,6 +15,7 @@ url="https://www.openssl.org"
|
|||
license=('BSD')
|
||||
depends=('mingw-w64-zlib')
|
||||
makedepends=('mingw-w64-gcc'
|
||||
'mingw-w64-environment'
|
||||
'perl')
|
||||
options=('!strip' 'staticlibs' '!buildflags')
|
||||
source=("https://www.openssl.org/source/openssl-${_pkgver}.tar.gz"{,.asc})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue