summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Hansen2021-10-21 08:10:03 -0700
committerScott Hansen2021-10-21 08:10:03 -0700
commit5bee4828b6c4c8c64cc8512a1d73c6ac98a45e7d (patch)
tree336f2962ab6b89ade58c60d21c3932f9b90ed6e5
parentc0902634b4ca9e3ab12aa62fda7ff80556c9448c (diff)
downloadaur-5bee4828b6c4c8c64cc8512a1d73c6ac98a45e7d.tar.gz
Fix url/source url mistake
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f08e7defe46a..dd830a052768 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"