From 1fe6e5b6a29a9cbae123c4e4410d5fbc1c9f7de5 Mon Sep 17 00:00:00 2001 From: tcely Date: Thu, 30 May 2019 04:02:49 -0400 Subject: testing/linux-amlogic: remove _kernver This variable doesn't appear anywhere else in this file. Closes GH-8290 --- testing/linux-amlogic/APKBUILD | 4 ---- 1 file changed, 4 deletions(-) (limited to 'testing/linux-amlogic') diff --git a/testing/linux-amlogic/APKBUILD b/testing/linux-amlogic/APKBUILD index ec8ccb65f9..cf27ddfd3a 100644 --- a/testing/linux-amlogic/APKBUILD +++ b/testing/linux-amlogic/APKBUILD @@ -2,10 +2,6 @@ pkgname=linux-amlogic pkgver=4.19.8 -case $pkgver in -*.*.*) _kernver=${pkgver%.*};; -*.*) _kernver=${pkgver};; -esac pkgrel=0 pkgdesc="Linux kernel for Amlogic" url=https://github.com/torvalds/linux -- cgit v1.2.3