summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Arms2021-01-10 08:58:11 +1100
committerLuke Arms2021-01-10 08:58:11 +1100
commit5752b4573ebaeb00df3aa16c1ac36874c12e3231 (patch)
tree1d6115a22a5c1ea499802e38c926ad527cff1d94
parentf976077deaf8ccc8e93707fb89643e344206d7d0 (diff)
downloadaur-5752b4573ebaeb00df3aa16c1ac36874c12e3231.tar.gz
Add explicit noto-fonts-emoji dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c92681cf4b0c..0ffee0cd1878 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emote
pkgdesc = Emoji Picker for Linux written in GTK3
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tom-james-watson/Emote
arch = any
license = GPL3
@@ -12,6 +12,7 @@ pkgbase = emote
depends = python-gobject
depends = python-xlib
depends = libkeybinder3
+ depends = noto-fonts-emoji
source = setup.py
source = emojis.patch
source = https://github.com/tom-james-watson/Emote/archive/dbff57507b20b4e723f1b82a9506809810711276.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index e24170b44835..3d59d6efcd2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=emote
pkgver=1.2.0
_pkgref=dbff57507b20b4e723f1b82a9506809810711276
-pkgrel=1
+pkgrel=2
url="https://github.com/tom-james-watson/Emote"
pkgdesc="Emoji Picker for Linux written in GTK3"
arch=('any')
license=('GPL3')
-depends=('python' 'gtk3' 'python-gobject' 'python-xlib' 'libkeybinder3')
+depends=('python' 'gtk3' 'python-gobject' 'python-xlib' 'libkeybinder3' 'noto-fonts-emoji')
makedepends=('python-setuptools' 'python-pipenv')
source=(
"setup.py"