From 0376eb2287b0193ebb1235df5000b175160ef2ab Mon Sep 17 00:00:00 2001 From: Stuart Cardall Date: Sat, 15 Aug 2015 06:14:53 +0000 Subject: testing/lshell: update to 0.9.17 changelog: Added include_dir directive to include split configuration files from a directory. Added possibility of using 'all' for sudo commands Replaced os.system by subprocess (python) Added support for sudo -u Corrected shell variable expansion Corrected bugs in aliases support Fixed timer (idle session) Added exit code support Fixed wrong group reference for logging Replaced Python os.system with subprocess --- testing/lshell/APKBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'testing') diff --git a/testing/lshell/APKBUILD b/testing/lshell/APKBUILD index b0b59bc59..50fbdbbea 100644 --- a/testing/lshell/APKBUILD +++ b/testing/lshell/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Fabian Affolter # Maintainer: Fabian Affolter pkgname=lshell -pkgver=0.9.16 -pkgrel=1 +pkgver=0.9.17 +pkgrel=0 pkgdesc="Python-based limited Shell" url="http://ghantoos.org/limited-shell-lshell" arch="noarch" @@ -12,7 +12,7 @@ depends_dev="" makedepends="python-dev py-setuptools" install="" subpackages="$pkgname-doc" -source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/ghantoos/$pkgname/archive/$pkgver.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver prepare() { @@ -35,6 +35,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="6630e2e2200fbe5d1376dcad26daf6be lshell-0.9.16.tar.gz" -sha256sums="22b28f22eb3445ed1514953c24e30bf3feaacc1225a19332f50245982537c35f lshell-0.9.16.tar.gz" -sha512sums="90dbcf3bee91bac017ea1e39e94564d3f40bce5439eb683777983821f64c773c14df0040e746f25d28da5822da61e2b39f9323f8d04fec7b93ca42ab87cefa68 lshell-0.9.16.tar.gz" +md5sums="028e7e67f459a3cc99a965ebb98a6e3c lshell-0.9.17.tar.gz" +sha256sums="e3ec1dad37e8da192604ee39f83d26acc8c8e8a227a8ba216e9caaa6abd7809d lshell-0.9.17.tar.gz" +sha512sums="74d273d584e3da7e4ed97c035aecec04a49ce0260044fb9f23917358927cf1b3ac65ccb41ebe7bbc55d4f87d39f89c846be94c764e09457f44469a610abd763b lshell-0.9.17.tar.gz" -- cgit v1.2.3