summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2020-06-12 06:40:24 -0400
committerSolomon Choina2020-06-12 06:40:24 -0400
commit74cff8b61b09b91349ef2db4684771eda1924d7b (patch)
tree718f207d67ac10cdbbdc665b6bacda0de2917d23
parentb406e7e92d23ea244633b3c4d5e82bdf06f0f3fd (diff)
downloadaur-74cff8b61b09b91349ef2db4684771eda1924d7b.tar.gz
fixing provides and conflicts
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a837bd5870c..c2d86dd3c0bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libgnt3-hg
pkgdesc = The GLib Ncurses Toolkit
pkgver = r1374.8672fda6d081
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://bitbucket.org/pidgin/libgnt
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = libgnt3-hg
depends = ncurses
depends = libxml2
depends = python
- provides = libgnt3-hg
- conflicts = libgnt3-hg
+ provides = libgnt3
+ conflicts = libgnt3
source = hg+https://bitbucket.org/pidgin/libgnt#branch=default
sha256sums = SKIP
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')