summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjerry732042015-12-17 05:51:57 +0800
committerjerry732042015-12-17 05:51:57 +0800
commit7fbe4c06b4c76305c5d077a48726389c4d6fe7e0 (patch)
treeae6e36af183c3aaa81217b52f09725ad91d6efbb
parent9f82486ed0e8c7a561b3bd6e5f49062ea7b76819 (diff)
downloadaur-7fbe4c06b4c76305c5d077a48726389c4d6fe7e0.tar.gz
Updated to 20151213
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c59d413b1f1..8299625ba63c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Thu Dec 10 05:16:59 UTC 2015
+# Wed Dec 16 21:51:36 UTC 2015
pkgbase = libesedb
pkgdesc = Library and tools to access the Extensible Storage Engine (ESE) Database File (EDB) format.
- pkgver = 20151205
+ pkgver = 20151213
pkgrel = 1
url = https://github.com/libyal/libesedb
arch = any
license = LGPLv3+
depends = glibc
- source = https://github.com/libyal/libesedb/releases/download/20151205/libesedb-experimental-20151205.tar.gz
- sha1sums = 1633348a618b9000f4feb40efb11c0ef10df08dc
+ source = https://github.com/libyal/libesedb/releases/download/20151213/libesedb-experimental-20151213.tar.gz
+ sha1sums = c12c75c3115f13787e19774e6cd4a9c02c8b27cb
pkgname = libesedb
diff --git a/PKGBUILD b/PKGBUILD
index 52775e7d4c7d..4c23fc28af0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: jerry73204 <jerry73204@gmail.com>
pkgname=libesedb
-pkgver=20151205
+pkgver=20151213
pkgrel=1
pkgdesc='Library and tools to access the Extensible Storage Engine (ESE) Database File (EDB) format.'
url='https://github.com/libyal/libesedb'
@@ -14,7 +14,7 @@ replaces=()
backup=()
install=''
source=("https://github.com/libyal/libesedb/releases/download/${pkgver}/libesedb-experimental-${pkgver}.tar.gz")
-sha1sums=('1633348a618b9000f4feb40efb11c0ef10df08dc')
+sha1sums=('c12c75c3115f13787e19774e6cd4a9c02c8b27cb')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"