summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Dye2015-12-25 20:24:55 -0800
committerJosh Dye2015-12-25 20:24:55 -0800
commitf07f484239aa857b52ecfa55ac73af52797737a7 (patch)
treef4f4960ef8bb02c6064d70a53a864888e3e6e0fc
parentc07abec27a10a7eab78747019d75eaa7297f9555 (diff)
downloadaur-f07f484239aa857b52ecfa55ac73af52797737a7.tar.gz
Fixed Typo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 294ed03bff8d..2910fbbf7c72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Dec 26 03:48:56 UTC 2015
+# Sat Dec 26 04:24:23 UTC 2015
pkgbase = eggwm-qt5
pkgdesc = A simple and light Qt5 WM. 100% compatible with the EWMH and ICCCM standards.
pkgver = git
@@ -14,7 +14,7 @@ pkgbase = eggwm-qt5
depends = qt5-x11extras
provides = eggwm
conflicts = eggwm
- source = git+https://github.com/xiangzhai//eggwm.git
+ source = git+https://github.com/xiangzhai/eggwm.git
sha256sums = SKIP
pkgname = eggwm-qt5
diff --git a/PKGBUILD b/PKGBUILD
index 0c7028d7b4c3..ef15df0ea92a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=("qt5-base" "qt5-x11extras")
makedepends=("git" "qt5-tools")
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("git+https://github.com/xiangzhai//$_pkgname.git")
+source=("git+https://github.com/xiangzhai/$_pkgname.git")
sha256sums=("SKIP")