update urls to https and point to gitlab as source
This commit is contained in:
parent
d03b51ee09
commit
bc07bc09b2
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,8 +1,8 @@
|
||||||
pkgbase = plymouth-git
|
pkgbase = plymouth-git
|
||||||
pkgdesc = A graphical boot splash screen with kernel mode-setting support (Development version)
|
pkgdesc = A graphical boot splash screen with kernel mode-setting support (Development version)
|
||||||
pkgver = 0.9.4.r105.gb9f2aac
|
pkgver = 0.9.4.r105.gb9f2aac
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = http://www.freedesktop.org/wiki/Software/Plymouth/
|
url = https://www.freedesktop.org/wiki/Software/Plymouth/
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL
|
license = GPL
|
||||||
|
@ -20,7 +20,7 @@ pkgbase = plymouth-git
|
||||||
options = !libtool
|
options = !libtool
|
||||||
options = !emptydirs
|
options = !emptydirs
|
||||||
backup = etc/plymouth/plymouthd.conf
|
backup = etc/plymouth/plymouthd.conf
|
||||||
source = git+http://anongit.freedesktop.org/git/plymouth
|
source = git+https://gitlab.freedesktop.org/plymouth/plymouth.git
|
||||||
source = arch-logo.png
|
source = arch-logo.png
|
||||||
source = plymouth.encrypt_hook
|
source = plymouth.encrypt_hook
|
||||||
source = plymouth.encrypt_install
|
source = plymouth.encrypt_install
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -5,9 +5,9 @@
|
||||||
|
|
||||||
pkgname=plymouth-git
|
pkgname=plymouth-git
|
||||||
pkgver=0.9.4.r105.gb9f2aac
|
pkgver=0.9.4.r105.gb9f2aac
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A graphical boot splash screen with kernel mode-setting support (Development version)"
|
pkgdesc="A graphical boot splash screen with kernel mode-setting support (Development version)"
|
||||||
url="http://www.freedesktop.org/wiki/Software/Plymouth/"
|
url="https://www.freedesktop.org/wiki/Software/Plymouth/"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ backup=('etc/plymouth/plymouthd.conf')
|
||||||
|
|
||||||
options=('!libtool' '!emptydirs')
|
options=('!libtool' '!emptydirs')
|
||||||
|
|
||||||
source=("git+http://anongit.freedesktop.org/git/plymouth"
|
source=("git+https://gitlab.freedesktop.org/plymouth/plymouth.git"
|
||||||
'arch-logo.png'
|
'arch-logo.png'
|
||||||
'plymouth.encrypt_hook'
|
'plymouth.encrypt_hook'
|
||||||
'plymouth.encrypt_install'
|
'plymouth.encrypt_install'
|
||||||
|
|
Loading…
Reference in a new issue