summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Richter2019-05-17 08:37:04 -0500
committerEric Richter2019-05-17 08:37:04 -0500
commita3c31ddf7251f174471534072b07e659d1e7f0b5 (patch)
tree46077d792195faea2e07b3902294b103ebbc52e3
parent069ca3228fb9fe6bfd6947d52703526e3c6d40b2 (diff)
downloadaur-a3c31ddf7251f174471534072b07e659d1e7f0b5.tar.gz
update url, add OMEMO dependencies
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5efd04c1ec60..df51ca46cce1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Oct 10 00:40:39 UTC 2016
+# Fri May 17 13:35:50 UTC 2019
pkgbase = profanity-git
pkgdesc = A console based jabber client.
- pkgver = 4737.d485588
+ pkgver = 5179.c94f3d0b
pkgrel = 1
- url = http://www.profanity.im
+ url = http://profanity-im.github.io
arch = i686
arch = x86_64
license = GPL3
@@ -12,13 +12,14 @@ pkgbase = profanity-git
makedepends = autoconf-archive
depends = curl
depends = expat
+ depends = libgcrypt
depends = libnotify
depends = libotr
depends = libxss
depends = libstrophe-git
provides = profanity
conflicts = profanity
- source = profanity::git://github.com/boothj5/profanity.git#branch=master
+ source = profanity::git://github.com/profanity-im/profanity.git#branch=master
sha256sums = SKIP
pkgname = profanity-git
diff --git a/PKGBUILD b/PKGBUILD
index 11b261d8ce01..458d6094b40d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname=profanity-git
_pkgname=profanity
-pkgver=4737.d485588
+pkgver=5179.c94f3d0b
pkgrel=1
pkgdesc="A console based jabber client."
arch=('i686' 'x86_64')
-url="http://www.profanity.im"
+url="http://profanity-im.github.io"
license=('GPL3')
-depends=('curl' 'expat' 'libnotify' 'libotr' 'libxss' 'libstrophe-git')
+depends=('curl' 'expat' 'libgcrypt' 'libnotify' 'libotr' 'libxss' 'libsignal-protocol-c' 'libstrophe-git')
makedepends=('git' 'autoconf-archive')
provides=('profanity')
conflicts=('profanity')
-source=("$_pkgname::git://github.com/boothj5/profanity.git#branch=master")
+source=("$_pkgname::git://github.com/profanity-im/profanity.git#branch=master")
sha256sums=('SKIP')
pkgver() {