summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52ddc987cc73..821fa3ea136f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libpff-git
pkgdesc = Library to access the Personal Folder File (PFF) and the Offline Folder File (OFF) format
- pkgver = 20161215.56cdada
+ pkgver = 20210608.07c0f56
pkgrel = 1
url = https://github.com/libyal/libpff
arch = any
@@ -20,4 +20,3 @@ pkgbase = libpff-git
sha1sums = SKIP
pkgname = libpff-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 005980dea7e0..364305653d41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
-# Maintainer: Jaryl Chng <mrciku@gmail.com>
+# Maintainer: Jonathan Shreckengost <jonathanshrek@gmail.com>
+
pkgname=libpff-git
-pkgver=20161215.56cdada
+pkgver=20210608.07c0f56
pkgrel=1
pkgdesc='Library to access the Personal Folder File (PFF) and the Offline Folder File (OFF) format'
arch=('any')
@@ -38,4 +39,4 @@ build() {
package() {
cd "$_gitname"
make DESTDIR="$pkgdir/" install
-} \ No newline at end of file
+}