summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjustforlxz2022-12-29 15:53:18 +0800
committerjustforlxz2022-12-29 15:53:18 +0800
commitcd24c1479524f42dce8036884eb37261478eab15 (patch)
treee1458f164215990ba887a55c628d3e98870e39e8
parentf476fb213b5dbd2c29f93c63cf402a3a225e8236 (diff)
downloadaur-cd24c1479524f42dce8036884eb37261478eab15.tar.gz
update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1860302f6ec..9a2ea11a6828 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dtkcommon-git
pkgdesc = DTK common modules
pkgver = 5.6.3.r1.g3781d33
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/linuxdeepin/dtkcommon
arch = x86_64
arch = aarch64
@@ -13,6 +13,7 @@ pkgbase = dtkcommon-git
makedepends = gmock
makedepends = cmake
makedepends = ninja
+ provides = dtkcommon
conflicts = dtkcommon
source = git+https://github.com/linuxdeepin/dtkcommon
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5b140dea358c..2be2d3aaaa19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=dtkcommon-git
_pkgname=dtkcommon
pkgver=5.6.3.r1.g3781d33
-pkgrel=2
+pkgrel=3
pkgdesc='DTK common modules'
arch=('x86_64' 'aarch64')
url="https://github.com/linuxdeepin/dtkcommon"
@@ -11,7 +11,7 @@ license=('LGPL3')
depends=()
makedepends=('git' 'qt5-tools' 'gtest' 'gmock' 'cmake' 'ninja')
conflicts=('dtkcommon')
-providers=('dtkcommon')
+provides=('dtkcommon')
groups=('deepin-git')
source=("git+https://github.com/linuxdeepin/dtkcommon")
sha512sums=('SKIP')