summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSolomon Choina2020-06-12 06:40:24 -0400
committerSolomon Choina2020-06-12 06:40:24 -0400
commit74cff8b61b09b91349ef2db4684771eda1924d7b (patch)
tree718f207d67ac10cdbbdc665b6bacda0de2917d23 /PKGBUILD
parentb406e7e92d23ea244633b3c4d5e82bdf06f0f3fd (diff)
downloadaur-74cff8b61b09b91349ef2db4684771eda1924d7b.tar.gz
fixing provides and conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa8f53380e55..9b2962ca2d8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=libgnt3-hg
pkgver=r1374.8672fda6d081
epoch=1
-pkgrel=1
+pkgrel=2
pkgdesc="The GLib Ncurses Toolkit"
arch=('x86_64')
url="https://bitbucket.org/pidgin/libgnt"
license=('GPL3')
depends=('glib2' 'ncurses' 'libxml2' 'python')
makedepends=('mercurial' 'meson' 'libxml2' 'python' 'gobject-introspection' 'gtk-doc')
-provides=("${pkgname%-VCS}")
-conflicts=("${pkgname%-VCS}")
+provides=("${pkgname%-hg}")
+conflicts=("${pkgname%-hg}")
source=('hg+https://bitbucket.org/pidgin/libgnt#branch=default')
sha256sums=('SKIP')