summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArvedui2017-10-07 23:26:45 +0200
committerArvedui2017-10-07 23:27:29 +0200
commitf153edf634ffc0192ce0434e0b51ed719b1c23dd (patch)
tree3e857349c16977cbdd6b37b19d9496ed0690ca6f
parent8a1471d872949e4e509cf30cfed4510ccf76f245 (diff)
downloadaur-f153edf634ffc0192ce0434e0b51ed719b1c23dd.tar.gz
upgpkg: cryptsetup-git v1.7.0.r318.gde2f07b-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1060e9ca041a..c970dd94819b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Oct 7 20:21:48 UTC 2017
+# Sat Oct 7 21:27:29 UTC 2017
pkgbase = cryptsetup-git
pkgdesc = Userspace setup tool for transparent encryption of block devices using dm-crypt
pkgver = v1.7.0.r318.gde2f07b
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/cryptsetup/cryptsetup
arch = armv6h
arch = armv7h
@@ -18,6 +18,8 @@ pkgbase = cryptsetup-git
depends = popt
depends = libutil-linux
depends = json-c
+ provides = cryptsetup
+ conflicts = cryptsetup
options = !emptydirs
source = git+https://gitlab.com/cryptsetup/cryptsetup#branch=master
source = encrypt_hook
diff --git a/PKGBUILD b/PKGBUILD
index 69a767d6df47..4680c2922f8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname="${_gitname}-git"
_gitbranch=master
_gitauthor=cryptsetup
pkgver=v1.7.0.r318.gde2f07b
-pkgrel=1
+pkgrel=2
pkgdesc="Userspace setup tool for transparent encryption of block devices using dm-crypt"
arch=('armv6h' 'armv7h' 'i686' 'x86_64')
license=('GPL')
@@ -14,6 +14,8 @@ url="https://gitlab.com/${_gitauthor}/${_gitname}"
groups=('base')
depends=('device-mapper' 'libgcrypt' 'popt' 'libutil-linux' 'json-c')
makedepends=('util-linux' 'git')
+conflicts=('cryptsetup')
+provides=('cryptsetup')
options=('!emptydirs')
source=("git+https://gitlab.com/${_gitauthor}/${_gitname}#branch=${_gitbranch}"
"encrypt_hook"