summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoris Lucido2022-04-20 08:37:56 +0200
committerLoris Lucido2022-04-20 08:37:56 +0200
commite1763c67e8122e047b64baf5a84ce3f036e4e2e3 (patch)
tree0c4086befd26ef58e6147ee05aa6a3cc1d607085
parentbcd1c600d1cbf113e520b2b56689b06863c8be63 (diff)
downloadaur-xcmenu-git.tar.gz
Fix typo in protocol
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48930078fb4d..e8d1d8ab9d7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = xcmenu-git
depends = zlib
optdepends = dmenu
replaces = loliclip
- source = https://github.com/dindon-sournois/xcmenu
+ source = git+https://github.com/dindon-sournois/xcmenu.git
md5sums = SKIP
pkgname = xcmenu-git
diff --git a/PKGBUILD b/PKGBUILD
index aa30a0d332fc..6c23e79a1afb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ depends=('libxcb' 'zlib')
optdepends=('dmenu')
makedepends=('gcc')
replaces=('loliclip')
-source=(https://github.com/dindon-sournois/xcmenu)
+source=(git+https://github.com/dindon-sournois/xcmenu.git)
md5sums=(SKIP)
pkgver() {