diff --git a/.SRCINFO b/.SRCINFO index 4a01dbb8..53fad021 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = openssh-selinux pkgdesc = SSH protocol implementation for remote login, command execution and file transfer, with SELinux support pkgver = 9.3p1 - pkgrel = 1 + pkgrel = 2 url = https://www.openssh.com/portable.html arch = x86_64 arch = aarch64 @@ -25,8 +25,8 @@ pkgbase = openssh-selinux optdepends = libfido2: FIDO/U2F support optdepends = x11-ssh-askpass: input passphrase in X optdepends = xorg-xauth: X11 forwarding - provides = openssh=9.3p1-1 - provides = selinux-openssh=9.3p1-1 + provides = openssh=9.3p1-2 + provides = selinux-openssh=9.3p1-2 conflicts = openssh conflicts = selinux-openssh backup = etc/pam.d/sshd diff --git a/PKGBUILD b/PKGBUILD index 0fdc6517..ca5fa1fe 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -12,7 +12,7 @@ pkgname=openssh-selinux pkgver=9.3p1 -pkgrel=1 +pkgrel=2 pkgdesc="SSH protocol implementation for remote login, command execution and file transfer, with SELinux support" arch=('x86_64' 'aarch64') url='https://www.openssh.com/portable.html'