summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9db19a22583..a8f3d52c1dbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=sekiro-grub-theme-git
_themename=sekiro
-pkgver=r1.a704748
+pkgver=r1.39c5f4d
pkgrel=1
-pkgdesc="A GRUB Bootloader Theme with japanese style"
+pkgdesc="A GRUB2 theme with japanese style"
url='https://github.com/semimqmo/sekiro_grub_theme'
arch=('any')
license=('MIT')
depends=('grub')
makedepends=('git')
install="${pkgname}.install"
-source=("${pkgname}"::"git+https://github.com/semimqmo/sekiro_grub_theme")
+source=("${pkgname}"::"git+https://github.com/semimqmo/sekiro_grub_theme.git")
md5sums=('SKIP')
package() {
@@ -20,4 +20,4 @@ package() {
cp -rf --no-preserve=ownership ${pkgname}/Sekiro/* $pkgdir/usr/share/grub/themes/${_themename}/
cd "$pkgname"
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-} \ No newline at end of file
+}