We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f14cf commit a935738Copy full SHA for a935738
1 file changed
pkgbuild/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
9
url="https://github.com/biglinux/$pkgname"
10
license=('GPL3')
11
provides=("$pkgname")
12
-md5sums=('SKIP')
+md5sums=(SKIP)
13
if [ -e "${pkgname}.install" ];then
14
install=${pkgname}.install
15
fi
0 commit comments