diff options
author | Deposite Pirate | 2020-07-14 10:35:30 +0200 |
---|---|---|
committer | Deposite Pirate | 2020-07-14 10:35:30 +0200 |
commit | 26265bfe6e47a57e686961e1b39033d9a61ae887 (patch) | |
tree | b8e8ef8e7a31a55c673a702842880a628f7d1201 /talkatu-hg/PKGBUILD | |
parent | be359f720b783718e655da2bf97e9c8c92fab9ad (diff) |
* Update to new location of upstream repo
modified: .SRCINFO
modified: PKGBUILD
Diffstat (limited to 'talkatu-hg/PKGBUILD')
-rw-r--r-- | talkatu-hg/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/talkatu-hg/PKGBUILD b/talkatu-hg/PKGBUILD index 9077791..0ccbed3 100644 --- a/talkatu-hg/PKGBUILD +++ b/talkatu-hg/PKGBUILD @@ -4,7 +4,7 @@ _pkgname=talkatu pkgname=$_pkgname-hg -pkgver=r334.9f2390f06e9b +pkgver=r381.67b7255da6d4 pkgrel=1 pkgdesc="Gtk+ widgets for chat software" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ url="https://bitbucket.org/pidgin/talkatu" license=('GPL2') depends=('gtk3>=3.10.0' 'glade>=2.0' 'gumbo-parser>=0.10' 'gspell>=1.2' 'cmark') makedepends=('mercurial' 'meson' 'help2man' 'gtk-doc' 'gobject-introspection') -source=("$pkgname::hg+https://bitbucket.org/pidgin/$_pkgname") +source=("$pkgname::hg+https://keep.imfreedom.org/$_pkgname/$_pkgname") sha256sums=('SKIP') pkgver() { |