[arch-commits] Commit in fakechroot/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sun Feb 9 15:04:49 UTC 2020
Date: Sunday, February 9, 2020 @ 15:04:49
Author: jelle
Revision: 375126
upgpkg: fakechroot 2.20.1-2
Add perl as dependency.
Modified:
fakechroot/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-09 12:11:35 UTC (rev 375125)
+++ PKGBUILD 2020-02-09 15:04:49 UTC (rev 375126)
@@ -4,11 +4,12 @@
pkgname=fakechroot
pkgver=2.20.1
-pkgrel=1
+pkgrel=2
pkgdesc="Gives a fake chroot environment"
arch=('x86_64')
url="https://github.com/dex4er/fakechroot/wiki"
license=('LGPL')
+depends=('sh' 'perl')
source=($pkgname-$pkgver.tar.gz::https://github.com/dex4er/fakechroot/archive/${pkgver}.tar.gz)
md5sums=('69612efa06636e79a56898512222b0fc')
More information about the arch-commits
mailing list