updated plymouth pkgbuild
This commit is contained in:
parent
011b49f257
commit
005f524208
2 changed files with 7 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
#Maintainer: ParchLinux
|
||||
pkgname=parch-plymouth
|
||||
destname="/usr"
|
||||
pkgver=2
|
||||
pkgver=3
|
||||
pkgrel=0
|
||||
pkgdesc="Parch Linux plymoyth support meta package"
|
||||
arch=('any')
|
||||
url="https://github.com/parchlinux"
|
||||
url="https://git.parchlinux.com/"
|
||||
license=('GPL3')
|
||||
makedepends=('git')
|
||||
depends=('plymouth')
|
||||
|
@ -13,7 +13,7 @@ conflicts=()
|
|||
provides=("${pkgname}")
|
||||
options=(!strip !emptydirs)
|
||||
install=parch.install
|
||||
source=("git+https://github.com/parchlinux/parch-plymouth.git")
|
||||
source=("git+https://git.parchlinux.com/settings/parch-plymouth.git")
|
||||
sha256sums=('SKIP')
|
||||
package() {
|
||||
install -dm755 ${pkgdir}${destname}
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
post_install() {
|
||||
plymouth-set-default-theme -R parch
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
plymouth-set-default-theme -R parch
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue