diff options
Diffstat (limited to 'main/pciutils/APKBUILD')
-rw-r--r-- | main/pciutils/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/pciutils/APKBUILD b/main/pciutils/APKBUILD index 4a3a692755..d3c533910a 100644 --- a/main/pciutils/APKBUILD +++ b/main/pciutils/APKBUILD @@ -12,7 +12,7 @@ makedepends="linux-headers" options="!check" install= subpackages="$pkgname-doc $pkgname-dev $pkgname-libs" -source="http://www.kernel.org/pub/software/utils/$pkgname/$pkgname-$pkgver.tar.gz +source="https://www.kernel.org/pub/software/utils/$pkgname/$pkgname-$pkgver.tar.gz fix-linking-pci-malloc-Makefile.patch pread.patch " |