We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f16111b commit 1dab1f6Copy full SHA for 1dab1f6
1 file changed
pkgbuild/PKGBUILD
@@ -7,7 +7,8 @@ pkgrel=$(date +%H%M)
7
pkgdesc="Sysctl file to improve network configuration and other tweaks to network"
8
arch=('any')
9
url="https://github.com/biglinux/$pkgname"
10
-license=('GPL3')
+source=("git+https://github.com/biglinux/$pkgname.git")
11
+license=('GPL')
12
provides=("$pkgname")
13
md5sums=(SKIP)
14
if [ -e "${pkgname}.install" ];then
0 commit comments