summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23f39dfd1e1b..4c5f317ad792 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,8 @@ pkgbase = gtk-arc-flatabulous-theme-git
optdepends = gnome-themes-standard: for gtk2 themes
optdepends = arc-icon-theme: recommended icon theme
optdepends = gtk3: for gtk3 themes
+ provides = gtk-arc-flatabulous-theme
+ conflicts = gtk-arc-flatabulous-theme
source = git+https://github.com/andreisergiu98/arc-flatabulous-theme
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 140c170993fb..07479dfa832c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,6 +19,8 @@ optdepends=('gtk-engine-murrine: for gtk2 themes'
)
source=("git+${url}")
sha256sums=('SKIP')
+provides=('gtk-arc-flatabulous-theme')
+conflicts=('gtk-arc-flatabulous-theme')
pkgver() {
cd "${srcdir}/${_pkgname}"