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

Sébastien Luttringer seblu at archlinux.org
Sat Jan 30 20:35:58 UTC 2021


    Date: Saturday, January 30, 2021 @ 20:35:58
  Author: seblu
Revision: 836492

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-30 20:35:53 UTC (rev 836491)
+++ PKGBUILD	2021-01-30 20:35:58 UTC (rev 836492)
@@ -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.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:

Copied: sshpass/repos/community-x86_64/PKGBUILD (from rev 836491, sshpass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-30 20:35:58 UTC (rev 836492)
@@ -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.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:



More information about the arch-commits mailing list