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

Jelle van der Waa jelle at archlinux.org
Sat Jun 2 17:59:13 UTC 2018


    Date: Saturday, June 2, 2018 @ 17:59:12
  Author: jelle
Revision: 337995

archrelease: copy trunk to community-x86_64

Added:
  chrootuid/repos/community-x86_64/PKGBUILD
    (from rev 337994, chrootuid/trunk/PKGBUILD)
Deleted:
  chrootuid/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-02 17:58:55 UTC (rev 337994)
+++ PKGBUILD	2018-06-02 17:59:12 UTC (rev 337995)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Frop Doe <mrmr at rizla.org>
-# Contributor: Guillermo A. Amaral <me at guillermoamaral.com> (thewonka)
-# Mainteiner: Guillermo A. Amaral <me at guillermoamaral.com> (thewonka)
-
-pkgname=chrootuid
-pkgver=1.3
-pkgrel=6
-arch=(i686 x86_64)
-pkgdesc="Runs a command in a restricted environment."
-url="ftp://ftp.porcupine.org/pub/security/index.html"
-license=("BSD")
-depends=(glibc)
-source=(ftp://ftp.porcupine.org/pub/security/$pkgname$pkgver.tar.gz
-	ftp://ftp.porcupine.org/pub/security/chrootuid_license)
-md5sums=('15510abadf5de189e1c22a1544dc926a'
-         '11383ad1d66445640f1dec3478a2b53f')
-
-build() {
-  cd $srcdir/$pkgname$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname$pkgver
-  install -D -m755 $srcdir/$pkgname$pkgver/chrootuid $pkgdir/usr/bin/chrootuid
-  install -D -m644 $srcdir/$pkgname$pkgver/chrootuid.1 $pkgdir/usr/share/man/man1/chrootuid.1
-  install -D -m644 $srcdir/chrootuid_license $pkgdir/usr/share/licenses/$pkgname/license
-}

Copied: chrootuid/repos/community-x86_64/PKGBUILD (from rev 337994, chrootuid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-02 17:59:12 UTC (rev 337995)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Frop Doe <mrmr at rizla.org>
+# Contributor: Guillermo A. Amaral <me at guillermoamaral.com> (thewonka)
+# Mainteiner: Guillermo A. Amaral <me at guillermoamaral.com> (thewonka)
+
+pkgname=chrootuid
+pkgver=1.3
+pkgrel=7
+arch=(x86_64)
+pkgdesc="Runs a command in a restricted environment."
+url="ftp://ftp.porcupine.org/pub/security/index.html"
+license=("BSD")
+depends=(glibc)
+source=(ftp://ftp.porcupine.org/pub/security/$pkgname$pkgver.tar.gz
+	ftp://ftp.porcupine.org/pub/security/chrootuid_license)
+md5sums=('15510abadf5de189e1c22a1544dc926a'
+         '11383ad1d66445640f1dec3478a2b53f')
+
+build() {
+  cd "$srcdir"/$pkgname$pkgver
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname$pkgver
+  install -D -m755 "$srcdir"/$pkgname$pkgver/chrootuid "$pkgdir"/usr/bin/chrootuid
+  install -D -m644 "$srcdir"/$pkgname$pkgver/chrootuid.1 "$pkgdir"/usr/share/man/man1/chrootuid.1
+  install -D -m644 "$srcdir"/chrootuid_license "$pkgdir"/usr/share/licenses/$pkgname/license
+}



More information about the arch-commits mailing list