summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSolomon Choina2019-06-29 23:04:37 -0400
committerSolomon Choina2019-06-29 23:04:37 -0400
commit9fcff5d9e51e6debda21020e903ee93d072718e5 (patch)
tree66e6548292288b35c426ba4d61477c31a65451d6 /PKGBUILD
parent620d521dba6396f454e2e32a1c260a2527320754 (diff)
downloadaur-9fcff5d9e51e6debda21020e903ee93d072718e5.tar.gz
i need to make sure the hg logic clones default and not release or something
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c08c913ab95..6a065a6d26ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,19 @@
# Maintainer: Solomon Choina <shlomochoina@gmail.com>
pkgname=libgnt3-hg
-pkgver=r1339.0ed43e4e8a74
+pkgver=r1337.04d9c8e5cb95
+epoch=1
pkgrel=1
pkgdesc="The GLib Ncurses Toolkit"
arch=('x86_64')
url="https://bitbucket.org/pidgin/libgnt"
license=('GPL3')
-depends=('glib2' 'ncurses' 'libxml2' 'python2')
+depends=('glib2' 'ncurses' 'libxml2' 'python')
makedepends=('mercurial' 'meson' 'libxml2' 'python' 'gobject-introspection' 'gtk-doc')
provides=("${pkgname%-VCS}")
conflicts=("${pkgname%-VCS}")
-source=('hg+https://bitbucket.org/pidgin/libgnt')
+source=('hg+https://bitbucket.org/pidgin/libgnt#branch=default')
sha256sums=('SKIP')
-# Please refer to the 'USING VCS SOURCES' section of the PKGBUILD man page for
-# a description of each element in the source array.
-
pkgver() {
cd "$srcdir/${pkgname%3-hg}"