diff options
author | Britney Fransen <brfransen@gmail.com> | 2017-03-29 18:21:05 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2017-03-29 18:21:05 (GMT) |
commit | 78d1de38f611d4908f682caa9d73b8ab9f4b1747 (patch) | |
tree | a37b20acb1db41804701601a4479fa4c9e1f6975 | |
parent | f8db3445da51a015b412a34389a1fa829aff76df (diff) | |
download | linhes_pkgbuild-78d1de38f611d4908f682caa9d73b8ab9f4b1747.zip linhes_pkgbuild-78d1de38f611d4908f682caa9d73b8ab9f4b1747.tar.gz linhes_pkgbuild-78d1de38f611d4908f682caa9d73b8ab9f4b1747.tar.bz2 |
xorg-xvinfo: update to 1.1.3
-rw-r--r-- | abs/core/xorg-xvinfo/PKGBUILD | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/abs/core/xorg-xvinfo/PKGBUILD b/abs/core/xorg-xvinfo/PKGBUILD index 84f5541..85b7211 100644 --- a/abs/core/xorg-xvinfo/PKGBUILD +++ b/abs/core/xorg-xvinfo/PKGBUILD @@ -1,27 +1,29 @@ -# $Id: PKGBUILD 151163 2012-02-25 06:42:49Z allan $ +# $Id$ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=xorg-xvinfo -pkgver=1.1.1 -pkgrel=3 +pkgver=1.1.3 +pkgrel=1 pkgdesc="Prints out the capabilities of any video adaptors associated with the display that are accessible through the X-Video extension" arch=('i686' 'x86_64') -url="http://xorg.freedesktop.org/" +url="https://xorg.freedesktop.org/" license=('custom') depends=('libx11' 'libxv') makedepends=('xorg-util-macros') groups=('xorg-apps' 'xorg') -source=(http://xorg.freedesktop.org/archive/individual/app/xvinfo-${pkgver}.tar.bz2) -sha1sums=('dc326464748fa608da50386112a89024804c1910') +source=(https://xorg.freedesktop.org/archive/individual/app/xvinfo-${pkgver}.tar.bz2{,.sig}) +sha256sums=('9fba8b68daf53863e66d5004fa9c703fcecf69db4d151ea2d3d885d621e6e5eb' + 'SKIP') +validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith <alan.coopersmith@oracle.com> build() { - cd "${srcdir}/xvinfo-${pkgver}" + cd xvinfo-${pkgver} ./configure --prefix=/usr make } package() { - cd "${srcdir}/xvinfo-${pkgver}" + cd xvinfo-${pkgver} make DESTDIR="${pkgdir}" install install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" } |