summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArvedui2018-11-16 09:51:04 +0100
committerArvedui2018-11-16 09:54:11 +0100
commit0828b26d985e215807f839873b126fcc4e5e7c04 (patch)
treee3e383f38c2ef77be69e998c9685d63d02fc084b
parentf153edf634ffc0192ce0434e0b51ed719b1c23dd (diff)
downloadaur-0828b26d985e215807f839873b126fcc4e5e7c04.tar.gz
upgpkg: cryptsetup-git v2.0.5.r8.g4f075a1-1
fix build failure related to rename of the tmpfiles config file
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c970dd94819b..f81693bb33ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# 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 = 2
+ pkgver = v2.0.5.r8.g4f075a1
+ pkgrel = 1
url = https://gitlab.com/cryptsetup/cryptsetup
arch = armv6h
arch = armv7h
diff --git a/PKGBUILD b/PKGBUILD
index 4680c2922f8d..8a310d28ed78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
-# Maintainer: David Manouchehri <manouchehri@riseup.net>
+# Maintainer: Arvedui <arvedui@posteo.de>
+# Contributor: David Manouchehri <manouchehri@riseup.net>
# Contributor: Thomas Bächler <thomas@archlinux.org>
_gitname=cryptsetup
pkgname="${_gitname}-git"
_gitbranch=master
_gitauthor=cryptsetup
-pkgver=v1.7.0.r318.gde2f07b
-pkgrel=2
+pkgver=v2.0.5.r8.g4f075a1
+pkgrel=1
pkgdesc="Userspace setup tool for transparent encryption of block devices using dm-crypt"
arch=('armv6h' 'armv7h' 'i686' 'x86_64')
license=('GPL')
@@ -49,7 +50,7 @@ package() {
install -D -m644 "${srcdir}"/encrypt_hook "${pkgdir}"/usr/lib/initcpio/hooks/encrypt
install -D -m644 "${srcdir}"/encrypt_install "${pkgdir}"/usr/lib/initcpio/install/encrypt
install -D -m644 "${srcdir}"/sd-encrypt "${pkgdir}"/usr/lib/initcpio/install/sd-encrypt
- install -D -m644 "${srcdir}"/"${_gitname}"/scripts/cryptsetup_tmpfiles.conf "${pkgdir}"/usr/lib/tmpfiles.d/cryptsetup.conf
+ install -D -m644 "${srcdir}"/"${_gitname}"/scripts/cryptsetup.conf "${pkgdir}"/usr/lib/tmpfiles.d/cryptsetup.conf
}
# vim:set et sw=2 sts=2 tw=80: