summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVictor Häggqvist2015-08-08 17:20:32 +0200
committerVictor Häggqvist2015-08-08 17:20:32 +0200
commit83204e5c349f978d0b272005b68bff1314c6b9ee (patch)
treed3024fb9f1d1bc09b71f9b84f714f12b44f4a973 /PKGBUILD
parentc6dd37b99c56d504cfc5bb18b5b15bee05c7e578 (diff)
downloadaur-83204e5c349f978d0b272005b68bff1314c6b9ee.tar.gz
fix gone arrow dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4bd36221a101..204993871ccb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=rainbowstream
pkgver=1.3.0
-pkgrel=2
+pkgrel=3
pkgdesc="A smart and nice Twitter client on terminal written in Python"
url="http://www.rainbowstream.org/"
license=('MIT')
@@ -10,7 +10,7 @@ arch=('any')
depends=(
'python'
'python-dateutil'
-'python-arrow-git'
+'python-arrow'
'python-requests'
'python-pyfiglet'
'python-twitter'