summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b1c35a48187..48c013007966 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Feb 13 04:06:49 UTC 2016
+# Wed Mar 2 01:36:26 UTC 2016
pkgbase = subuser
pkgdesc = Run programs in linux with selectively restricted permissions
- pkgver = 0.5
+ pkgver = 0.5.3
pkgrel = 1
url = http://subuser.org
arch = any
@@ -10,8 +10,8 @@ pkgbase = subuser
makedepends = python
depends = python
depends = docker
- source = https://github.com/subuser-security/subuser/archive/0.5.tar.gz
- sha256sums = 8fd4ccd8aff7c6ba760411346f655e2fd9a5a2ab75c924785449059bea1cbf36
+ source = https://github.com/subuser-security/subuser/archive/0.5.3.tar.gz
+ sha256sums = 8bf4600559709d3799cb1d2ca46bd1c55060ac4f8da00346b99a113e67643507
pkgname = subuser
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}"