summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')