summarylogtreecommitdiffstats
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
parent232c49fd9ffc5f9342e217ce3e4959014454704d (diff)
downloadaur-9ce91fd6e6d4536cc993da2ab47c3d5f825c24ad.tar.gz
release 20181124
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD13
2 files changed, 14 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f39d4683ed0..545d054d18be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
-# Generated by mksrcinfo v8
-# Fri Oct 21 17:43:00 UTC 2016
pkgbase = libbde
pkgdesc = Library and tools to access the BitLocker Drive Encryption (BDE) encrypted volumes
- pkgver = 20160731
+ pkgver = 20181124
pkgrel = 1
url = https://github.com/libyal/libbde
arch = i686
arch = x86_64
license = GPL3
depends = openssl
- source = https://github.com/libyal/libbde/releases/download/20160731/libbde-alpha-20160731.tar.gz
+ source = https://github.com/libyal/libbde/releases/download/20181124/libbde-alpha-20181124.tar.gz
+ source = https://github.com/libyal/libbde/releases/download/20181124/libbde-alpha-20181124.tar.gz.asc
+ validpgpkeys = 0ED9020DA90D3F6E70BD3945D9625E5D7AD0177E
+ sha256sums = 42c677d9e07a471cb5af461acc70d83d35f23b40f743ed49e5a686411e82e59d
sha256sums = SKIP
pkgname = libbde
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