diff options
author | Egor Tensin <egor@tensin.name> | 2025-09-08 12:06:12 +0200 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2025-09-08 12:09:34 +0200 |
commit | 76afaa0eb3c72299e1a586f276d835526754c139 (patch) | |
tree | f7dd7e496233880b212e874ff4496ade340b9b46 /.SRCINFO | |
parent | split master-related stuff to master (diff) | |
download | grub-reboot-into-windows-76afaa0eb3c72299e1a586f276d835526754c139.tar.gz grub-reboot-into-windows-76afaa0eb3c72299e1a586f276d835526754c139.zip |
aur: 0.1-1
Also, moved everything to GitHub (partially, in responsed to the
accepted deletion request citing "do not host sources here").
Also, reset the version number, because why not.
Diffstat (limited to '')
-rw-r--r-- | .SRCINFO | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -1,20 +1,15 @@ -pkgbase = reboot-into-windows +pkgbase = grub-reboot-into-windows pkgdesc = Reboot into dual-booted Windows with a Bluetooth keyboard - pkgver = 0.2 + pkgver = 0.1 pkgrel = 1 + url = https://github.com/egor-tensin/grub-reboot-into-windows arch = any license = MIT depends = bash depends = gawk depends = grep options = !debug - source = reboot-into-windows - source = reboot-into-windows.desktop - source = icon.svg - source = sudoers - sha256sums = SKIP - sha256sums = SKIP - sha256sums = SKIP + source = grub-reboot-into-windows-0.1.tar.gz::https://github.com/egor-tensin/grub-reboot-into-windows/archive/v0.1.tar.gz sha256sums = SKIP -pkgname = reboot-into-windows +pkgname = grub-reboot-into-windows |