summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjustforlxz2022-12-29 17:18:23 +0800
committerjustforlxz2022-12-29 17:18:23 +0800
commitb9a5eb09f870fc2a887545c772681ea61911cc9a (patch)
tree9d2c4127fc80ea52ce008e1b5147e495921f1ce4
parentcd24c1479524f42dce8036884eb37261478eab15 (diff)
downloadaur-b9a5eb09f870fc2a887545c772681ea61911cc9a.tar.gz
update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a2ea11a6828..68a57e36d9cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dtkcommon-git
pkgdesc = DTK common modules
pkgver = 5.6.3.r1.g3781d33
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/linuxdeepin/dtkcommon
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 2be2d3aaaa19..0d62f04e0adb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=dtkcommon-git
_pkgname=dtkcommon
pkgver=5.6.3.r1.g3781d33
-pkgrel=3
+pkgrel=4
pkgdesc='DTK common modules'
arch=('x86_64' 'aarch64')
url="https://github.com/linuxdeepin/dtkcommon"
@@ -25,6 +25,7 @@ build() {
cd $srcdir/$_pkgname
cmake -B build -GNinja \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+ -DMKSPECS_INSTALL_DIR=/usr/lib/qt/mkspecs/ \
-DLINUXNAME="archlinux" \
-DCMAKE_INSTALL_PREFIX=/usr
cmake --build build