summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPOPCORNS2018-09-06 18:18:55 +0800
committerPOPCORNS2018-09-06 18:18:55 +0800
commite5d7f214cdf997b10b7ee64a1193b77a6e8d313d (patch)
treec0b143a686c0bb0e38c188973f9b764edaa016a5
parent7d865755e9fa2595569b6c384ac2db5446423464 (diff)
downloadaur-e5d7f214cdf997b10b7ee64a1193b77a6e8d313d.tar.gz
Add provides and conflicts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c7da2f702a1..cad0a2ee4c5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,8 @@ pkgbase = arcint-gtk-theme-git
makedepends = optipng
makedepends = inkscape
optdepends = gnome-themes-standard: for gtk2 themes
+ provides = arcint-gtk-theme
+ conflicts = arcint-gtk-theme
pkgname = arcint-gtk-theme-git
diff --git a/PKGBUILD b/PKGBUILD
index c81c5f3ea590..7e60bf66e184 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,6 +5,8 @@ _pkgname=arcint-theme
pkgdesc="My own version of horst3180's Arc theme"
pkgver=1.0
pkgrel=1
+provides=("arcint-gtk-theme")
+conflicts=("arcint-gtk-theme")
arch=("any")
url="https://gitgud.io/popcorns/arcint-theme"
license=("GPL3")