kakoune: add v2024.05.18 (#45460)
* update Kakoune, explicitly make install dirs first * blacken
This commit is contained in:
		| @@ -18,6 +18,9 @@ class Kakoune(MakefilePackage): | |||||||
| 
 | 
 | ||||||
|     license("Unlicense") |     license("Unlicense") | ||||||
| 
 | 
 | ||||||
|  |     version( | ||||||
|  |         "2024.05.18", sha256="dae8ac2e61d21d9bcd10145aa70b421234309a7b0bc57fad91bc34dbae0cb9fa" | ||||||
|  |     ) | ||||||
|     version( |     version( | ||||||
|         "2024.05.09", sha256="2190bddfd3af590c0593c38537088976547506f47bd6eb6c0e22350dbd16a229" |         "2024.05.09", sha256="2190bddfd3af590c0593c38537088976547506f47bd6eb6c0e22350dbd16a229" | ||||||
|     ) |     ) | ||||||
| @@ -40,4 +43,4 @@ class Kakoune(MakefilePackage): | |||||||
| 
 | 
 | ||||||
|     @property |     @property | ||||||
|     def install_targets(self): |     def install_targets(self): | ||||||
|         return ["-e", f"PREFIX={prefix}", "install"] |         return ["-e", f"PREFIX={prefix}", "installdirs", "install"] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 James Taliaferro
					James Taliaferro