summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2021-06-10 02:17:32 -0400
committerTony Lambiris2021-06-10 02:17:32 -0400
commit7d2800853078e6b4667f43c80da6ba480443d4d1 (patch)
tree1054bf13975a182adc0d7644bd971881acd98f2c
parenta047d84b05a29d1aad8e85adc5499abc3de4c63b (diff)
downloadaur-7d2800853078e6b4667f43c80da6ba480443d4d1.tar.gz
Add nordic-theme to conflicts
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2e17e92d1e5..3370cd96c453 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nordic-theme-git
pkgdesc = Dark Gtk3.20+ theme created using the awesome Nord color pallete.
pkgver = r126.9a98c05
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/EliverLara/Nordic
arch = any
license = GPL
@@ -11,6 +11,7 @@ pkgbase = nordic-theme-git
optdepends = ttf-roboto: primary font face defined
optdepends = ttf-ubuntu-font-family: secondary font face defined
optdepends = cantarell-fonts: tertiary font face defined
+ conflicts = nordic-theme
source = Nordic::git+https://github.com/EliverLara/Nordic.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4570802f3c58..ff5f3f0196d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=nordic-theme-git
_pkgname=Nordic
pkgver=r126.9a98c05
-pkgrel=2
+pkgrel=3
pkgdesc="Dark Gtk3.20+ theme created using the awesome Nord color pallete."
arch=("any")
url="https://github.com/EliverLara/${_pkgname}"
@@ -12,6 +12,7 @@ makedepends=('git' 'inkscape' 'optipng')
optdepends=('ttf-roboto: primary font face defined'
'ttf-ubuntu-font-family: secondary font face defined'
'cantarell-fonts: tertiary font face defined')
+conflicts=('nordic-theme')
source=("${_pkgname}::git+https://github.com/EliverLara/${_pkgname}.git")
sha256sums=('SKIP')