summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSolomon Choina2020-06-12 06:43:33 -0400
committerSolomon Choina2020-06-12 06:43:33 -0400
commit98e97fa7b1239781c1ea97293eed80ae3b27f25f (patch)
tree03ec7d8df26bbfb573145866d303773070c96ee5 /PKGBUILD
parent74cff8b61b09b91349ef2db4684771eda1924d7b (diff)
downloadaur-98e97fa7b1239781c1ea97293eed80ae3b27f25f.tar.gz
fixing provides and conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b2962ca2d8e..d32accc76b82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ url="https://bitbucket.org/pidgin/libgnt"
license=('GPL3')
depends=('glib2' 'ncurses' 'libxml2' 'python')
makedepends=('mercurial' 'meson' 'libxml2' 'python' 'gobject-introspection' 'gtk-doc')
-provides=("${pkgname%-hg}")
-conflicts=("${pkgname%-hg}")
+provides=("${pkgname%-hg}" "libgnt")
+conflicts=("${pkgname%-hg}" "libgnt")
source=('hg+https://bitbucket.org/pidgin/libgnt#branch=default')
sha256sums=('SKIP')