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 6cfd32e398ee..5aaa11f2c1a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dislocker
pkgver=0.7.1
-pkgrel=1
+pkgrel=2
pkgdesc="Read BitLocker encrypted volumes under Linux"
arch=('i686' 'x86_64')
url="http://www.hsc.fr/ressources/outils/dislocker"
@@ -12,7 +12,7 @@ makedepends=('make' 'cmake')
conflicts=('dislocker-git')
optdepends=('ntfs-3g: NTFS file system support')
source=(https://github.com/Aorimn/dislocker/archive/v$pkgver.tar.gz)
-sha1sums=('a2ca2c58cb2480399433119a53317180c564176d')
+sha1sums=('0c5c62f63ba587663eb0474f1bd6ca7e345fe977')
build() {
cd "$srcdir/$pkgname-$pkgver"