Date: Tuesday, May 2, 2023 @ 16:26:13 Author: spupykin Revision: 1455877
upgpkg: xsel 1.2.1-1 Modified: xsel/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-02 16:25:22 UTC (rev 1455876) +++ PKGBUILD 2023-05-02 16:26:13 UTC (rev 1455877) @@ -2,9 +2,9 @@ # Contributor: Sergej Pupykin <[email protected]> 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) url="https://vergenet.net/~conrad/software/xsel/" @@ -12,7 +12,7 @@ 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() {
