summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Baker2018-07-27 06:35:30 -0700
committerDylan Baker2018-07-27 06:35:30 -0700
commit13b8f0189fb3c2472ba632179ce967901ab0a2d4 (patch)
treee32fa691be077c1dd7291df35305876660ca41bc
parent35f72dc4500fca2fddc3777f1a6bc810474b5f51 (diff)
downloadaur-13b8f0189fb3c2472ba632179ce967901ab0a2d4.tar.gz
update for removal of twisted dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db50852d44a6..35ca89984fbb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alot-git
pkgdesc = terminal-based MUA for the notmuch mail system
- pkgver = r3273.444abb20
+ pkgver = r3359.006e2b79
pkgrel = 1
url = https://github.com/pazz/alot
arch = any
@@ -14,7 +14,6 @@ pkgbase = alot-git
depends = python-configobj
depends = python-urwid
depends = python-urwidtrees
- depends = python-twisted
depends = python-setuptools
provides = alot
conflicts = alot
@@ -23,7 +22,7 @@ pkgbase = alot-git
options = libtool
options = staticlibs
options = zipman
- source = git+https://github.com/pazz/alot.git
+ source = git+https://github.com/dcbaker/alot.git#branch=use-asyncio
md5sums = SKIP
pkgname = alot-git
diff --git a/PKGBUILD b/PKGBUILD
index 3c775ec0947a..0e84cf7442a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_gitname=alot
pkgname=alot-git
pkgrel=1
-pkgver=r3273.444abb20
+pkgver=r3359.006e2b79
pkgdesc="terminal-based MUA for the notmuch mail system"
arch=(any)
url="https://github.com/pazz/alot"
@@ -20,7 +20,6 @@ depends=(notmuch
python-configobj
python-urwid
python-urwidtrees
- python-twisted
python-setuptools)
makedepends=(python-sphinx git)
provides=(alot)