summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhang, DingYuan2020-09-29 17:45:31 +0800
committerZhang, DingYuan2020-09-29 17:45:31 +0800
commit303458929157cd96e3626b41f1488b1c783fdf80 (patch)
tree8a40335b7512e5735fd03eeaf7f8d6f7348ef5d8
parenta7408de02edb3e5b2b97779c4acc820ab0e3b47b (diff)
downloadaur-303458929157cd96e3626b41f1488b1c783fdf80.tar.gz
update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5252c5d61dd9..a51502119a75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = deepin-qt5integration-git
pkgdesc = Qt platform theme integration plugins for DDE
- pkgver = 5.1.0.8.r0.g6882fd3
+ pkgver = 5.1.0.8.r6.g3cb5c6f
pkgrel = 1
url = https://github.com/linuxdeepin/qt5integration
arch = x86_64
groups = deepin-git
license = GPL3
+ makedepends = git
makedepends = xcb-util-renderutil
depends = dtkwidget-git
depends = libqtxdg
depends = deepin-qt5platform-plugins-git
provides = deepin-qt5integration
conflicts = deepin-qt5integration
- replaces = deepin-qt5integration
source = deepin-qt5integration-git::git://github.com/linuxdeepin/qt5integration
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d107bc950f99..938449c97982 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,15 @@
# Maintainer: DingYuan Zhang <justforlxz@gmail.com>
pkgname=deepin-qt5integration-git
-pkgver=5.1.0.8.r0.g6882fd3
+pkgver=5.1.0.8.r6.g3cb5c6f
pkgrel=1
pkgdesc='Qt platform theme integration plugins for DDE'
arch=('x86_64')
url="https://github.com/linuxdeepin/qt5integration"
license=('GPL3')
depends=('dtkwidget-git' 'libqtxdg' 'deepin-qt5platform-plugins-git')
-makedepends=('xcb-util-renderutil')
+makedepends=('git' 'xcb-util-renderutil')
conflicts=('deepin-qt5integration')
-replaces=('deepin-qt5integration')
provides=('deepin-qt5integration')
groups=('deepin-git')
source=("$pkgname::git://github.com/linuxdeepin/qt5integration")
@@ -24,7 +23,7 @@ pkgver() {
build() {
cd $pkgname
qmake-qt5 PREFIX=/usr
- make -j$(nproc)
+ make
}
package() {