* update xsel to 1.2.1-2

This commit is contained in:
Alexander Baldeck 2024-08-15 05:20:17 +02:00
parent 08bed6002c
commit 9858bd2d4a
3 changed files with 18 additions and 1 deletions

14
xsel/.SRCINFO Normal file
View File

@ -0,0 +1,14 @@
pkgbase = xsel
pkgdesc = Command-line program for getting and setting the contents of the X selection
pkgver = 1.2.1
pkgrel = 2
url = https://vergenet.net/~conrad/software/xsel/
arch = x86_64
license = custom
makedepends = libxt
makedepends = git
depends = libx11
source = git+https://github.com/kfish/xsel.git#tag=1.2.1
sha512sums = SKIP
pkgname = xsel

3
xsel/.nvchecker.toml Normal file
View File

@ -0,0 +1,3 @@
[xsel]
source = "git"
git = "https://github.com/kfish/xsel.git"

View File

@ -5,7 +5,7 @@
pkgname=xsel
pkgver=1.2.1
_commit=062e6d373537c60829fa9b5dcddbcd942986b3c3
pkgrel=1
pkgrel=2
pkgdesc="Command-line program for getting and setting the contents of the X selection"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://vergenet.net/~conrad/software/xsel/"