summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMantas Mikulėnas2016-10-21 20:42:22 +0300
committerMantas Mikulėnas2016-10-21 20:42:22 +0300
commit6212306d1d967aa6da8e72163860e2c6c6904818 (patch)
treec98064b09bd58ba6e0b313fb96bebbfb156cb76f /PKGBUILD
parent863c4cd5cf29655d8f969c2b0fd5540914881c83 (diff)
downloadaur-6212306d1d967aa6da8e72163860e2c6c6904818.tar.gz
add missing fields
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba68c6ed9b7c..18809c46e347 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,10 @@ pkgname=libbde
_pkgver=20160731
pkgver=v$_pkgver
pkgrel=1
+pkgdesc="Library and tools to access the BitLocker Drive Encryption (BDE) encrypted volumes"
url="https://github.com/libyal/libbde"
+license=(GPL3)
+depends=(openssl)
source=("https://github.com/libyal/libbde/releases/download/$_pkgver/libbde-alpha-$_pkgver.tar.gz")
sha256sums=('SKIP')
arch=(i686 x86_64)