summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2021-07-19 13:58:06 +0800
committerpingplug2021-07-19 13:58:06 +0800
commitb5d1a41c59251da1525e8a408c9ec80fb1344f81 (patch)
treea4f90dce19fa05d7af9779145d495286504d415f
parent285180fb04eb5a36bf02aaba11bd0b245c1dd35e (diff)
downloadaur-b5d1a41c59251da1525e8a408c9ec80fb1344f81.tar.gz
oops
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08cf3dc56188..5255b4e72183 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = mingw-w64-p11-kit
pkgdesc = Provides a way to load and enumerate PKCS#11 modules (mingw-w64)
pkgver = 0.24.0
- pkgrel = 1
+ pkgrel = 2
url = https://p11-glue.freedesktop.org
arch = any
license = BSD
makedepends = mingw-w64-meson
makedepends = git
depends = mingw-w64-crt
+ depends = mingw-w64-gettext
depends = mingw-w64-libtasn1
depends = mingw-w64-libffi
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index e60066afde0f..40d9c0f2c1e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,13 @@ _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-p11-kit
pkgver=0.24.0
-pkgrel=1
+pkgrel=2
pkgdesc="Provides a way to load and enumerate PKCS#11 modules (mingw-w64)"
arch=('any')
url="https://p11-glue.freedesktop.org"
license=('BSD')
depends=('mingw-w64-crt'
+ 'mingw-w64-gettext'
'mingw-w64-libtasn1'
'mingw-w64-libffi')
makedepends=('mingw-w64-meson'