summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Carrasco2021-06-03 12:10:37 +0200
committerHeiko Carrasco2021-06-03 12:10:37 +0200
commit096d15a63b0d3a1b4ecf6c4832fc8ac7d871ddf1 (patch)
treefff2a1a177536838e7f1e39dcce33f7a71f4cdb3
parent6ce4431af68f6bc1a76cda18b6d224a90ee5a7f9 (diff)
downloadaur-096d15a63b0d3a1b4ecf6c4832fc8ac7d871ddf1.tar.gz
Fix typo in optdepends python-emoji package
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3cae31b654f..bc3c4d0a51af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A utility for sending push notifications to different backends (Pushove
url="https://github.com/dschep/ntfy"
depends=('python' 'python-requests' 'python-yaml' 'python-appdirs' 'xorg-xprop' 'python-ruamel-yaml')
makedepends=('python3')
-optdepends=('python-dbus' 'python-emoj' )
+optdepends=('python-dbus' 'python-emoji' )
license=('GPLv3')
arch=('any')
source=(https://github.com/dschep/ntfy/archive/v$pkgver.tar.gz)