summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkevku2019-04-09 13:59:21 +0300
committerkevku2019-04-09 13:59:21 +0300
commit7242026436be753fafc03a40ab89d113aa2ed501 (patch)
tree3c5a6f5d5aa0dda172483fb821bc39d45203063f
parent4f43943adcce4a535e5d403b476e68b8d248cf05 (diff)
downloadaur-7242026436be753fafc03a40ab89d113aa2ed501.tar.gz
update 3.13.9.1386
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9343dee6634..08f195005ebf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libdigidocpp
pkgdesc = Library for creating, signing and verification of digitally signed documents, according to XAdES and XML-DSIG standards
- pkgver = 3.13.8.1379
+ pkgver = 3.13.9.1386
pkgrel = 1
url = http://www.id.ee/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = libdigidocpp
makedepends = xsd>=4.0
makedepends = xxd
depends = xml-security-c>=2.0
- source = https://installer.id.ee/media/ubuntu/pool/main/libd/libdigidocpp/libdigidocpp_3.13.8.1379.orig.tar.xz
- sha256sums = 3a36b4fe8a1cce2d664d5cb8969e5f588accf932c52b34bd7127f9e57fa9af2e
+ source = https://installer.id.ee/media/ubuntu/pool/main/libd/libdigidocpp/libdigidocpp_3.13.9.1386.orig.tar.xz
+ sha256sums = acd63a1fd9a9062e3e5d0426772333f9aed7319504b5119b5f3a53927c6e36be
pkgname = libdigidocpp
diff --git a/PKGBUILD b/PKGBUILD
index f833477d1baa..9aa73b1bd8c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: kevku <kevku@gmx.com>
pkgname=libdigidocpp
-pkgver=3.13.8.1379
+pkgver=3.13.9.1386
pkgrel=1
pkgdesc="Library for creating, signing and verification of digitally signed documents, according to XAdES and XML-DSIG standards"
arch=('x86_64' 'i686')
@@ -9,7 +9,7 @@ license=('LGPL')
depends=('xml-security-c>=2.0')
makedepends=('cmake' 'xsd>=4.0' 'xxd')
source=("https://installer.id.ee/media/ubuntu/pool/main/libd/$pkgname/${pkgname}_$pkgver.orig.tar.xz")
-sha256sums=('3a36b4fe8a1cce2d664d5cb8969e5f588accf932c52b34bd7127f9e57fa9af2e')
+sha256sums=('acd63a1fd9a9062e3e5d0426772333f9aed7319504b5119b5f3a53927c6e36be')
prepare() {
[[ -d "$pkgname-build" ]] && rm -r "$pkgname-build"