fixed indentation pacman.conf install
This commit is contained in:
parent
870a170045
commit
b0c39f7d27
2
.SRCINFO
2
.SRCINFO
|
@ -10,7 +10,7 @@ pkgbase = tromjaro-mirrorlist
|
||||||
source = tromjaro-mirrorlist::git+https://gitlab.com/tromsite/tromjaro/mirrorlist-settings.git#commit=1fc803a0b51960e744d5a4b7c09bcbdc1a2c0a71
|
source = tromjaro-mirrorlist::git+https://gitlab.com/tromsite/tromjaro/mirrorlist-settings.git#commit=1fc803a0b51960e744d5a4b7c09bcbdc1a2c0a71
|
||||||
source = tromjaro-mirrorlist.install
|
source = tromjaro-mirrorlist.install
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = 0675666c8874a416c0a60f16ab9dabb26b37f35fdd6553a5202ecd04e95385d3
|
sha256sums = 9832bc17c4d969f2ef7a4f36060d5659b379aec273f739e2936173c37c513b86
|
||||||
|
|
||||||
pkgname = tromjaro-mirrorlist
|
pkgname = tromjaro-mirrorlist
|
||||||
|
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -13,7 +13,7 @@ makedepends=("git")
|
||||||
source=("${pkgname}::git+${url}.git#commit=1fc803a0b51960e744d5a4b7c09bcbdc1a2c0a71"
|
source=("${pkgname}::git+${url}.git#commit=1fc803a0b51960e744d5a4b7c09bcbdc1a2c0a71"
|
||||||
"${pkgname}.install")
|
"${pkgname}.install")
|
||||||
sha256sums=('SKIP'
|
sha256sums=('SKIP'
|
||||||
'0675666c8874a416c0a60f16ab9dabb26b37f35fdd6553a5202ecd04e95385d3')
|
'9832bc17c4d969f2ef7a4f36060d5659b379aec273f739e2936173c37c513b86')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd "${pkgname}"
|
cd "${pkgname}"
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
post_install() {
|
post_install() {
|
||||||
sed -i '/TROMrepo/,+2d' /etc/pacman.conf
|
sed -i '/TROMrepo/,+2d' /etc/pacman.conf
|
||||||
sed -i '$a\
|
sed -i '$a\
|
||||||
[TROMrepo]\
|
[TROMrepo]\
|
||||||
SigLevel = Never\
|
SigLevel = Never\
|
||||||
Include = /etc/pacman.d/tromjaro-mirrorlist' /etc/pacman.conf
|
Include = /etc/pacman.d/tromjaro-mirrorlist' /etc/pacman.conf
|
||||||
}
|
}
|
||||||
|
|
||||||
post_upgrade() {
|
post_upgrade() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user