[arch-commits] Commit in sshpass/repos/community-x86_64 (PKGBUILD PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Fri Jan 29 15:53:02 UTC 2021


    Date: Friday, January 29, 2021 @ 15:53:02
  Author: seblu
Revision: 835397

archrelease: copy trunk to community-x86_64

Added:
  sshpass/repos/community-x86_64/PKGBUILD
    (from rev 835396, sshpass/trunk/PKGBUILD)
Deleted:
  sshpass/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-29 15:52:57 UTC (rev 835396)
+++ PKGBUILD	2021-01-29 15:53:02 UTC (rev 835397)
@@ -1,27 +0,0 @@
-# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
-# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: Sebastien Vasey sebastien dot vasey at gmail dot com
-
-pkgname=sshpass
-pkgver=1.06
-pkgrel=3
-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")
-md5sums=('f59695e3b9761fb51be7d795819421f9')
-
-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 835396, sshpass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-29 15:53:02 UTC (rev 835397)
@@ -0,0 +1,27 @@
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Sebastien Vasey sebastien dot vasey at gmail dot com
+
+pkgname=sshpass
+pkgver=1.08
+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=('8bdacb8ca4ecf82c84a5effa2f75a8bf4ed9dd6f9d030f308fe11cffb3830b02')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list