diff options
author | Stuart Cardall <developer@it-offshore.co.uk> | 2015-08-15 06:14:53 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-08-17 09:54:28 +0000 |
commit | 0376eb2287b0193ebb1235df5000b175160ef2ab (patch) | |
tree | 5941e0a89ce78e833adeaae74eaecc8d20f95626 /testing/lshell | |
parent | 330d303d57c584df80b7ec5ebe459b7f61132055 (diff) | |
download | aports-0376eb2287b0193ebb1235df5000b175160ef2ab.tar.bz2 aports-0376eb2287b0193ebb1235df5000b175160ef2ab.tar.xz |
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
Diffstat (limited to 'testing/lshell')
-rw-r--r-- | testing/lshell/APKBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testing/lshell/APKBUILD b/testing/lshell/APKBUILD index b0b59bc592..50fbdbbea1 100644 --- a/testing/lshell/APKBUILD +++ b/testing/lshell/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> 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" |