summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhang, DingYuan2020-09-29 18:05:01 +0800
committerZhang, DingYuan2020-09-29 18:05:01 +0800
commitd61fa0b2ccc00ed567963417152feaee78f87298 (patch)
tree8b34de0358c20a1d99a900dee4cc0630699510e3
parent3fb641747294dcd5387537863de6b12a27540620 (diff)
downloadaur-d61fa0b2ccc00ed567963417152feaee78f87298.tar.gz
update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 533f2516dfe4..abcc4a66ecb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dtkwidget-git
pkgdesc = Deepin graphical user interface library
- pkgver = 5.2.2.15.r4.gb809bebb
+ pkgver = 5.2.2.16.r4.g40f4c7e5
pkgrel = 1
url = https://github.com/linuxdeepin/dtkwidget
arch = x86_64
@@ -18,7 +18,6 @@ pkgbase = dtkwidget-git
depends = startup-notification
provides = dtkwidget
conflicts = dtkwidget
- replaces = dtkwidget
source = dtkwidget-git::git://github.com/linuxdeepin/dtkwidget.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ebbd9c638923..1f0b41f43e8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Haruyuki lxz <lxz@ilxz.me>
pkgname=dtkwidget-git
-pkgver=5.2.2.15.r4.gb809bebb
+pkgver=5.2.2.16.r4.g40f4c7e5
pkgrel=1
pkgdesc='Deepin graphical user interface library'
arch=('x86_64')
@@ -10,9 +10,8 @@ license=('LGPL3')
depends=('deepin-qt-dbus-factory-git' 'dtkcore-git' 'dtkgui-git' 'librsvg' 'qt5-multimedia' 'qt5-svg'
'qt5-x11extras' 'startup-notification')
makedepends=('git' 'qt5-tools')
-replaces=('dtkwidget')
-conflicts=('dtkwidget')
provides=('dtkwidget')
+conflicts=('dtkwidget')
groups=('deepin-git')
source=("$pkgname::git://github.com/linuxdeepin/dtkwidget.git")
sha512sums=('SKIP')
@@ -30,7 +29,7 @@ prepare() {
build() {
cd $pkgname
qmake-qt5 PREFIX=/usr
- make -j$(nproc)
+ make
}
package() {