Date: Sunday, February 12, 2023 @ 20:03:06
Author: seblu
Revision: 1400142
archrelease: copy trunk to community-x86_64
Added:
sshpass/repos/community-x86_64/PKGBUILD
(from rev 1400141, sshpass/trunk/PKGBUILD)
Deleted:
sshpass/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-12 20:02:59 UTC (rev 1400141)
+++ PKGBUILD 2023-02-12 20:03:06 UTC (rev 1400142)
@@ -1,27 +0,0 @@
-# Maintainer: Sébastien Luttringer <[email protected]>
-# Contributor: Timothy Redaelli <[email protected]>
-# Contributor: Sebastien Vasey sebastien dot vasey at gmail dot com
-
-pkgname=sshpass
-pkgver=1.09
-pkgrel=1
-pkgdesc='Fool ssh into accepting an interactive password non-interactively'
-arch=('x86_64')
-url='https://sourceforge.net/projects/sshpass/'
-license=('GPL')
-depends=('openssh')
-source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('71746e5e057ffe9b00b44ac40453bf47091930cba96bbea8dc48717dedc49fb7')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: sshpass/repos/community-x86_64/PKGBUILD (from rev 1400141,
sshpass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-12 20:03:06 UTC (rev 1400142)
@@ -0,0 +1,27 @@
+# Maintainer: Sébastien Luttringer <[email protected]>
+# Contributor: Timothy Redaelli <[email protected]>
+# Contributor: Sebastien Vasey sebastien dot vasey at gmail dot com
+
+pkgname=sshpass
+pkgver=1.10
+pkgrel=1
+pkgdesc='Fool ssh into accepting an interactive password non-interactively'
+arch=('x86_64')
+url='https://sourceforge.net/projects/sshpass/'
+license=('GPL')
+depends=('openssh')
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+sha256sums=('ad1106c203cbb56185ca3bad8c6ccafca3b4064696194da879f81c8d7bdfeeda')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et: