summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.AURINFO13
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
3 files changed, 7 insertions, 22 deletions
diff --git a/.AURINFO b/.AURINFO
deleted file mode 100644
index d94f7534817a..000000000000
--- a/.AURINFO
+++ /dev/null
@@ -1,13 +0,0 @@
-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 a054eafd376a..f09e36ce0dea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,12 @@
-# Generated by mksrcinfo v8
-# Tue Apr 4 12:20:47 UTC 2017
pkgbase = libesedb
pkgdesc = Library and tools to access the Extensible Storage Engine (ESE) Database File (EDB) format.
- pkgver = 20170121
+ pkgver = 20230318
pkgrel = 1
url = https://github.com/libyal/libesedb
arch = any
license = LGPLv3+
depends = glibc
- source = https://github.com/libyal/libesedb/releases/download/20170121/libesedb-experimental-20170121.tar.gz
- sha1sums = 6b29b7e634953885c0716f144b278e7b2c64e9e3
+ source = https://github.com/libyal/libesedb/releases/download/20230318/libesedb-experimental-20230318.tar.gz
+ sha256sums = 184178eb825c43e502eae33730a40fc2ca14f8beae023ef525f9bbe407e19078
pkgname = libesedb
-
diff --git a/PKGBUILD b/PKGBUILD
index 121839c993a3..c0f050f4540e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
-# Maintainer: jerry73204 <jerry73204@gmail.com>
+# Maintainer: muhgoslav_klose <muhgo@muhgo.me>
+# Contributor: jerry73204 <jerry73204@gmail.com>
pkgname=libesedb
-pkgver=20170121
+pkgver=20230318
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 +15,7 @@ replaces=()
backup=()
install=''
source=("https://github.com/libyal/libesedb/releases/download/${pkgver}/libesedb-experimental-${pkgver}.tar.gz")
-sha1sums=('6b29b7e634953885c0716f144b278e7b2c64e9e3')
+sha256sums=('324c68505827907a2e933164e636cacb221a9622bd5a8222b8d4b8e5f0d4031e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"