summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.AURINFO13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
3 files changed, 19 insertions, 6 deletions
diff --git a/.AURINFO b/.AURINFO
new file mode 100644
index 000000000000..d94f7534817a
--- /dev/null
+++ b/.AURINFO
@@ -0,0 +1,13 @@
+pkgbase = libesedb
+ pkgdesc = Library and tools to access the Extensible Storage Engine (ESE) Database File (EDB) format.
+ pkgver = 20140803
+ pkgrel = 1
+ url = http://code.google.com/p/libesedb/
+ install =
+ arch = any
+ license = LGPL
+ depends = glibc
+ source = https://255adcba056b7d59fd55a94f0ea02de0cf110bfb.googledrive.com/host/0B3fBvzttpiiSN082cmxsbHB0anc/libesedb-experimental-20140803.tar.gz
+
+pkgname = libesedb
+
diff --git a/.SRCINFO b/.SRCINFO
index 2bae9915029f..3a7347f0bca3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,14 +2,14 @@
# Thu Dec 10 05:10:57 UTC 2015
pkgbase = libesedb
pkgdesc = Library and tools to access the Extensible Storage Engine (ESE) Database File (EDB) format.
- pkgver = 20140406
+ pkgver = 20140803
pkgrel = 1
url = http://code.google.com/p/libesedb/
arch = any
license = LGPL
depends = glibc
- source = https://googledrive.com/host/0B3fBvzttpiiSN082cmxsbHB0anc/libesedb-experimental-20140406.tar.gz
- sha1sums = 4649cdc6798e93b634ebe1e2c99af5c9fa4b5662
+ source = https://255adcba056b7d59fd55a94f0ea02de0cf110bfb.googledrive.com/host/0B3fBvzttpiiSN082cmxsbHB0anc/libesedb-experimental-20140803.tar.gz
+ sha1sums = 9ba9e56ad3822dd32942a62d7f162e9910a3ef08
pkgname = libesedb
diff --git a/PKGBUILD b/PKGBUILD
index 9773177c1bb1..3cbf1dba7da1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libesedb
-pkgver=20140406
+pkgver=20140803
pkgrel=1
pkgdesc="Library and tools to access the Extensible Storage Engine (ESE) Database File (EDB) format."
url="http://code.google.com/p/libesedb/"
@@ -12,8 +12,8 @@ conflicts=()
replaces=()
backup=()
install=''
-source=("https://googledrive.com/host/0B3fBvzttpiiSN082cmxsbHB0anc/libesedb-experimental-20140406.tar.gz")
-sha1sums=('4649cdc6798e93b634ebe1e2c99af5c9fa4b5662')
+source=("https://255adcba056b7d59fd55a94f0ea02de0cf110bfb.googledrive.com/host/0B3fBvzttpiiSN082cmxsbHB0anc/libesedb-experimental-20140803.tar.gz")
+sha1sums=('9ba9e56ad3822dd32942a62d7f162e9910a3ef08')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"