summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Hansen2021-10-21 11:09:56 -0700
committerScott Hansen2021-10-21 11:09:56 -0700
commitdff45e89eaf3a354994f61b0a33e8fe012c0ed11 (patch)
tree132087d7391a401fd29e27db05c42bfb5d10a982
parentc8d4f7ef5336a98e12594ad07f4de2a8c4394000 (diff)
downloadaur-dff45e89eaf3a354994f61b0a33e8fe012c0ed11.tar.gz
Fix url/source url error
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c38d18cffcc8..7234ccfc7557 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = python-keepmenu-git
pkgdesc = Dmenu/Rofi frontend for Keepass databases.
pkgver = r176.dbcf6dc
pkgrel = 1
- url = git+https://github.com/firecat53/keepmenu
+ url = https://github.com/firecat53/keepmenu
install = python-keepmenu.install
arch = any
license = GPL3
@@ -15,7 +15,7 @@ pkgbase = python-keepmenu-git
optdepends = xdotool: required for typing non-U.S. Unicode characters
provides = python-keepmenu
conflicts = python-keepmenu
- source = git://github.com/firecat53/keepmenu.git
+ source = git+https://github.com/firecat53/keepmenu.git
md5sums = SKIP
pkgname = python-keepmenu-git
diff --git a/PKGBUILD b/PKGBUILD
index 63f6f83c7d7c..dadb21e4bc7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Dmenu/Rofi frontend for Keepass databases."
arch=('any')
-url="git+https://github.com/firecat53/keepmenu"
+url="https://github.com/firecat53/keepmenu"
license=('GPL3')
depends=('python' 'python-pykeepass' 'python-pynput')
makedepends=('git')
@@ -16,7 +16,7 @@ optdepends=('dmenu: either dmenu or rofi is required'
'xdotool: required for typing non-U.S. Unicode characters')
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("git://github.com/firecat53/$_gitname.git")
+source=("git+https://github.com/firecat53/$_gitname.git")
md5sums=('SKIP')
install="$_pkgname.install"