summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn ShaggyTwoDope Jenkins2015-09-20 05:37:01 -0700
committerJohn ShaggyTwoDope Jenkins2015-09-20 05:37:01 -0700
commit70735ca8ac8addac7f53d877bc24ca9090375bb8 (patch)
treea7042bd2a8173e4002f9a295f0ebd54cda2977ef
parentd38779cf56377c5bad4b81c3a2b561d011cab105 (diff)
downloadaur-alienfeed-git.tar.gz
dep changes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b18ad54e42b1..452c4fabffe6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v7
+# Sun Sep 20 12:36:46 UTC 2015
pkgbase = alienfeed-git
pkgdesc = Reddit command-line client. Follow the latest submissions from your terminal.
pkgver = 230d5a6
@@ -7,7 +9,7 @@ pkgbase = alienfeed-git
license = MIT
makedepends = git
makedepends = python2
- depends = python2-praw-git
+ depends = python2-praw
source = git://github.com/jawerty/AlienFeed
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 65a566b8f9bf..aac46a73bf4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Reddit command-line client. Follow the latest submissions from your ter
url="http://github.com/jawerty/AlienFeed"
arch=('any')
license=('MIT')
-depends=('python2-praw-git')
+depends=('python2-praw')
makedepends=('git' 'python2')
source=(git://github.com/jawerty/AlienFeed)
md5sums=('SKIP')