summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorptr13372021-07-08 16:46:53 +0200
committerptr13372021-07-08 16:46:53 +0200
commit4eb3a1d677dbac1a0c02e67ca96172e8ccfc8de2 (patch)
treee917e125f52aa5df2f6fd4c09d489dfa684d0ece
parentca41279ae5119a3b17316d4ec993310c71ff170b (diff)
downloadaur-4eb3a1d677dbac1a0c02e67ca96172e8ccfc8de2.tar.gz
-v3-test
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1607c42d3337..1ba687fae7c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = linux-cacule-rdb
pkgdesc = Linux-CacULE-RDB Kernel by Hamad Marri and with some other patchsets
pkgver = 5.13.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/hamadmarri/cacule-cpu-scheduler
arch = x86_64
+ arch = x86_64_v3
license = GPL2
makedepends = kmod
makedepends = bc
diff --git a/PKGBUILD b/PKGBUILD
index 8aec1b07f932..86580847b08b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -57,9 +57,9 @@ _srcname=linux-${_major}
pkgbase=linux-cacule-rdb
pkgver=${_major}.${_minor}
#pkgver=${_major}
-pkgrel=2
+pkgrel=3
pkgdesc='Linux-CacULE-RDB Kernel by Hamad Marri and with some other patchsets'
-arch=('x86_64')
+arch=('x86_64' 'x86_64_v3')
url="https://github.com/hamadmarri/cacule-cpu-scheduler"
license=('GPL2')
makedepends=('kmod' 'bc' 'libelf' 'python-sphinx' 'python-sphinx_rtd_theme'