summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eafbec5a12da..f0b4c26b6e22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=subuser
_name=subuser
-pkgver=0.5
+pkgver=0.5.3
pkgrel=1
pkgdesc="Run programs in linux with selectively restricted permissions"
url="http://subuser.org"
@@ -10,7 +10,7 @@ optdepends=()
license=('LGPL3')
arch=('any')
source=("https://github.com/subuser-security/${_name}/archive/${pkgver}.tar.gz")
-sha256sums=('8fd4ccd8aff7c6ba760411346f655e2fd9a5a2ab75c924785449059bea1cbf36')
+sha256sums=('8bf4600559709d3799cb1d2ca46bd1c55060ac4f8da00346b99a113e67643507')
build() {
cd "$srcdir/${_name}-${pkgver}"