summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2020-06-12 06:43:33 -0400
committerSolomon Choina2020-06-12 06:43:33 -0400
commit98e97fa7b1239781c1ea97293eed80ae3b27f25f (patch)
tree03ec7d8df26bbfb573145866d303773070c96ee5
parent74cff8b61b09b91349ef2db4684771eda1924d7b (diff)
downloadaur-98e97fa7b1239781c1ea97293eed80ae3b27f25f.tar.gz
fixing provides and conflicts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2d86dd3c0bf..a92226ceb798 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,9 @@ pkgbase = libgnt3-hg
depends = libxml2
depends = python
provides = libgnt3
+ provides = libgnt
conflicts = libgnt3
+ conflicts = libgnt
source = hg+https://bitbucket.org/pidgin/libgnt#branch=default
sha256sums = SKIP
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')