summaryrefslogtreecommitdiff
path: root/libgnt-hg
diff options
context:
space:
mode:
authorDeposite Pirate2020-07-14 10:42:04 +0200
committerDeposite Pirate2020-07-14 10:42:04 +0200
commitf05cddbbda7da812c068122db9097a5be5d7a7b3 (patch)
tree031dd0d8cb6867ecedec36d7fe6d3eebdb43356b /libgnt-hg
parent26265bfe6e47a57e686961e1b39033d9a61ae887 (diff)
* Update new location of upstream repo
new file: libgnt-hg/.SRCINFO modified: libgnt-hg/PKGBUILD
Diffstat (limited to 'libgnt-hg')
-rw-r--r--libgnt-hg/.SRCINFO21
-rw-r--r--libgnt-hg/PKGBUILD4
2 files changed, 23 insertions, 2 deletions
diff --git a/libgnt-hg/.SRCINFO b/libgnt-hg/.SRCINFO
new file mode 100644
index 0000000..0f56605
--- /dev/null
+++ b/libgnt-hg/.SRCINFO
@@ -0,0 +1,21 @@
+pkgbase = libgnt-hg
+ pkgdesc = ncurses widgets for Pidgin
+ pkgver = r1390.3ebfb66520a9
+ pkgrel = 1
+ url = https://bitbucket.org/pidgin/libgnt
+ arch = i686
+ arch = x86_64
+ license = GPL2
+ makedepends = mercurial
+ makedepends = meson
+ makedepends = gtk-doc
+ depends = ncurses>=6.1
+ depends = glib2>=2.58.0
+ depends = icu>=63.1
+ depends = libxml2>=2.9.8
+ depends = python>=3.7.0
+ source = libgnt-hg::hg+https://keep.imfreedom.org/libgnt/libgnt
+ sha256sums = SKIP
+
+pkgname = libgnt-hg
+
diff --git a/libgnt-hg/PKGBUILD b/libgnt-hg/PKGBUILD
index 76b2747..582274e 100644
--- a/libgnt-hg/PKGBUILD
+++ b/libgnt-hg/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=libgnt
pkgname=$_pkgname-hg
-pkgver=r1371.88c07b4791fa
+pkgver=r1390.3ebfb66520a9
pkgrel=1
pkgdesc="ncurses widgets for Pidgin"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ url="https://bitbucket.org/pidgin/libgnt"
license=('GPL2')
depends=('ncurses>=6.1' 'glib2>=2.58.0' 'icu>=63.1' 'libxml2>=2.9.8' 'python>=3.7.0')
makedepends=('mercurial' 'meson' 'gtk-doc')
-source=("$pkgname::hg+https://bitbucket.org/pidgin/$_pkgname")
+source=("$pkgname::hg+https://keep.imfreedom.org/$_pkgname/$_pkgname")
sha256sums=('SKIP')
pkgver() {