summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn ShaggyTwoDope Jenkins2015-07-25 16:34:46 -0700
committerJohn ShaggyTwoDope Jenkins2015-07-25 16:34:46 -0700
commit49b3d4ca5699e450a4ccace747962fba8e6b1aae (patch)
tree90d33da2bf7df02cf1bc3a918f909bd79104d8ef
parenta369a5d56cd65c39558e36d8a56f0a8c67a86cec (diff)
downloadaur-49b3d4ca5699e450a4ccace747962fba8e6b1aae.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 980fe9d9a855..0c32bb517468 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = rtv
arch = any
license = MIT
makedepends = git
+ depends = python-decorator
depends = python3-kitchen
depends = ncurses
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index d7c3fb1f8829..5ec18a9832a0 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/michael-lazar/rtv"
license=('MIT')
conflicts=('rtv-git')
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=(https://github.com/michael-lazar/rtv/archive/v$pkgver.tar.gz)
md5sums=('07ebf3aff58d4e4f6dfbcd8e8311a8d0')