summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Houdebert2022-01-15 01:27:08 +0000
committerKevin Houdebert2022-01-15 01:28:06 +0000
commit35054d05259c6e9c35f15ded7fcb34987571b028 (patch)
treef7c3ff699919cbefcb84fb320bc48c3418e53ce5
parentdb57c89d6fb80b5a6d940ae9c7e08dc015fee455 (diff)
downloadaur-xcwd-git.tar.gz
Update git url
-rw-r--r--.SRCINFO23
-rw-r--r--PKGBUILD6
2 files changed, 14 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7876d5e91eaa..1ad32ad38137 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
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/xcwd.git
- arch = i686
- arch = x86_64
- license = BSD
- makedepends = git
- depends = libx11
- source = git://github.com/schischi/xcwd
- md5sums = SKIP
+ pkgdesc = xcwd is a simple tool that prints the current working directory of the currently focused window.
+ pkgver = 20190309
+ pkgrel = 2
+ url = https://github.com/schischi/xcwd.git
+ arch = i686
+ arch = x86_64
+ license = BSD
+ makedepends = git
+ depends = libx11
+ source = git+https://github.com/schischi/xcwd
+ md5sums = SKIP
pkgname = xcwd-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 5a4ee914a847..5067ef0433eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
pkgname=xcwd-git
pkgver=20190309
-pkgrel=1
+pkgrel=2
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/xcwd.git"
-source=('git://github.com/schischi/xcwd')
+url="https://github.com/schischi/xcwd.git"
+source=('git+https://github.com/schischi/xcwd')
md5sums=('SKIP')
_gitname="xcwd"