[arch-commits] Commit in dropbear/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Fri Nov 10 08:50:21 UTC 2017


    Date: Friday, November 10, 2017 @ 08:50:20
  Author: arodseth
Revision: 266105

upgpkg: dropbear 2017.75-5

Modified:
  dropbear/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-10 08:27:30 UTC (rev 266104)
+++ PKGBUILD	2017-11-10 08:50:20 UTC (rev 266105)
@@ -10,15 +10,15 @@
 pkgbase=dropbear
 pkgname=(dropbear scp)
 pkgver=2017.75
-pkgrel=4
+pkgrel=5
 pkgdesc='Lightweight SSH server'
 arch=('x86_64' 'i686')
 url='https://matt.ucc.asn.au/dropbear/dropbear.html'
 license=('MIT')
+options=(!emptydirs)
 validpgpkeys=('F7347EF2EE2E07A267628CA944931494F29C6773')
 source=("https://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2"{,.asc}
         "$pkgname.service")
-options=('emptydirs')
 sha256sums=('6cbc1dcb1c9709d226dff669e5604172a18cf5dbf9a201474d5618ae4465098c'
             'SKIP'
             '8890a35b6cb14745c1b22f80d3a8532de2a853c78a30eac72b954012e286504a')
@@ -46,7 +46,7 @@
 
 package_scp() {
   pkgdesc='Lightweight SCP executable'
-  conflicts=('openssl')
+  conflicts=('openssh')
 
   make -C "$pkgbase-$pkgver" install PROGRAMS="scp" DESTDIR="$pkgdir"
   install -Dm644 "$pkgbase-$pkgver/LICENSE" \



More information about the arch-commits mailing list