summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfrealgagu2020-01-22 13:31:00 -0500
committerfrealgagu2020-01-22 13:31:00 -0500
commit3ccc931e910d69b0cf4a76f59cb24aa5447fa36e (patch)
tree9517d94e9ab896e688e29d7962f88f34d9e5ba1a /PKGBUILD
parent1d19c4d26afcc8520967795ffa89e8e7061a51ea (diff)
downloadaur-3ccc931e910d69b0cf4a76f59cb24aa5447fa36e.tar.gz
Adding provides,conflicts and replaces clauses.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a53be0af3761..e921bb473d90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,9 @@ url="https://github.com/juliagoda/${pkgname/x}X"
license=("GPL3")
depends=("desktop-file-utils" "hicolor-icon-theme" "libxtst" "qt5-base" "sdl2")
makedepends=("cmake" "extra-cmake-modules" "gettext" "itstool" "qt5-tools")
+provides=("${pkgname/x}")
+conflicts=("${pkgname/x}")
+replaces=("${pkgname/x}")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/juliagoda/${pkgname/x/X}/archive/${pkgver}.tar.gz")
sha256sums=("349a980addac44414f9e4c5d1f4c58fc15ac48c639cc07c2f3bfb416c79f94fe")