mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
4 lines
70 B
Bash
Executable file
4 lines
70 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Update .SRCINFO file
|
|
makepkg --printsrcinfo > .SRCINFO
|