summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Berryhill2017-01-17 14:04:30 -0500
committerThomas Berryhill2017-01-17 14:04:30 -0500
commita6527f7588ef655fb815dafa9d751387d591798d (patch)
treeb6c64226c79b4fcb6ad93f7a79d25bff5618afe6 /PKGBUILD
parentade6f5013c1d939b351b528a06de8db2cb4d8f63 (diff)
downloadaur-a6527f7588ef655fb815dafa9d751387d591798d.tar.gz
I borked the versioning, think it's fixed now
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a40527892fef..6b4d426141be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=xdo
pkgname=${_pkgname}-git
-pkgver=0.5.4
+pkgver=0
pkgrel=1
pkgdesc='Small X utility to perform elementary actions on windows'
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('libxcb' 'xcb-util-wm')
makedepends=('git')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
-source=("git://github.com/baskerville/${_pkgname}.git")
+source=("git+https://github.com/baskerville/${_pkgname}.git")
md5sums=('SKIP')
pkgver() {