x2x-git: update to 20141123.
This commit is contained in:
parent
0397cdae81
commit
b93ca01408
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'x2x-git'
|
||||
pkgname=x2x-git
|
||||
version=20140712
|
||||
version=20141123
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="git automake pkg-config"
|
||||
|
@ -8,12 +8,12 @@ makedepends="libX11-devel libXext-devel libXtst-devel"
|
|||
short_desc="Use mouse and keyboard from X display on another"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="custom"
|
||||
homepage="https://github.com/dottedmag/x2x"
|
||||
homepage="https://github.com/jashandeep-sohi/x2x"
|
||||
|
||||
do_fetch() {
|
||||
do_fetch() {
|
||||
local url="git://github.com/jashandeep-sohi/x2x.git"
|
||||
msg_normal "Fetching source from $url ...\n"
|
||||
git clone ${url} ${pkgname}-${version}
|
||||
git clone ${url} ${pkgname}-${version}
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Reference in a new issue