summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormrxx2017-02-09 17:37:31 +0100
committermrxx2017-02-09 17:37:31 +0100
commita955c7ba3b2495d8a7f7ffe0715e6e912fca2e32 (patch)
treecad6494c899667c349525152265215d2c211ea0e /PKGBUILD
parent5b327488c098cb0ed638ea33f5ecbbb38d216aa8 (diff)
downloadaur-a955c7ba3b2495d8a7f7ffe0715e6e912fca2e32.tar.gz
Updated sha1sum which changed due to re-upload of upstream with same version number
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"