summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2019-06-29 23:04:37 -0400
committerSolomon Choina2019-06-29 23:04:37 -0400
commit9fcff5d9e51e6debda21020e903ee93d072718e5 (patch)
tree66e6548292288b35c426ba4d61477c31a65451d6
parent620d521dba6396f454e2e32a1c260a2527320754 (diff)
downloadaur-9fcff5d9e51e6debda21020e903ee93d072718e5.tar.gz
i need to make sure the hg logic clones default and not release or something
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c31bfe60cf7a..08254a2e672e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = libgnt3-hg
pkgdesc = The GLib Ncurses Toolkit
- pkgver = r1339.0ed43e4e8a74
+ pkgver = r1337.04d9c8e5cb95
pkgrel = 1
+ epoch = 1
url = https://bitbucket.org/pidgin/libgnt
arch = x86_64
license = GPL3
@@ -14,10 +15,10 @@ pkgbase = libgnt3-hg
depends = glib2
depends = ncurses
depends = libxml2
- depends = python2
+ depends = python
provides = libgnt3-hg
conflicts = libgnt3-hg
- source = hg+https://bitbucket.org/pidgin/libgnt
+ source = hg+https://bitbucket.org/pidgin/libgnt#branch=default
sha256sums = SKIP
pkgname = libgnt3-hg
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}"