* update xsel to 1.2.1-1

This commit is contained in:
Alexander Baldeck 2023-05-20 18:49:28 +02:00
parent da09953dc6
commit 40158bf6fa

View File

@ -3,17 +3,17 @@
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=xsel
pkgver=1.2.0.20200527
pkgver=1.2.1
_commit=062e6d373537c60829fa9b5dcddbcd942986b3c3
pkgrel=2
pkgrel=1
pkgdesc="Command-line program for getting and setting the contents of the X selection"
arch=(x86_64 powerpc64le powerpc riscv64)
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://vergenet.net/~conrad/software/xsel/"
license=("custom")
depends=('libx11')
makedepends=('libxt' 'git')
#source=(https://www.vergenet.net/~conrad/software/xsel/download/$pkgname-$pkgver.tar.gz)
source=("git+https://github.com/kfish/xsel.git#commit=${_commit}")
source=("git+https://github.com/kfish/xsel.git#tag=${pkgver}")
sha512sums=('SKIP')
build() {