summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2015-11-14 13:29:20 +0100
committerGordian Edenhofer2015-11-14 13:29:20 +0100
commit3e572ebc26c145992adb72f9f277c51d71353be4 (patch)
tree5534063f7baa73196a99e2fbb27b7471717a24c6
parent8fb2757bbeb84e3832aafb6549e83138c8efc3d4 (diff)
downloadaur-3e572ebc26c145992adb72f9f277c51d71353be4.tar.gz
Add provides and conflicts array for non-git
-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')