From a3a169ce68791d6056cbc3a46b2d0296160c9df5 Mon Sep 17 00:00:00 2001
From: Britney Fransen <brfransen@gmail.com>
Date: Fri, 29 Jan 2016 22:01:54 +0000
Subject: vdpauinfo: update to 1.0

---
 abs/core/vdpauinfo/PKGBUILD            | 14 ++++++++++----
 abs/core/vdpauinfo/__changelog         |  2 --
 abs/core/vdpauinfo/vdpauinfo.changelog |  5 -----
 3 files changed, 10 insertions(+), 11 deletions(-)
 delete mode 100644 abs/core/vdpauinfo/__changelog
 delete mode 100644 abs/core/vdpauinfo/vdpauinfo.changelog

diff --git a/abs/core/vdpauinfo/PKGBUILD b/abs/core/vdpauinfo/PKGBUILD
index 2df07ba..b42db15 100644
--- a/abs/core/vdpauinfo/PKGBUILD
+++ b/abs/core/vdpauinfo/PKGBUILD
@@ -1,15 +1,21 @@
-# Maintainer: Bart Verhoeven <bartverhoeven@live.com>
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
+# Contributor: Aaron Plattner <aplattner@nvidia.com>
+# Contributor: Bart Verhoeven <bartverhoeven@live.com>
 
 pkgname=vdpauinfo
-pkgver=0.1
+pkgver=1.0
 pkgrel=2
 pkgdesc="Command line utility for querying the capabilities of a VDPAU device."
 arch=('i686' 'x86_64')
 url="http://cgit.freedesktop.org/~aplattner/vdpauinfo"
 license=('custom')
 depends=('libvdpau' 'libx11')
-source=("http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('b0c856a6933e306f3f783717a29124c7d145d6027a3175e197249696f5d5019f')
+source=("http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz"
+        "http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz.sig")
+validpgpkeys=('BD68A042C603DDAD9AA354B0F56ACC8F09BA9635') # Aaron Plattner <aplattner@nvidia.com>
+sha256sums=('4054960b7ae618c351ff1ce3e7831b5cbda964ae1fbf9969b7146404d3044bc4'
+            'SKIP')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver
diff --git a/abs/core/vdpauinfo/__changelog b/abs/core/vdpauinfo/__changelog
deleted file mode 100644
index 3acad6e..0000000
--- a/abs/core/vdpauinfo/__changelog
+++ /dev/null
@@ -1,2 +0,0 @@
-made nvidia-utils an optional dep.  Otherwise this program could drag in the nividia drivers when we don't want them.
-
diff --git a/abs/core/vdpauinfo/vdpauinfo.changelog b/abs/core/vdpauinfo/vdpauinfo.changelog
deleted file mode 100644
index 804c565..0000000
--- a/abs/core/vdpauinfo/vdpauinfo.changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-vdpauinfo 0.0.6-6:
-- Fix compilation (include libxfixes)
-- split into build() and package()
-- 
-
-- 
cgit v0.12