Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
42f8ce6683
commit
46e2f7cf51
4
PKGBUILD
4
PKGBUILD
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user