summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFigue2017-07-17 00:45:36 +0200
committerFigue2017-07-17 00:45:36 +0200
commit1ac482c3573e808eb859faa80ef0953d0dbacc03 (patch)
treeceb93d8b291d096fd4497babfda3b0e0cb106c46
parentcc0db1db3cd32bd7ceda4dd4e7d74a54bf6667fc (diff)
downloadaur-1ac482c3573e808eb859faa80ef0953d0dbacc03.tar.gz
Fixed sources
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD13
2 files changed, 14 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3452aa24ddf..1015bc60e522 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,12 +15,13 @@ pkgbase = linux-xanmod
source = https://github.com/xanmod/linux/archive/4.12.2-xanmod3.tar.gz
source = 90-linux.hook
source = linux-xanmod.preset
- source = config.x86_64
- source = config.i686
sha256sums = e034d170f2acddd9c3a4c1545421b3fbc20f8ca2830e6f62b47eb310b99b091d
sha256sums = 834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0
sha256sums = ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65
- sha256sums = d2271b1dfae30f38d70549e1d142da9d03eade0fd4620bbc4bd757b9c7a27422
+ source_i686 = config.i686
+ sha256sums_i686 = 130c3e505315d4405cc1ba9235ab8cd075e1122e0f1fa50b66eceab4eb268faa
+ source_x86_64 = config.x86_64
+ sha256sums_x86_64 = d2271b1dfae30f38d70549e1d142da9d03eade0fd4620bbc4bd757b9c7a27422
pkgname = linux-xanmod
pkgdesc = The Linux kernel and modules with Xanmod patches
@@ -37,13 +38,13 @@ pkgname = linux-xanmod
backup = etc/mkinitcpio.d/linux-xanmod.preset
pkgname = linux-xanmod-headers
- pkgdesc = Header files and scripts for building modules for Linux kernel (git version)
+ pkgdesc = Header files and scripts for building modules for Xanmod Linux kernel
provides = linux-headers
provides = linux-xanmod-git-headers
conflicts = linux-xanmod-git-headers
replaces = linux-xanmod-git-headers
pkgname = linux-xanmod-docs
- pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux kernel (git version)
+ pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux kernel
provides = linux-docs
diff --git a/PKGBUILD b/PKGBUILD
index 21cb4108edd9..d2aeaa47a9a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,11 +18,14 @@ source=(https://github.com/xanmod/linux/archive/${pkgver}-xanmod${xanmod}.tar.gz
# pacman hook for initramfs regeneration
'90-linux.hook'
# standard config files for mkinitcpio ramdisk
- "${pkgbase}.preset" "config.x86_64" "config.i686")
+ "${pkgbase}.preset")
+source_x86_64=("config.x86_64")
+source_i686=("config.i686")
sha256sums=('e034d170f2acddd9c3a4c1545421b3fbc20f8ca2830e6f62b47eb310b99b091d'
'834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
- 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'
- 'd2271b1dfae30f38d70549e1d142da9d03eade0fd4620bbc4bd757b9c7a27422')
+ 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
+sha256sums_i686=('130c3e505315d4405cc1ba9235ab8cd075e1122e0f1fa50b66eceab4eb268faa')
+sha256sums_x86_64=('d2271b1dfae30f38d70549e1d142da9d03eade0fd4620bbc4bd757b9c7a27422')
_kernelname=${pkgbase#linux}
@@ -133,7 +136,7 @@ _package() {
}
_package-headers() {
- pkgdesc="Header files and scripts for building modules for Linux kernel (git version)"
+ pkgdesc="Header files and scripts for building modules for Xanmod Linux kernel"
provides=('linux-headers' 'linux-xanmod-git-headers')
replaces=('linux-xanmod-git-headers')
conflicts=('linux-xanmod-git-headers')
@@ -264,7 +267,7 @@ _package-headers() {
}
_package-docs() {
- pkgdesc="Kernel hackers manual - HTML documentation that comes with the Linux kernel (git version)"
+ pkgdesc="Kernel hackers manual - HTML documentation that comes with the Linux kernel"
provides=('linux-docs')
cd "${srcdir}/linux-${pkgver}-xanmod${xanmod}"