Date: Tuesday, May 16, 2023 @ 07:03:49
  Author: arojas
Revision: 1461904

upgpkg: xf86-video-qxl 0.1.6-1: Update to 0.1.6

Added:
  xf86-video-qxl/trunk/keys/pgp/3C2C43D9447D5938EF4551EBE23B7E70B467F0BF.asc
Modified:
  xf86-video-qxl/trunk/PKGBUILD

-------------------------------------------------------+
 PKGBUILD                                              |   25 +++++-----------
 keys/pgp/3C2C43D9447D5938EF4551EBE23B7E70B467F0BF.asc |    1 
 2 files changed, 10 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-16 06:55:26 UTC (rev 1461903)
+++ PKGBUILD    2023-05-16 07:03:49 UTC (rev 1461904)
@@ -4,10 +4,8 @@
 # Contributor: Ansgar Taflinski <[email protected]>
 
 pkgname=xf86-video-qxl
-# https://gitlab.freedesktop.org/xorg/driver/xf86-video-qxl/-/commits/master
-_commit=52e975263fe88105d151297768c7ac675ed94122 # master 2022-04-06
-pkgver=0.1.5.r23.g52e9752
-pkgrel=2
+pkgver=0.1.6
+pkgrel=1
 pkgdesc='Xorg X11 qxl video driver'
 arch=('x86_64')
 url='https://www.x.org'
@@ -19,18 +17,13 @@
     'xorgproto' 'git' 'libcacard')
 conflicts=('xf86-video-qxl-git' 'X-ABI-VIDEODRV_VERSION<25' 
'X-ABI-VIDEODRV_VERSION>=26')
 validpgpkeys=('94A9F75661F77A6168649B23A9D8C21429AC6C82')
-source=(#"https://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2"{,.sig}
-        
"git+https://gitlab.freedesktop.org/xorg/driver/xf86-video-qxl#commit=$_commit";
-)
-sha256sums=('SKIP')
+source=("https://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('2ad39558db47a8fcc036e290e0b084671e58d43344a57b279abd870c4c67965f'
+            'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) <[email protected]>
 
-pkgver() {
-    cd $pkgname
-    git describe --tags | sed 's/^xf86-video-qxl-//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
 build() {
-    cd "${srcdir}/${pkgname}" #-${pkgver}"
+    cd ${pkgname}-${pkgver}
 
     # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
     # With them, module fail to load with undefined symbol.
@@ -45,10 +38,10 @@
 }
 
 package() {
-    cd "${srcdir}/${pkgname}" #-${pkgver}"
+    cd ${pkgname}-${pkgver}
 
     make DESTDIR="${pkgdir}/" install
 
     install -v -Dm0755 scripts/Xspice "${pkgdir}"/usr/bin/Xspice
-    install -Dm644 "${srcdir}"/${pkgname}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+    install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }

Added: keys/pgp/3C2C43D9447D5938EF4551EBE23B7E70B467F0BF.asc
===================================================================
(Binary files differ)

Index: 
xf86-video-qxl/trunk/keys/pgp/3C2C43D9447D5938EF4551EBE23B7E70B467F0BF.asc
===================================================================
--- keys/pgp/3C2C43D9447D5938EF4551EBE23B7E70B467F0BF.asc       2023-05-16 
06:55:26 UTC (rev 1461903)
+++ keys/pgp/3C2C43D9447D5938EF4551EBE23B7E70B467F0BF.asc       2023-05-16 
07:03:49 UTC (rev 1461904)

Property changes on: 
xf86-video-qxl/trunk/keys/pgp/3C2C43D9447D5938EF4551EBE23B7E70B467F0BF.asc
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property

Reply via email to