summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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
+}