summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Shreckengost2021-06-28 11:44:23 -0400
committerJonathan Shreckengost2021-06-28 11:44:23 -0400
commit0e253c32e845a403e543ae013a327b976e2c54b1 (patch)
tree58a6b752238ebd12cb99e52d42ae1bc16cbbe2c5 /PKGBUILD
parent0b3dc6ade5b4f13dce41d778e077fcb85e6cec64 (diff)
downloadaur-libpff-git.tar.gz
Taking over as the maintainer
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
+}