summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimao Gomes Viana2019-11-05 21:57:55 +0100
committerSimao Gomes Viana2019-11-05 21:57:55 +0100
commitf3e0e224f7286f0cfc4f2ce23ac0bb9dbd21a115 (patch)
treeb011086f290b66361d682bad70336dd38d024a69
parente67cac915daae84d9773b8cea1b660c733ec5a1d (diff)
downloadaur-f3e0e224f7286f0cfc4f2ce23ac0bb9dbd21a115.tar.gz
please work now
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2796657b3bc..0b972b6f3edb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-nitrous
pkgdesc = Modified Linux kernel optimized for Haswell (and newer) compiled using clang
pkgver = 5.3.8
- pkgrel = 13
+ pkgrel = 14
url = https://gitlab.com/xdevs23/linux-nitrous
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index e1b599d0f9d7..ce693cba1579 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=linux-nitrous
pkgver=5.3.8
-pkgrel=13
+pkgrel=14
_tar_pkgrel=12
pkgdesc="Modified Linux kernel optimized for Haswell (and newer) compiled using clang"
arch=('x86_64')
@@ -22,10 +22,11 @@ build() {
package() {
cd "$srcdir"
- cp -R "$srcdir/$pkgname-$pkgver/." "$pkgdir/."
- mv "$srcdir/$pkgname-$pkgver/.INSTALL" "${startdir}/linux-nitrous.install"
+ cp -R "$srcdir/." "$pkgdir/."
+ mv "$srcdir/.INSTALL" "${startdir}/linux-nitrous.install"
install="linux-nitrous.install"
for f in .BUILDINFO .MTREE .INSTALL .PKGINFO; do
rm -f "$pkgdir/$f"
done
+ rm -f "$pkgdir/*.tar.*"
}