Skip to content

Commit 11a8300

Browse files
committed
Change dependency from mokutil-git to mokutil
The reason we chose mokutil-git over mokutil was a build issue for the mokutil package, whereas mokutil-git did work. Unfortunately, mokutil-git lacks the provides and replaces field, so this had to be set explicitly in our dependencies. This issue has now been resolved, so switch to the hopefully more stable non-git version.
1 parent 80c9dc0 commit 11a8300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pkgdesc='Secure-boot machine owner key for linux-surface kernels'
77
url='https://github.com/linux-surface/linux-surface'
88
license=('MIT')
99
arch=('any')
10-
depends=('mokutil-git')
10+
depends=('mokutil')
1111
install="${pkgname}.install"
1212

1313
_commit="d8887bc8ce14a47d5b9d45f6697f05d53e43fe9a"

0 commit comments

Comments
 (0)