summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-10 23:24:22 +0800
committerChocobo12023-04-10 23:24:22 +0800
commit128d18465619ea274f63765a755a511e1b7ee04d (patch)
tree0b6a94b48d1e035c651eff1cce9b3297702545c5
parent09709f68dcb7c31dc6b795d74ac896972975c41e (diff)
downloadaur-128d18465619ea274f63765a755a511e1b7ee04d.tar.gz
upgpkg: winchecksec 3.1.0-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 534057d6c259..ce98cbdc8450 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = winchecksec
pkgdesc = Checksec, but for Windows: static detection of security mitigations in executables
pkgver = 3.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://trailofbits.github.io/winchecksec/
arch = i686
arch = x86_64
- license = apache
+ license = Apache
makedepends = cmake
makedepends = uthenticode
depends = gcc-libs
diff --git a/PKGBUILD b/PKGBUILD
index 4f5da99a5845..de081585d1ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=winchecksec
pkgver=3.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Checksec, but for Windows: static detection of security mitigations in executables"
arch=('i686' 'x86_64')
url="https://trailofbits.github.io/winchecksec/"
-license=('apache')
+license=('Apache')
depends=('gcc-libs' 'openssl' 'pe-parse')
makedepends=('cmake' 'uthenticode')
source=("$pkgname-$pkgver-src.tar.gz::https://github.com/trailofbits/winchecksec/archive/refs/tags/v3.1.0.tar.gz")