summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Shreckengost2021-06-28 11:56:08 -0400
committerJonathan Shreckengost2021-06-28 11:56:08 -0400
commit17016d764d040a09f172cc9191f5ca1ac02a3182 (patch)
tree4e3f8912989de18de4bf32b59a3092eb319952db /PKGBUILD
parent3bd87d505a4f2d3e551f06de4941d44b158fd60e (diff)
downloadaur-libvshadow-git.tar.gz
Taking over as maintainer
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
+}