瀏覽代碼

Allow for muqss testing

Donald Carr 5 年之前
父節點
當前提交
c04acc3e2a
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      PKGBUILD

+ 4 - 1
PKGBUILD

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