summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorptr13372021-07-14 21:19:02 +0200
committerptr13372021-07-14 21:19:02 +0200
commit2c22a088ddf221dca00fbf7909b3df51c427030d (patch)
tree9ff8b16dbfc5dc09e527d984a35de3ae93a3882f /PKGBUILD
parentff8dca6cd5068be65b9fab390b54cd628f9a5bd5 (diff)
downloadaur-2c22a088ddf221dca00fbf7909b3df51c427030d.tar.gz
fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11c54e442c2c..56e1f9f913a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -63,7 +63,7 @@ _srcname=linux-${_major}
pkgbase=linux-cacule-rdb
pkgver=${_major}.${_minor}
#pkgver=${_major}
-pkgrel=1
+pkgrel=2
pkgdesc='Linux-CacULE-RDB Kernel by Hamad Marri and with some other patchsets'
arch=('x86_64' 'x86_64_v3')
url="https://github.com/hamadmarri/cacule-cpu-scheduler"
@@ -463,7 +463,6 @@ _package() {
_package-headers() {
pkgdesc="Headers and scripts for building modules for the $pkgdesc kernel"
- depends=('linux-cacule' 'pahole')
cd ${_srcname}
local builddir="$pkgdir/usr/lib/modules/$(<version)/build"