summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorteamalpha54412017-01-16 19:05:24 +0100
committerteamalpha54412017-01-16 19:05:24 +0100
commit12c1354df9b054d5df8a6502fbf6168a9d02558a (patch)
treeb32c7e915d3d74d489475dc2a831b0a7e4412dac
parentd5775e630647229aa8d36322500b0f66df8bbac0 (diff)
downloadaur-12c1354df9b054d5df8a6502fbf6168a9d02558a.tar.gz
Added python-ruamel-yaml dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9064c8a32a8d..b76b91bf4ec2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = ntfy-git
depends = python-yaml
depends = python-requests
depends = python-appdirs
- depends = python-ruamel.yaml
+ depends = python-ruamel-yaml
depends = python-setuptools
depends = xorg-xprop
provides = ntfy
diff --git a/PKGBUILD b/PKGBUILD
index a6ac9885cad7..6e4d9d3dd289 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgver=v2.4.0.r20.gbab1dc8
pkgrel=1
pkgdesc="A utility for sending push notifications to different backends (Pushover, Pushbullet, XMPP and various desktop notification systems)"
url="https://github.com/dschep/ntfy"
-depends=('python' 'python-yaml' 'python-requests' 'python-appdirs' 'python-ruamel.yaml' 'python-setuptools' 'xorg-xprop')
+depends=('python' 'python-yaml' 'python-requests' 'python-appdirs' 'python-ruamel-yaml' 'python-setuptools' 'xorg-xprop')
makedepends=('python' 'git')
license=('GPLv3')
arch=('any')