diff options
author | Henrik Riomar <henrik.riomar@gmail.com> | 2018-12-06 18:12:59 +0100 |
---|---|---|
committer | Henrik Riomar <henrik.riomar@gmail.com> | 2018-12-06 18:13:10 +0100 |
commit | 95b97962f657163ea4ab369900654e1ff9b662e5 (patch) | |
tree | 89a4a32065eae218a3ccaa65d6a9d4b384f45519 /testing/intel-ucode | |
parent | 8ba5732d7f4832b862ea1e38642bfcca7028046a (diff) | |
download | aports-95b97962f657163ea4ab369900654e1ff9b662e5.tar.bz2 aports-95b97962f657163ea4ab369900654e1ff9b662e5.tar.xz |
testing/intel-ucode: makedepends
Diffstat (limited to 'testing/intel-ucode')
-rw-r--r-- | testing/intel-ucode/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/intel-ucode/APKBUILD b/testing/intel-ucode/APKBUILD index 82c0cef369..51698d48bf 100644 --- a/testing/intel-ucode/APKBUILD +++ b/testing/intel-ucode/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de> pkgname=intel-ucode pkgver=20180807a -pkgrel=0 +pkgrel=1 pkgdesc="Microcode update files for Intel CPUs" arch=noarch url="https://downloadcenter.intel.com/SearchResult.aspx?lang=eng&keyword=%22microcode%22" license="custom" -makedepens="iucode-tool" +makedepends="iucode-tool" source="https://downloadmirror.intel.com/28087/eng/microcode-$pkgver.tgz" options="!check" |