Date: Monday, November 14, 2022 @ 23:21:48
Author: kpcyrd
Revision: 1348323
archrelease: copy trunk to community-x86_64
Added:
chrootuid/repos/community-x86_64/PKGBUILD
(from rev 1348322, chrootuid/trunk/PKGBUILD)
Deleted:
chrootuid/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 +++++++++++++++++++++++++++++++-----------------------------
1 file changed, 31 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-14 23:21:33 UTC (rev 1348322)
+++ PKGBUILD 2022-11-14 23:21:48 UTC (rev 1348323)
@@ -1,29 +0,0 @@
-# Maintainer: Sergej Pupykin <[email protected]>
-# Contributor: Frop Doe <[email protected]>
-# Contributor: Guillermo A. Amaral <[email protected]> (thewonka)
-# Mainteiner: Guillermo A. Amaral <[email protected]> (thewonka)
-
-pkgname=chrootuid
-pkgver=1.3
-pkgrel=9
-arch=(x86_64)
-pkgdesc="Runs a command in a restricted environment."
-url="http://ftp.porcupine.org/pub/security/index.html"
-license=("BSD")
-depends=(glibc)
-source=(http://ftp.porcupine.org/pub/security/$pkgname$pkgver.tar.gz
- http://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 1348322,
chrootuid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-14 23:21:48 UTC (rev 1348323)
@@ -0,0 +1,31 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Frop Doe <[email protected]>
+# Contributor: Guillermo A. Amaral <[email protected]> (thewonka)
+# Mainteiner: Guillermo A. Amaral <[email protected]> (thewonka)
+
+pkgname=chrootuid
+pkgver=1.3
+pkgrel=10
+arch=(x86_64)
+pkgdesc="Runs a command in a restricted environment."
+url="http://ftp.porcupine.org/pub/security/index.html"
+license=("BSD")
+depends=(glibc)
+source=(http://ftp.porcupine.org/pub/security/$pkgname$pkgver.tar.gz
+ http://ftp.porcupine.org/pub/security/chrootuid_license)
+md5sums=('15510abadf5de189e1c22a1544dc926a'
+ '11383ad1d66445640f1dec3478a2b53f')
+sha256sums=('93dd1af0220bce0c0265c9f810a89f7fae56b34b7077397f8ea2dcb54ec169b3'
+ '45432b6a45d993c0d05fedd7aba81ece972d4e2e82e23621cda5d234644af83d')
+
+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
+}