summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWinston Wu2017-09-18 20:55:09 +0000
committerWinston Wu2017-09-18 20:55:09 +0000
commite4e97f1b0cf21d58c688c2f8f25da125b1a799d9 (patch)
tree27476e33cff56aaf294b2a99d6fbb79f54db7bf0
parentd859fea98c2ce9627f5a4430cfc1f3bb672701b2 (diff)
downloadaur-e4e97f1b0cf21d58c688c2f8f25da125b1a799d9.tar.gz
UPDATE j1
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36c18a0bd6cf..92ae08ab1ea4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=i-nex-git
pkgver=7.6.0.r61.g0c10102
-pkgrel=2
+pkgrel=3
pkgdesc="System information tool like hardinfo, sysinfo"
arch=('i686' 'x86_64')
url="http://i-nex.linux.pl/"
@@ -44,7 +44,6 @@ pkgver() {
prepare() {
cd $pkgname
- sed -i 's|python3$|python2|' pastebinit
sed -i -e 's|^STATIC.*|STATIC = false|' i-nex.mk
sed -i -e 's|^UDEV_RULES_DIR.*|UDEV_RULES_DIR = /usr/lib/udev/rules.d|' i-nex.mk
cd "I-Nex"
@@ -56,10 +55,10 @@ build() {
cd "I-Nex"
./configure --prefix=/usr
cd ..
- make
+ make -j1
}
package() {
cd $pkgname
- make DESTDIR="${pkgdir}/" install
+ make -j1 DESTDIR="${pkgdir}/" install
}