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

Levente Polyak anthraxx at archlinux.org
Wed Feb 21 17:12:41 UTC 2018


    Date: Wednesday, February 21, 2018 @ 17:12:40
  Author: anthraxx
Revision: 296711

upgpkg: sslsplit 0.5.2-1

Modified:
  sslsplit/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-21 17:07:52 UTC (rev 296710)
+++ PKGBUILD	2018-02-21 17:12:40 UTC (rev 296711)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=sslsplit
-pkgver=0.5.1
+pkgver=0.5.2
 pkgrel=1
 pkgdesc='Tool for man-in-the-middle attacks against SSL/TLS encrypted network connections'
 url='https://www.roe.ch/SSLsplit'
@@ -10,7 +10,7 @@
 depends=('libevent' 'openssl')
 checkdepends=('check')
 source=(https://mirror.roe.ch/rel/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.asc})
-sha512sums=('89f399e9efa86610ede5d4f1ebaedfe90c2da36fa7d613c92f5b1a83bc385a83fd2775f350e6f320cd637c4546a7cbb97b7a554214ccb639df047370227d8d92'
+sha512sums=('6c8a679c8016255e11adabb4f2a2e94cc23386ce33bc128e5bab2e5187f042e8daf8c720eef0f4fd3e7e94250deaf33b3c9253ffe05f1e4bdbd9a31f77785cc2'
             'SKIP')
 validpgpkeys=('BFF9C7D7EA0EAC7F1AA55B3EFABE3324B5D3397E') # Daniel Roethlisberger <daniel at roe.ch>
 
@@ -26,8 +26,8 @@
 
 package() {
   cd ${pkgname}-${pkgver}
-  make PREFIX="${pkgdir}/usr" install
-  install -Dm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+  install -Dm 644 LICENSE* -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -Dm 644 README.md NEWS.md -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 



More information about the arch-commits mailing list