summaryrefslogtreecommitdiff
path: root/pcr/python2-potr
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-12-22 10:20:41 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-12-22 10:20:41 -0300
commit9f826fd2a16388e1a64cfe9578adabb5e3ea2fe1 (patch)
treef83f918542c1f1b28f0c78106278c4699bc45dd4 /pcr/python2-potr
parent52e1ad75f96ccb08d093050faa943e076a4bcfe5 (diff)
python2-potr: this version solves a bug making weechat-otr lag
Diffstat (limited to 'pcr/python2-potr')
-rw-r--r--pcr/python2-potr/PKGBUILD12
1 files changed, 3 insertions, 9 deletions
diff --git a/pcr/python2-potr/PKGBUILD b/pcr/python2-potr/PKGBUILD
index e3cbe4651..d6d154056 100644
--- a/pcr/python2-potr/PKGBUILD
+++ b/pcr/python2-potr/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer (Arch): Michael Düll <mail@akurei.me>
pkgname=python2-potr
-pkgver=1.0.0
-pkgrel=4
+pkgver=1.0.1
+pkgrel=1
pkgdesc="This is a pure Python2 OTR implementation; it does not bind to libotr."
arch=(any)
url="https://github.com/afflux/pure-python-otr"
@@ -12,16 +12,10 @@ conflicts=('python-potr-git' 'python-potr')
replaces=('python-potr')
#options=(!emptydirs)
source=("https://github.com/python-otr/pure-python-otr/archive/${pkgver}.tar.gz")
-sha512sums=('46b0dab24cab68e695661c5982ba25823e39540ecef7e90693898342f44e52afa549d8708166ebef81474aee3f846d8b76690e3061fa1bc65147e804751f8f48')
+sha512sums=('db76af179d6ed7276ecdca7f16da8e1ed4e2454ce66a269016833c87a512e165bea6afd3b2785f863d183611530a0f6c3793f1620be1f01ab6bb6c3963b874da')
PYTHON=`which python2`
-#build() {
-# cd $srcdir/afflux*
-# set_python2
-# $PYTHON ./setup.py build
-#}
-
prepare() {
cd $srcdir/pure-python-otr-${pkgver}
set_python2