* update xtrans to 1.5.1-1
This commit is contained in:
parent
794314dce4
commit
87df562265
19
xorg/xtrans/.SRCINFO
Normal file
19
xorg/xtrans/.SRCINFO
Normal file
@ -0,0 +1,19 @@
|
||||
pkgbase = xtrans
|
||||
pkgdesc = X transport library
|
||||
pkgver = 1.5.1
|
||||
pkgrel = 1
|
||||
url = https://xorg.freedesktop.org/
|
||||
arch = any
|
||||
license = HPND
|
||||
license = HPND-sell-variant
|
||||
license = MIT
|
||||
license = MIT-open-group
|
||||
license = X11
|
||||
options = !emptydirs
|
||||
source = https://xorg.freedesktop.org//releases/individual/lib/xtrans-1.5.1.tar.xz
|
||||
source = https://xorg.freedesktop.org//releases/individual/lib/xtrans-1.5.1.tar.xz.sig
|
||||
validpgpkeys = 4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E
|
||||
sha512sums = 1a4bf3495ba401711b632972acf26bb82c2e8fd917a868ed21e510a1bb1ec57c145496baddb44de76e00c2d03dbf9e8592099623da4c065de3a7c5a804e87c1e
|
||||
sha512sums = SKIP
|
||||
|
||||
pkgname = xtrans
|
8
xorg/xtrans/.nvchecker.toml
Normal file
8
xorg/xtrans/.nvchecker.toml
Normal file
@ -0,0 +1,8 @@
|
||||
[xtrans]
|
||||
source = "gitlab"
|
||||
gitlab = "xorg/lib/libxtrans"
|
||||
host = "gitlab.freedesktop.org"
|
||||
use_max_tag = true
|
||||
|
||||
include_regex = ".*xtrans-.*"
|
||||
prefix = "xtrans-"
|
@ -3,15 +3,19 @@
|
||||
# Contributor: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=xtrans
|
||||
pkgver=1.5.0
|
||||
pkgrel=2
|
||||
pkgver=1.5.1
|
||||
pkgrel=1
|
||||
pkgdesc="X transport library"
|
||||
arch=(any)
|
||||
license=('custom')
|
||||
license=('HPND'
|
||||
'HPND-sell-variant'
|
||||
'MIT'
|
||||
'MIT-open-group'
|
||||
'X11')
|
||||
url="https://xorg.freedesktop.org/"
|
||||
options=(!emptydirs)
|
||||
source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.xz{,.sig})
|
||||
sha512sums=('e8091f11d4ad2b14e01de3eac56bdf2267ea26687ce66e3056374d0d02e049480c0b27c482f8828a0efd086f1e4c485108ca4dce3f83d66c1896effa3b38b228'
|
||||
sha512sums=('1a4bf3495ba401711b632972acf26bb82c2e8fd917a868ed21e510a1bb1ec57c145496baddb44de76e00c2d03dbf9e8592099623da4c065de3a7c5a804e87c1e'
|
||||
'SKIP')
|
||||
#validpgpkeys=('C383B778255613DFDB409D91DB221A6900000011') # "Keith Packard <keithp@keithp.com>"
|
||||
validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <alan.coopersmith@oracle.com>
|
||||
|
Loading…
x
Reference in New Issue
Block a user