summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Houdebert2020-06-01 13:32:52 +0000
committerKevin Houdebert2020-06-01 13:32:52 +0000
commitdb57c89d6fb80b5a6d940ae9c7e08dc015fee455 (patch)
tree3381ead0b12103f1fc84cfb2f6291aa05c2e225a
parent4c9231c3b46b1a56c32edf0b63e52a99d5df516c (diff)
downloadaur-db57c89d6fb80b5a6d940ae9c7e08dc015fee455.tar.gz
chore: update git uri
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b5a37299667..7876d5e91eaa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,13 +2,13 @@ pkgbase = xcwd-git
pkgdesc = xcwd is a simple tool that prints the current working directory of the currently focused window.
pkgver = 20141221
pkgrel = 1
- url = http://github.com/schischi-a/xcwd.git
+ url = http://github.com/schischi/xcwd.git
arch = i686
arch = x86_64
license = BSD
makedepends = git
depends = libx11
- source = git://github.com/schischi-a/xcwd
+ source = git://github.com/schischi/xcwd
md5sums = SKIP
pkgname = xcwd-git
diff --git a/PKGBUILD b/PKGBUILD
index 424aa23424db..5a4ee914a847 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
# Contributor: _@killown.com
pkgname=xcwd-git
-pkgver=20141221
+pkgver=20190309
pkgrel=1
pkgdesc="xcwd is a simple tool that prints the current working directory of the currently focused window."
arch=('i686' 'x86_64')
license=('BSD')
depends=('libx11')
makedepends=('git')
-url="http://github.com/schischi-a/xcwd.git"
-source=('git://github.com/schischi-a/xcwd')
+url="http://github.com/schischi/xcwd.git"
+source=('git://github.com/schischi/xcwd')
md5sums=('SKIP')
_gitname="xcwd"