Date: Monday, October 10, 2022 @ 17:01:26
Author: dvzrv
Revision: 457529
Remove commented source array and prepare() function.
Modified:
openssh/trunk/PKGBUILD
----------+
PKGBUILD | 9 ---------
1 file changed, 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-10 16:59:44 UTC (rev 457528)
+++ PKGBUILD 2022-10-10 17:01:26 UTC (rev 457529)
@@ -18,7 +18,6 @@
'xorg-xauth: X11 forwarding')
backup=('etc/pam.d/sshd' 'etc/ssh/ssh_config' 'etc/ssh/sshd_config')
options=('debug')
-#source=("git://anongit.mindrot.org/openssh.git?signed#tag=V_8_2_P1"
install=install
source=("https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
'sshdgenkeys.service'
@@ -39,14 +38,6 @@
'557d015bca7008ce824111f235da67b7e0051a693aaab666e97b78e753ed7928b72274af03d7fde12033986b733d5f996faf2a4feb6ecf53f39accae31334930')
validpgpkeys=('7168B983815A5EEF59A4ADFD2A3F414E736060BA') # Damien Miller
<[email protected]>
-# prepare() {
-# cd "${pkgname}-${pkgver}"
-
-# patch goes here
-
-# autoreconf
-# }
-
build() {
cd "${pkgname}-${pkgver}"