summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67e6a1ae87b8..8957f0a25ab1 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.7p1
- pkgrel = 1
+ pkgrel = 2
url = https://www.openssh.com/portable.html
arch = x86_64
arch = aarch64
@@ -25,8 +25,8 @@ pkgbase = openssh-selinux
optdepends = sh: for ssh-copy-id and findssl.sh
optdepends = x11-ssh-askpass: input passphrase in X
optdepends = xorg-xauth: X11 forwarding
- provides = openssh=9.7p1-1
- provides = selinux-openssh=9.7p1-1
+ provides = openssh=9.7p1-2
+ provides = selinux-openssh=9.7p1-2
conflicts = openssh
conflicts = selinux-openssh
backup = etc/pam.d/sshd
diff --git a/PKGBUILD b/PKGBUILD
index cc26bcc113a5..02c67bb5c91c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
pkgname=openssh-selinux
pkgver=9.7p1
-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'