summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8de9500061f1..e3a34b8df46f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = setcolors-git
license = MIT
makedepends = git
depends = glibc
- source = setcolors-git::git+https://github.com/evanpurkhiser/linux-vt-setcolors
+ source = setcolors-git::git+https://github.com/evanpurkhiser/linux-vt-setcolors.git
md5sums = SKIP
pkgname = setcolors-git
diff --git a/PKGBUILD b/PKGBUILD
index 4aa7a031cdaf..2501f35e0f73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ url="https://github.com/evanpurkhiser/linux-vt-setcolors"
pkgver=62.4e1686f
pkgrel=1
-source=("$pkgname::git+$url")
+source=("$pkgname::git+$url.git")
md5sums=('SKIP')
depends=('glibc')
makedepends=('git')