summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfaaris2022-05-29 21:21:43 +0100
committerfaaris2022-05-29 21:21:43 +0100
commit6c27c96a0c1a1a3d3a19046a28857246f71aed44 (patch)
treee66f5d138965c777433b14f9c5eb7c0319e486f8
parent6c5d24b40b0d182315cbdb8683f9c820425bd7ba (diff)
downloadaur-6c27c96a0c1a1a3d3a19046a28857246f71aed44.tar.gz
Hopefully working 3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--notes.install2
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 060bb53a0eb2..ba5ad9fa806a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nvidia-modprobe-service
pkgdesc = Fixes /oldroot unmount issues by unloading nvidia modules before shutdown / reboot.
pkgver = 1
- pkgrel = 2
+ pkgrel = 5
install = notes.install
arch = any
license = GPL
depends = systemd
source = nvidia-modprobe.service
source = notes.install
- sha512sums = 8611a7be31a75fc8794c2e5c2f74678da82893fb42387d2e94ad877276939975
- sha512sums = ccf8daaa32aa3f84bafd40501a8216ea436ea0010ede3e958f910804ae3c36d8
+ sha256sums = db66b0fc66d1ca68e7cc0f64e203e1bf7b5b612899fd58a5a0e18b8f7ec4d30d
+ sha256sums = aa5902887da3a6f79ab2d9fbd3c64d7b861b213902b05b4f30c314425636c1fb
pkgname = nvidia-modprobe-service
diff --git a/PKGBUILD b/PKGBUILD
index abebf2de42c1..6c7febaaf98b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nvidia-modprobe-service
pkgver=1
-pkgrel=2
+pkgrel=5
pkgdesc="Fixes /oldroot unmount issues by unloading nvidia modules before shutdown / reboot."
arch=('any')
license=('GPL')
@@ -12,8 +12,8 @@ install="notes.install"
source=('nvidia-modprobe.service'
'notes.install')
-sha512sums=('8611a7be31a75fc8794c2e5c2f74678da82893fb42387d2e94ad877276939975'
- 'ccf8daaa32aa3f84bafd40501a8216ea436ea0010ede3e958f910804ae3c36d8')
+sha256sums=('db66b0fc66d1ca68e7cc0f64e203e1bf7b5b612899fd58a5a0e18b8f7ec4d30d'
+ 'aa5902887da3a6f79ab2d9fbd3c64d7b861b213902b05b4f30c314425636c1fb')
package() {
diff --git a/notes.install b/notes.install
index 16c8ec48cbdc..1565748969f6 100644
--- a/notes.install
+++ b/notes.install
@@ -6,6 +6,6 @@ post_install() {
echo
echo -e "${BOLD}Successfully installed nvidia-modprobe.service!${RESET}"
echo "You should enable the service and reboot once for the service to work:"
- echo -e ${GREEN}sudo systemctl enable nvidia-modprobe.service${RESET}"
+ echo -e "${GREEN}sudo systemctl enable nvidia-modprobe.service${RESET}"
echo
}