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 37e59aff51a0..7b4421079ea6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,8 @@ pkgbase = gnome-shell-theme-copernico-git
makedepends = git
depends = gtk3
depends = gnome-shell
+ provides = gnome-shell-theme-copernico
+ conflicts = gnome-shell-theme-copernico
source = copernico::git+https://github.com/mgyugcha/copernico-theme.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1ded235186a9..18f2d42d220b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,8 @@ url="http://gnome-look.org/content/show.php/Copernico+Theme?content=167439"
license=('GPL3')
depends=('gtk3' 'gnome-shell')
makedepends=('git')
+provides=('gnome-shell-theme-copernico')
+conflicts=('gnome-shell-theme-copernico')
source=(${_pkgname}::'git+https://github.com/mgyugcha/copernico-theme.git')
sha256sums=('SKIP')