summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorScott Hansen2021-10-21 11:09:56 -0700
committerScott Hansen2021-10-21 11:09:56 -0700
commitdff45e89eaf3a354994f61b0a33e8fe012c0ed11 (patch)
tree132087d7391a401fd29e27db05c42bfb5d10a982 /PKGBUILD
parentc8d4f7ef5336a98e12594ad07f4de2a8c4394000 (diff)
downloadaur-dff45e89eaf3a354994f61b0a33e8fe012c0ed11.tar.gz
Fix url/source url error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"