diff options
author | Deposite Pirate | 2020-07-14 10:42:04 +0200 |
---|---|---|
committer | Deposite Pirate | 2020-07-14 10:42:04 +0200 |
commit | f05cddbbda7da812c068122db9097a5be5d7a7b3 (patch) | |
tree | 031dd0d8cb6867ecedec36d7fe6d3eebdb43356b /libgnt-hg/PKGBUILD | |
parent | 26265bfe6e47a57e686961e1b39033d9a61ae887 (diff) |
* Update new location of upstream repo
new file: libgnt-hg/.SRCINFO
modified: libgnt-hg/PKGBUILD
Diffstat (limited to 'libgnt-hg/PKGBUILD')
-rw-r--r-- | libgnt-hg/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
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() { |