summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNeoTheFox2022-10-02 10:01:01 +0400
committerNeoTheFox2022-10-02 10:01:01 +0400
commit561bb604204e9e144b1561eed05592e4ea2b8538 (patch)
tree50fe99b4986cc5966d3d2990e4398a5e3aa5311d /PKGBUILD
parent47c8e45b203c70fbf7c2af404321a5200ab16754 (diff)
downloadaur-pxdo-git.tar.gz
updated the source url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')