summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Neumann2019-09-03 21:56:03 +0200
committerJan Neumann2019-09-03 21:56:03 +0200
commit7bfd65b604474c956feaebe290c03c8997f33171 (patch)
treef0dd07d0d533ec215f8e7bf2de664794423854d7
parent3f3aca8b0c2b98453e2706157bbff8b04ce874bd (diff)
downloadaur-7bfd65b604474c956feaebe290c03c8997f33171.tar.gz
some changes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23355ca9c93e..9a49fc897dad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,8 @@ pkgbase = nx-gtk-themes-git
depends = gtk3
depends = gtk2
depends = gtk-engine-murrine
+ conflicts = nomad-gtk-themes-git
+ replaces = nomad-gtk-themes-git
source = git+https://github.com/nx-desktop/nx-gtk-themes.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7bc5f4553848..d822ab4befba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,8 @@ pkgdesc="NX GTK themes"
arch=('any')
url="https://github.com/nx-desktop/nx-gtk-themes"
license=('GPL')
+replaces=('nomad-gtk-themes-git')
+conflicts=('nomad-gtk-themes-git')
depends=('gtk3' 'gtk2' 'gtk-engine-murrine')
makedepends=('git')
source=("git+${url}.git")