summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-15 21:38:04 +0200
committerGoliathLabs2020-05-15 21:38:04 +0200
commitc628c4cf981695fbe95d9e9211b30924dfa5abb8 (patch)
tree8a15b379b7174b4d9131664ec7b3aa258e0f239e
parent47bc965965bb5b5de5696a36eeb2663b963fb298 (diff)
downloadaur-c628c4cf981695fbe95d9e9211b30924dfa5abb8.tar.gz
Updated: pkgrel
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08348cbf3184..14655a2dfedd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lxc-selinux
pkgdesc = Linux Containers
pkgver = 4.0.2
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://linuxcontainers.org
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = lxc-selinux
optdepends = lua
optdepends = lua-filesystem: lxc-top
optdepends = lua-alt-getopt: lxc-top
- provides = lxc=4.0.2-1
+ provides = lxc=4.0.2-2
conflicts = lxc
options = emptydirs
backup = etc/lxc/default.conf
@@ -35,8 +35,8 @@ pkgbase = lxc-selinux
sha256sums = ca336dcdf303fea5ff231d89a9b6278b061c4cffb14f0db0a71a15bdd95a5cb0
sha256sums = SKIP
sha256sums = 10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479
- sha256sums = 711fb84c87b143cb0098e095fdebb040b15f553a854efbe846a00100bdb9ae88
- sha256sums = 4174fcc0a664108f1884920930a3dbec0aeceed1fc24f00c200a583c06d447d0
+ sha256sums = bbe7e0447bc3bf5f75f312c34d647f5218024731628a5e8633b1ea1801ebe16b
+ sha256sums = b31f8d6b301ab9901b43f2696bcd0babb32b96e4a59fab63a2d642e43bf26bb3
pkgname = lxc-selinux
diff --git a/PKGBUILD b/PKGBUILD
index e8dbe1ca089a..aeec1dbc9e25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgname=lxc-selinux
epoch=1
pkgver=4.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Linux Containers"
arch=('x86_64')
url="https://linuxcontainers.org"
@@ -34,8 +34,8 @@ source=("https://linuxcontainers.org/downloads/${pkgname/-selinux}-${pkgver}.tar
sha256sums=('ca336dcdf303fea5ff231d89a9b6278b061c4cffb14f0db0a71a15bdd95a5cb0'
'SKIP'
'10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
- '711fb84c87b143cb0098e095fdebb040b15f553a854efbe846a00100bdb9ae88'
- '4174fcc0a664108f1884920930a3dbec0aeceed1fc24f00c200a583c06d447d0')
+ 'bbe7e0447bc3bf5f75f312c34d647f5218024731628a5e8633b1ea1801ebe16b'
+ 'b31f8d6b301ab9901b43f2696bcd0babb32b96e4a59fab63a2d642e43bf26bb3')
prepare() {
cd "$srcdir/${pkgname/-selinux}-${pkgver/_/-}"