Commit
+4 -0 +/-1 browse
1 | diff --git a/scripts/generate_pkgbuild.sh b/scripts/generate_pkgbuild.sh |
2 | index 4541c90..d58b175 100755 |
3 | --- a/scripts/generate_pkgbuild.sh |
4 | +++ b/scripts/generate_pkgbuild.sh |
5 | @@ -25,3 +25,7 @@ package() { |
6 | install -Dm644 usr/share/man/man7/note.7.gz -t \${pkgdir}/usr/share/man/man7/ |
7 | } |
8 | EOF |
9 | + |
10 | + pushd pkg |
11 | + makepkg -p "PKGBUILD-$VERSION" --printsrcinfo > "SRCINFO-$VERSION" |
12 | + popd |