Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / autossh
Commits: 05339888 by Antonio Rojas at 2024-09-07T10:56:14+02:00 upgpkg: 1.4g-3: Rebuild for missing .SRCINFO - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = autossh + pkgdesc = Automatically restart SSH sessions and tunnels + pkgver = 1.4g + pkgrel = 3 + url = https://www.harding.motd.ca/autossh/ + arch = x86_64 + license = custom + depends = libnsl + depends = openssh + source = https://www.harding.motd.ca/autossh/autossh-1.4g.tgz + source = LICENSE + sha512sums = 499b560d978736f4e764d5d828282fdaba1cbf94811ae6be0be5434d9c1cdc6ca5513d728b6372aa243843cb1b91e61cfc5fdeb77ddb0b6a7ce027218ba67466 + sha512sums = cdbdf804eb6e6480cc2be8a9b170f77f6c58e4ae2a741871cd29308ff10a1d391759bed2576b5f072aa878f9c4ae5ef7e6f9c8f38560b3ebbe4591a7220582f7 + +pkgname = autossh ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=autossh pkgver=1.4g -pkgrel=2 +pkgrel=3 pkgdesc="Automatically restart SSH sessions and tunnels" arch=('x86_64') url="https://www.harding.motd.ca/autossh/" @@ -14,8 +14,15 @@ source=("https://www.harding.motd.ca/autossh/$pkgname-$pkgver.tgz" sha512sums=('499b560d978736f4e764d5d828282fdaba1cbf94811ae6be0be5434d9c1cdc6ca5513d728b6372aa243843cb1b91e61cfc5fdeb77ddb0b6a7ce027218ba67466' 'cdbdf804eb6e6480cc2be8a9b170f77f6c58e4ae2a741871cd29308ff10a1d391759bed2576b5f072aa878f9c4ae5ef7e6f9c8f38560b3ebbe4591a7220582f7') +prepare() { + cd $pkgname-$pkgver +# Fix misdetection of setproctitle + autoreconf -vif +} + build() { cd "$srcdir"/$pkgname-$pkgver + export CFLAGS+=" -Wno-implicit-function-declaration" ./configure --prefix="$pkgdir"/usr --sysconfdir=/etc --localstatedir=/var make } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/autossh/-/commit/05339888739e91ac51b2df1ad0d1d985ab69479c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/autossh/-/commit/05339888739e91ac51b2df1ad0d1d985ab69479c You're receiving this email because of your account on gitlab.archlinux.org.
