added #commit
This commit is contained in:
10
PKGBUILD
10
PKGBUILD
@ -1,7 +1,7 @@
|
||||
# Maintainer: davedatum <trom@davedatum.com>
|
||||
|
||||
pkgbase=grub-theme-live-tromjaro
|
||||
pkgname=('grub-theme-live-common-tromjaro' 'grub-theme-live-tromjaro' 'grub-theme-tromjaro')
|
||||
pkgname=('grub-theme-live-common' 'grub-theme-live-tromjaro' 'grub-theme-tromjaro')
|
||||
pkgver=18.0
|
||||
pkgrel=1
|
||||
|
||||
@ -10,18 +10,18 @@ arch=('any')
|
||||
url="https://gitlab.com/tromsite/tromjaro/grub-theme"
|
||||
license=('GPL')
|
||||
makedepends=('git')
|
||||
source=("grub-theme::git+$url.git")
|
||||
source=("grub-theme::git+$url.git#commit=338f17aca67f1a78c6a7dddd672b700c0fba7123")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
package_grub-theme-live-common-tromjaro() {
|
||||
package_grub-theme-live-common() {
|
||||
depends=('grub')
|
||||
conflicts=('grub-theme-live-dev' 'grub-theme-live-common')
|
||||
conflicts=('grub-theme-live-dev')
|
||||
|
||||
cd grub-theme
|
||||
make PREFIX=/usr DESTDIR=${pkgdir} install_common
|
||||
}
|
||||
package_grub-theme-live-tromjaro() {
|
||||
depends=('grub-theme-live-common-tromjaro')
|
||||
depends=('grub-theme-live-common')
|
||||
conflicts=('grub-theme-live-common-dev' 'grub-theme-live-manjaro')
|
||||
|
||||
cd grub-theme
|
||||
|
Reference in New Issue
Block a user