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 54d7adeab776..eceb86990aa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
-# Maintainer: Jaryl Chng <mrciku@gmail.com>
+# Maintainer: Jonathan Shreckengost <jonathanshrek@gmail.com>
+
pkgname=libvshadow-git
-pkgver=20161225.e22b93f
+pkgver=20210507.9f06d79
pkgrel=1
pkgdesc='Library to access the Volume Shadow Snapshot (VSS) format'
arch=('any')
@@ -38,4 +39,4 @@ build() {
package() {
cd "$_gitname"
make DESTDIR="$pkgdir/" install
-} \ No newline at end of file
+}