summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEvan Purkhiser2022-06-17 22:56:53 -0700
committerEvan Purkhiser2022-06-17 22:56:53 -0700
commit61c212fb4f46a56f0093942a1694a8bc8d082c5e (patch)
treeabcc783c8b2f9a54e278845994e23f35edcbac57 /PKGBUILD
parentf324feb3d2ff17dc90046162328a68bbf2a73d52 (diff)
downloadaur-python-httpie-oauth.tar.gz
build: Fix git urls
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 809a73319020..c4001de25c35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/jkbrzt/httpie-oauth"
pkgver=5.6cf6ed4
pkgrel=2
-source=("$pkgname::git+$url")
+source=("$pkgname::git+$url.git")
md5sums=('SKIP')
depends=('python-oauthlib' 'python-requests-oauthlib')
makedepends=('python-distribute' 'git')