From 46f72d7c58addd1188cdb013ea120cddacb9e0b0 Mon Sep 17 00:00:00 2001 From: Manuel Wiesinger Date: Fri, 13 Sep 2024 23:27:09 +0200 Subject: [PATCH] pkgrel bump for ocaml-unisim_archisec 0.0.9 --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3f0079e78fea..8f08bab3de61 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = binsec pkgdesc = Open-source toolset to help improve software security at the binary level pkgver = 0.9.1 - pkgrel = 1 + pkgrel = 2 url = https://binsec.github.io arch = x86_64 license = LGPL-2.1-or-later diff --git a/PKGBUILD b/PKGBUILD index 282b38117e89..383ce402b773 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=binsec pkgver=0.9.1 -pkgrel=1 +pkgrel=2 pkgdesc='Open-source toolset to help improve software security at the binary level' arch=('x86_64') url='https://binsec.github.io'