[arch-commits] Commit in fakechroot/trunk (PKGBUILD fakechroot.install)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Sat Mar 30 17:13:52 UTC 2019
Date: Saturday, March 30, 2019 @ 17:13:51
Author: bpiotrowski
Revision: 349450
2.20.1-1
Modified:
fakechroot/trunk/PKGBUILD
Deleted:
fakechroot/trunk/fakechroot.install
--------------------+
PKGBUILD | 18 +++++++++---------
fakechroot.install | 11 -----------
2 files changed, 9 insertions(+), 20 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-30 13:17:21 UTC (rev 349449)
+++ PKGBUILD 2019-03-30 17:13:51 UTC (rev 349450)
@@ -1,20 +1,20 @@
-# Maintainer : Allan McRae <allan at archlinux.org>
+# Maintainer:
+# Contributor: Allan McRae <allan at archlinux.org>
# Contributor: Aaron Griffin <aaron at archlinux.org>
pkgname=fakechroot
-pkgver=2.19
-pkgrel=2
+pkgver=2.20.1
+pkgrel=1
pkgdesc="Gives a fake chroot environment"
arch=('x86_64')
url="https://github.com/dex4er/fakechroot/wiki"
license=('LGPL')
-install=fakechroot.install
source=($pkgname-$pkgver.tar.gz::https://github.com/dex4er/fakechroot/archive/${pkgver}.tar.gz)
-md5sums=('db6378420c769232e69508bb78612c34')
+md5sums=('69612efa06636e79a56898512222b0fc')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd $pkgname-$pkgver
./configure --prefix=/usr --sbindir=/usr/bin \
--libdir=/usr/lib/libfakeroot --sysconfdir=/etc
make
@@ -21,14 +21,14 @@
}
check() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd $pkgname-$pkgver
# t/fts.t fails when building on BTRFS... (really!)
- make -k check || true
+ make -k check
}
package() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd $pkgname-$pkgver
make DESTDIR=${pkgdir} install
install -dm755 ${pkgdir}/etc/ld.so.conf.d/
Deleted: fakechroot.install
===================================================================
--- fakechroot.install 2019-03-30 13:17:21 UTC (rev 349449)
+++ fakechroot.install 2019-03-30 17:13:51 UTC (rev 349450)
@@ -1,11 +0,0 @@
-post_install() {
- sbin/ldconfig -r .
-}
-
-post_upgrade() {
- sbin/ldconfig -r .
-}
-
-post_remove() {
- sbin/ldconfig -r .
-}
More information about the arch-commits
mailing list