summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornaxuroqa2019-02-14 16:51:13 +0100
committernaxuroqa2019-02-14 16:51:13 +0100
commit0d685cfd116af32ba6858005a7b4366a094eb38e (patch)
tree66ecf09756d557c53eb02d5b185fd0c943327df8
parente840e68c33032b442a0417d3a262ad6f1e2d35e6 (diff)
downloadaur-0d685cfd116af32ba6858005a7b4366a094eb38e.tar.gz
r1190.f5dd584
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d410469b818e..ee39e9f51cc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = venom-git
pkgdesc = a modern Tox client for the Linux desktop
pkgver = r1188.e2d9fe4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/naxuroqa/venom
arch = x86_64
license = GPL3
@@ -15,6 +15,7 @@ pkgbase = venom-git
depends = gstreamer
depends = gst-plugins-base
depends = gst-plugins-good
+ optdepends = noto-fonts-emoji: Emoji font support
provides = venom
conflicts = venom
source = venom-git::git+https://github.com/naxuroqa/Venom#branch=develop
diff --git a/PKGBUILD b/PKGBUILD
index 296cc8e0a9f4..913193092795 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: naxuroqa <naxuroqa@gmail.com>
pkgname=venom-git
-pkgver=r1188.e2d9fe4
+pkgver=r1190.f5dd584
pkgrel=1
pkgdesc='a modern Tox client for the Linux desktop'
url='https://github.com/naxuroqa/venom'
arch=(x86_64)
license=('GPL3')
depends=('libgee' 'toxcore' 'gspell' 'xdg-desktop-portal' 'sqlcipher' 'gstreamer' 'gst-plugins-base' 'gst-plugins-good')
+optdepends=('noto-fonts-emoji: Emoji font support')
makedepends=('vala' 'meson')
provides=('venom')
conflicts=('venom')