|
@@ -4,10 +4,13 @@
|
|
|
|
|
|
options=('!strip')
|
|
|
pkgname=linux-spudd
|
|
|
+if [[ -f testing ]]; then
|
|
|
+ pkgname=${pkgname}-testing
|
|
|
+fi
|
|
|
# The firmware the kernel produces blows: don't falsify this lightly
|
|
|
# "linux-firmware=20170309.695f2d6-1"
|
|
|
pkgrel=1
|
|
|
-pkgver=5.4.rc5.r331.g2384cfd4c76e
|
|
|
+pkgver=5.4.rc6.r17.gef6b3b99161d
|
|
|
pkgdesc="Kernel build from head"
|
|
|
arch=("x86_64" "aarch64" "armv7h")
|
|
|
license=("GPL2.1")
|