summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkevku2023-10-22 11:15:20 +0300
committerkevku2023-10-22 11:15:20 +0300
commit1cc3a093c1408ff29211df04381b24f550d1dce3 (patch)
tree575d99b17e583e34dbb22c40ace7483854449dc2
parenta9cbd8a6967780c5863da1cbcc31276492bb5758 (diff)
downloadaur-1cc3a093c1408ff29211df04381b24f550d1dce3.tar.gz
libxsd +makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf32dafb33d9..9eb1dbc3fe26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = libdigidocpp
license = LGPL
makedepends = cmake
makedepends = git
+ makedepends = libxsd
makedepends = xsd
makedepends = xxd
depends = minizip
diff --git a/PKGBUILD b/PKGBUILD
index c8e4b8ac4978..cd0c9d350e0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64' 'i686')
url="http://www.id.ee/"
license=('LGPL')
depends=('minizip' 'zlib' 'openssl' 'xalan-c' 'xerces-c' 'xml-security-c')
-makedepends=('cmake' 'git' 'xsd' 'xxd')
+makedepends=('cmake' 'git' 'libxsd' 'xsd' 'xxd')
source=("$pkgname-$pkgver::git+https://github.com/open-eid/libdigidocpp.git?signed#tag=$_rls_tag"
"open-eid-cmake::git+https://github.com/open-eid/cmake.git")
sha256sums=("SKIP" "SKIP")