summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornaruto522ru2022-06-06 00:28:46 +0300
committernaruto522ru2022-06-06 00:28:46 +0300
commitda2f6e0298c0b539781d133fce58e2c21f6ecbc9 (patch)
treecb0615cb583ac8bc6469f92021757f0afdd59a07
parent06e389c37e59c33819f112bf735049a842b24ec2 (diff)
downloadaur-da2f6e0298c0b539781d133fce58e2c21f6ecbc9.tar.gz
I removed the -j option because all this stuff is set in makepkg.conf, so I decided not to disturb it.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fccc048f4ae..138b1d378678 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = 5up
pkgdesc = Handy screenshot making tool. Take screenshots, crop them, draw on them by using built-in editor and share your screenshots over the Internet by instant upload to img.5cm.ru image hosting server.
pkgver = 1.7.3b3
- pkgrel = 1
+ pkgrel = 2
url = https://launchpad.net/~luza-mbox
arch = x86_64
license = GPL
@@ -14,4 +14,3 @@ pkgbase = 5up
sha256sums = 08452fee102b49e8f9e3846c5a20bb7b0cdedb77806afa068768def0552a7476
pkgname = 5up
-
diff --git a/PKGBUILD b/PKGBUILD
index 3d8f5d0c60d2..de0e3d198cae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: naruto522ru <itachi522ru@gmail.com>
pkgname=5up
pkgver=1.7.3b3
-pkgrel=1
+pkgrel=2
pkgdesc='Handy screenshot making tool. Take screenshots, crop them, draw on them by using built-in editor and share your screenshots over the Internet by instant upload to img.5cm.ru image hosting server.'
arch=('x86_64')
url='https://launchpad.net/~luza-mbox'
@@ -15,7 +15,7 @@ sha256sums=('08452fee102b49e8f9e3846c5a20bb7b0cdedb77806afa068768def0552a7476')
build() {
cd "$srcdir"/5up-1.7.3/
- qmake-qt4 && make -j$(nproc)
+ qmake-qt4 && make
}
package() {