summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneeshy2020-11-30 23:52:57 -0500
committerneeshy2020-11-30 23:52:57 -0500
commitd904551d06634a06224d2d1026c4cfc13a6ca1af (patch)
treed698fa4ae651a171a733581f3bb807796eccaff4
parent3f7f1fb9265d0b8b692f2b263907fb9329966783 (diff)
downloadaur-d904551d06634a06224d2d1026c4cfc13a6ca1af.tar.gz
Append .git to source
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60542ec69da0..7a4689e5f69b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = infinityctl-git
depends = python-urllib3
optdepends = tesseract
optdepends = imagemagick
- source = git+https://gitgud.io/ring/infinityctl
+ source = git+https://gitgud.io/ring/infinityctl.git
source = 0001-Add-setup.py.patch
source = 0002-Add-unix_original-file-scrape-mode.patch
source = 0003-Fix-for-file-names-which-potentially-exceed-the-file.patch
diff --git a/PKGBUILD b/PKGBUILD
index 9977f010d78c..0beb5737c579 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('python' 'python-urllib3')
makedepends=('git' 'python-setuptools')
optdepends=('tesseract' 'imagemagick')
-source=("git+https://gitgud.io/ring/infinityctl"
+source=("git+https://gitgud.io/ring/infinityctl.git"
"0001-Add-setup.py.patch"
"0002-Add-unix_original-file-scrape-mode.patch"
"0003-Fix-for-file-names-which-potentially-exceed-the-file.patch"