summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f01809b29771..bd180144b490 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pxdo-git
pkgdesc = Python script for querying X-server information and manipulating X-windows
- pkgver = c77d029
+ pkgver = 5a6536b
pkgrel = 1
url = https://github.com/xhsdf/rtile
arch = i686
@@ -11,8 +11,7 @@ pkgbase = pxdo-git
depends = python-xlib
provides = pxdo
conflicts = pxdo
- source = pxdo-git::git://github.com/xhsdf/pxdo.git
+ source = pxdo-git::git+https://github.com/xhsdf/pxdo.git
md5sums = SKIP
pkgname = pxdo-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 2a985a45cd95..8cc532132468 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pxdo-git
-pkgver=c77d029
+pkgver=5a6536b
pkgrel=1
pkgdesc="Python script for querying X-server information and manipulating X-windows"
arch=('i686' 'x86_64' 'armv7h')
@@ -12,7 +12,7 @@ provides=('pxdo')
# The git repo is detected by the 'git:' or 'git+' beginning. The branch
# '$pkgname' is then checked out upon cloning, expediating versioning:
#source=('git+https://github.com/falconindy/expac.git'
-source=("$pkgname"::'git://github.com/xhsdf/pxdo.git')
+source=("$pkgname"::'git+https://github.com/xhsdf/pxdo.git')
# Because the sources are not static, skip Git checksum:
md5sums=('SKIP')