summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn ShaggyTwoDope Jenkins2015-07-25 16:36:40 -0700
committerJohn ShaggyTwoDope Jenkins2015-07-25 16:36:40 -0700
commit9b43454b288b943f54941a2566b29a662ae5a44f (patch)
treeac6b4b06c90ac7610e26dbefd083710771716919
parentf2b9d83add4f2ac29c45d81a005dda74bc9bfcb9 (diff)
downloadaur-9b43454b288b943f54941a2566b29a662ae5a44f.tar.gz
new dependacy
-rw-r--r--.SRCINFO1
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7773fa154fad..9b0ebe2ad780 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = rtv-git
arch = any
license = MIT
makedepends = git
+ depends = python-decorator
depends = python3-kitchen
depends = ncurses
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 5e32a62b3e4f..584df34231fb 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/michael-lazar/rtv"
license=('MIT')
conflicts=('rtv')
makedepends=('git')
-depends=('python3-kitchen' 'ncurses' 'python' 'python-six' 'python-requests' 'python-praw-git' 'python-setuptools')
+depends=('python-decorator' 'python3-kitchen' 'ncurses' 'python' 'python-six' 'python-requests' 'python-praw-git' 'python-setuptools')
source=('git+https://github.com/michael-lazar/rtv.git')
sha256sums=('SKIP')