diff options
author | Heiko Carrasco | 2021-06-03 12:10:37 +0200 |
---|---|---|
committer | Heiko Carrasco | 2021-06-03 12:10:37 +0200 |
commit | 096d15a63b0d3a1b4ecf6c4832fc8ac7d871ddf1 (patch) | |
tree | fff2a1a177536838e7f1e39dcce33f7a71f4cdb3 | |
parent | 6ce4431af68f6bc1a76cda18b6d224a90ee5a7f9 (diff) | |
download | aur-096d15a63b0d3a1b4ecf6c4832fc8ac7d871ddf1.tar.gz |
Fix typo in optdepends python-emoji package
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |