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

Bruno Pagani archange at archlinux.org
Wed Aug 7 13:53:25 UTC 2019


    Date: Wednesday, August 7, 2019 @ 13:53:24
  Author: archange
Revision: 498146

HTTPS in url + cleaning

Modified:
  nsjail/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-07 12:58:10 UTC (rev 498145)
+++ PKGBUILD	2019-08-07 13:53:24 UTC (rev 498146)
@@ -3,13 +3,13 @@
 pkgname=nsjail
 pkgver=2.8
 pkgrel=2
-pkgdesc="A light-weight process isolation tool"
-arch=('x86_64')
-url="http://nsjail.com"
-license=('Apache')
-depends=('protobuf' 'libnl')
-makedepends=('git')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/google/nsjail/archive/${pkgver}.tar.gz"
+pkgdesc="Light-weight process isolation tool"
+arch=(x86_64)
+url="https://nsjail.com"
+license=(Apache)
+depends=(protobuf libnl)
+makedepends=(git)
+source=("https://github.com/google/nsjail/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz"
         'git+https://github.com/google/kafel.git#commit=722b93a630e53ca472a4c69f61cb3dfc44ea5041')
 sha256sums=('1eb5cad7e698d467a0224614aaca04e169bde6c2cf57f2e6a01a8ad5f787bb56'
             'SKIP')



More information about the arch-commits mailing list