fix
Package builder / BuildPackage (push) Successful in 39s Details

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2023-10-25 23:48:20 +00:00
parent 42f8ce6683
commit 46e2f7cf51
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
_pkgname=xtitle
pkgname="$_pkgname"-git
pkgver=25
pkgver=47
pkgrel=1
pkgdesc='Outputs X window titles'
arch=('i686' 'x86_64')
@ -14,7 +14,7 @@ depends=( 'libxcb' 'xcb-util' 'xcb-util-wm' )
makedepends=('git')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("https://github.com/baskerville/${_pkgname}.git")
source=("git+https://github.com/baskerville/${_pkgname}")
md5sums=('SKIP')
pkgver() {