summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 793682ea79d6..36b3bad11d70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: fhdk <arch at nix dk>
-pkgname='endeavouros-galleon'
+pkgname='endeavouros-galleon-grub'
pgkdesc='EndeavourOS Galleon GRUB Theme'
pkgver=0.4
pkgrel=1
@@ -9,14 +9,13 @@ license=('MIT')
source=("https://github.com/fhdk/endeavouros-galleon/archive/v$pkgver.tar.gz")
depends=('grub')
install=theme.install
-provides=('galleon-grub-theme')
+provides=('endeavouros-galleon')
replaces=('endeavouros-nix')
-sha256sum=('')
-
+md5sums=('4d178d06a8e7a17db4ba1855967307e1')
package() {
cd $srcdir/$pkgname-$pkgver
install -d -m755 $pkgdir/usr/share/grub/themes/$pkgname
cp -R $pkgname $pkgdir/usr/share/grub/themes/
}
-md5sums=('4d178d06a8e7a17db4ba1855967307e1')
+