summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMantas Mikulėnas2018-12-16 20:34:11 +0200
committerMantas Mikulėnas2018-12-16 20:34:11 +0200
commit9ce91fd6e6d4536cc993da2ab47c3d5f825c24ad (patch)
tree2aa4e4535e4d1004f04604c293052830ce8924c3 /PKGBUILD
parent232c49fd9ffc5f9342e217ce3e4959014454704d (diff)
downloadaur-9ce91fd6e6d4536cc993da2ab47c3d5f825c24ad.tar.gz
release 20181124
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 9 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c8f5a265f63..7550ad4697c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,18 @@
pkgname=libbde
-pkgver=20160731
+pkgver=20181124
pkgrel=1
pkgdesc="Library and tools to access the BitLocker Drive Encryption (BDE) encrypted volumes"
url="https://github.com/libyal/libbde"
+arch=(i686 x86_64)
license=(GPL3)
depends=(openssl)
-source=("https://github.com/libyal/libbde/releases/download/$pkgver/libbde-alpha-$pkgver.tar.gz")
-sha256sums=('SKIP')
-arch=(i686 x86_64)
+#_commit=89d624a80729e5e274007bc4aa884652c1b1a976
+#source=("git+https://github.com/libyal/libbde#commit=$_commit")
+source=("https://github.com/libyal/libbde/releases/download/$pkgver/libbde-alpha-$pkgver.tar.gz"
+ "https://github.com/libyal/libbde/releases/download/$pkgver/libbde-alpha-$pkgver.tar.gz.asc")
+sha256sums=('42c677d9e07a471cb5af461acc70d83d35f23b40f743ed49e5a686411e82e59d'
+ 'SKIP')
+validpgpkeys=('0ED9020DA90D3F6E70BD3945D9625E5D7AD0177E')
build() {
cd $pkgname-$pkgver