summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b65ab3485ea4..beac1f9013f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dracut-colors-git
pkgdesc = dracut hook to set VT console colors during early userspace
- pkgver = 2.a3b7f98
+ pkgver = 3.60cdf04
pkgrel = 1
url = https://github.com/mxfm/dracut-colors
arch = any
@@ -8,8 +8,7 @@ pkgbase = dracut-colors-git
makedepends = git
depends = dracut
depends = setcolors-git
- source = dracut-colors-git::git://github.com/mxfm/dracut-colors
+ source = dracut-colors-git::git+https://github.com/mxfm/dracut-colors
md5sums = SKIP
pkgname = dracut-colors-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 31075506a0f2..fc638a91698c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@ pkgname=${_pkgname}-git
pkgdesc="dracut hook to set VT console colors during early userspace"
license=('MIT')
url="https://github.com/mxfm/${_pkgname}"
-pkgver=2.a3b7f98
+pkgver=3.60cdf04
pkgrel=1
-source=("$pkgname::git://github.com/mxfm/${_pkgname}")
+source=("$pkgname::git+https://github.com/mxfm/${_pkgname}")
md5sums=('SKIP')
depends=('dracut' 'setcolors-git')
makedepends=('git')