summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhang, DingYuan2020-09-29 18:04:13 +0800
committerZhang, DingYuan2020-09-29 18:04:13 +0800
commit0084f5bcf9a66e2255f6b9d4f9b21598d39889f2 (patch)
tree11b9b37b9591307acb83da7b420e3f4101028fd0
parent6f62f039f0d042aae7eee86d390ad494c493116d (diff)
downloadaur-0084f5bcf9a66e2255f6b9d4f9b21598d39889f2.tar.gz
update
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5dfa33fd162a..039083b4b83f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,6 @@ pkgbase = dtkcore-git
depends = lshw
provides = dtkcore
conflicts = dtkcore
- replaces = dtkcore
source = dtkcore-git::git://github.com/linuxdeepin/dtkcore.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a649d5d7cb53..70223c4453fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,6 @@ license=('LGPL3')
depends=('dconf' 'deepin-desktop-base-git' 'python' 'gsettings-qt' 'lshw')
makedepends=('git' 'qt5-tools')
conflicts=('dtkcore')
-replaces=('dtkcore')
provides=('dtkcore')
groups=('deepin-git')
source=("$pkgname::git://github.com/linuxdeepin/dtkcore.git")
@@ -24,7 +23,7 @@ pkgver() {
build() {
cd $pkgname
qmake-qt5 PREFIX=/usr DTK_VERSION=$pkgver LIB_INSTALL_DIR=/usr/lib
- make -j$(nproc)
+ make
}
package() {