Skip to content

Commit 1dab1f6

Browse files
committed
Add source
1 parent f16111b commit 1dab1f6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pkgbuild/PKGBUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ pkgrel=$(date +%H%M)
77
pkgdesc="Sysctl file to improve network configuration and other tweaks to network"
88
arch=('any')
99
url="https://github.com/biglinux/$pkgname"
10-
license=('GPL3')
10+
source=("git+https://github.com/biglinux/$pkgname.git")
11+
license=('GPL')
1112
provides=("$pkgname")
1213
md5sums=(SKIP)
1314
if [ -e "${pkgname}.install" ];then

0 commit comments

Comments
 (0)