summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfaaris2022-05-29 20:17:35 +0100
committerfaaris2022-05-29 20:17:35 +0100
commit01e62b22b1bea87e9b39cd7b2ddd4959828bc7f3 (patch)
tree5659a18503da805e57fe9dccc007328ad09cc078
parentd5e92d9bb1911943ae6d91ca60c63f30367ad4e5 (diff)
downloadaur-01e62b22b1bea87e9b39cd7b2ddd4959828bc7f3.tar.gz
initial commit
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3dec826f67b4..697e546ca227 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,5 +6,7 @@ pkgbase = nvidia-modprobe-service
arch = any
license = GPL
depends = systemd
+ source = nvidia-modprobe.service
+ sha512sums = 8611a7be31a75fc8794c2e5c2f74678da82893fb42387d2e94ad877276939975ccf8daaa32aa3f84bafd40501a8216ea436ea0010ede3e958f910804ae3c36d8
pkgname = nvidia-modprobe-service
diff --git a/PKGBUILD b/PKGBUILD
index 138f015d182c..575f9ff0c95f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,9 @@ arch=('any')
license=('GPL')
depends=('systemd')
install="notes.install"
+source=('nvidia-modprobe.service')
+sha512sums=('8611a7be31a75fc8794c2e5c2f74678da82893fb42387d2e94ad877276939975ccf8daaa32aa3f84bafd40501a8216ea436ea0010ede3e958f910804ae3c36d8')
package() {
- install -Dm644 "nvidia-modprobe.service" "$pkgdir/usr/lib/systemd/system/nvidia-modprobe.service"
+ install -Dm644 "nvidia-modprobe.service" "$pkgdir/usr/lib/systemd/system/"
}