summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8ff327f6c78..8989049887e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = deepin-icon-theme-git
pkgdesc = Deepin GTK Theme
- pkgver = 2021.11.24.r0.g572b049d
+ pkgver = 2021.11.24.r15.g88a5c7ab
pkgrel = 1
url = https://github.com/linuxdeepin/deepin-gtk-theme
arch = any
- groups = deepin
+ groups = deepin-git
license = LGPL3
makedepends = git
optdepends = gtk-engine-murrine: for gtk2 themes
+ provides = deepin-icon-theme
+ conflicts = deepin-icon-theme
source = deepin-icon-theme-git::git+https://github.com/linuxdeepin/deepin-icon-theme/
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c0da18a6edcc..648093aef865 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
pkgname=deepin-icon-theme-git
-pkgver=2021.11.24.r0.g572b049d
+pkgver=2021.11.24.r15.g88a5c7ab
pkgrel=1
pkgdesc="Deepin GTK Theme"
arch=('any')
@@ -13,7 +13,9 @@ url="https://github.com/linuxdeepin/deepin-gtk-theme"
makedepends=('git')
license=('LGPL3')
optdepends=('gtk-engine-murrine: for gtk2 themes')
-groups=('deepin')
+groups=('deepin-git')
+conflicts=(deepin-icon-theme)
+provides=(deepin-icon-theme)
source=("$pkgname::git+https://github.com/linuxdeepin/deepin-icon-theme/")
sha512sums=('SKIP')