summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43f6409ab181..d17d73834fa5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Feb 26 17:35:25 UTC 2016
pkgbase = python2-lshell
pkgdesc = Limited Shell, lets you restrict a user's environment to limited sets of commands, and more
- pkgver = 0.9.17
+ pkgver = 0.9.18
pkgrel = 1
url = https://github.com/ghantoos/lshell
arch = any
@@ -8,8 +10,8 @@ pkgbase = python2-lshell
makedepends = python2
makedepends = python2-distribute
backup = etc/lshell.conf
- source = lshell-0.9.17.tar.gz::https://github.com/ghantoos/lshell/archive/0.9.17.tar.gz
- sha256sums = e3ec1dad37e8da192604ee39f83d26acc8c8e8a227a8ba216e9caaa6abd7809d
+ source = lshell-0.9.18.tar.gz::https://github.com/ghantoos/lshell/archive/0.9.18.tar.gz
+ sha256sums = 7ffb37bf7a1d8c63845939a2e916e45b9cd9f321daa6b3e4c8f680e3c50e8bbd
pkgname = python2-lshell
depends = python2
diff --git a/PKGBUILD b/PKGBUILD
index e3d27facb4dc..3a58abc6282c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,20 +8,20 @@ _pybase='lshell'
_pyverother='python python2 '
_pyverother=(${_pyverother//${_pyver} /})
pkgname="${_pyver}-${_pybase}"
-pkgver='0.9.17'
+pkgver='0.9.18'
pkgrel='1'
pkgdesc="Limited Shell, lets you restrict a user's environment to limited sets of commands, and more"
arch=('any')
-license=('GPL')
#url='http://lshell.ghantoos.org/'
url="https://github.com/ghantoos/${_pybase}"
-backup=('etc/lshell.conf')
+license=('GPL')
makedepends=("${_pyver}" "${_pyver}-distribute") # same as python-setuptools
+backup=('etc/lshell.conf')
_srcdir="${_pybase}-${pkgver}"
_verwatch=("${url}/releases" "${url#*github.com}/archive/\(.*\)\.tar\.gz" 'l')
source=("${_pybase}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
#source=("${pkgname}-${pkgver}.tar.gz::https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz/download")
-sha256sums=('e3ec1dad37e8da192604ee39f83d26acc8c8e8a227a8ba216e9caaa6abd7809d')
+sha256sums=('7ffb37bf7a1d8c63845939a2e916e45b9cd9f321daa6b3e4c8f680e3c50e8bbd')
package() {
set -u