summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2017-05-03 17:17:26 +0800
committerlilac2017-05-03 17:17:26 +0800
commit17a086cac7d2c283601b582752e5a0abf356663f (patch)
treecb535510f4f6bd5efd07f9644f4e8eb88df0993a
parent3b712c5d4fcea9079e2110f353d515b71309f0ed (diff)
downloadaur-17a086cac7d2c283601b582752e5a0abf356663f.tar.gz
update by lilac
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a40ad4c0d79..003592205996 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue May 2 17:17:31 UTC 2017
+# Wed May 3 09:17:26 UTC 2017
pkgbase = butterfly
pkgdesc = A sleek web based terminal emulator
- pkgver = 3.1.1
+ pkgver = 3.1.2
pkgrel = 1
url = https://github.com/paradoxxxzero/butterfly
arch = any
@@ -13,8 +13,8 @@ pkgbase = butterfly
depends = tornado_systemd
depends = python-setuptools
optdepends = python-libsass
- source = https://pypi.python.org/packages/05/ca/08c7469a97971188dba1b191e17a661e125faba4d569efaf6e5dbd82ea2b/butterfly-3.1.1.tar.gz
- md5sums = 4cd22adee1523f926a630d821359aa76
+ source = https://pypi.python.org/packages/bd/01/647a4e17f2d02edf8d65cafd9b6f8ccd7f06bdeaf8fb2c95ff9fd6d400a8/butterfly-3.1.2.tar.gz
+ md5sums = 80a4af29f2ab98e0e00614b22e0c83fc
pkgname = butterfly
diff --git a/PKGBUILD b/PKGBUILD
index ca43b6f3014f..ed196d081ef6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=butterfly
pkgname=butterfly
-pkgver=3.1.1
+pkgver=3.1.2
pkgrel=1
pkgdesc="A sleek web based terminal emulator"
arch=('any')
@@ -8,8 +8,8 @@ url="https://github.com/paradoxxxzero/butterfly"
license=('GPLv3')
depends=('python' 'python-pyopenssl' 'python-tornado' 'tornado_systemd' 'python-setuptools')
optdepends=('python-libsass')
-source=('https://pypi.python.org/packages/05/ca/08c7469a97971188dba1b191e17a661e125faba4d569efaf6e5dbd82ea2b/butterfly-3.1.1.tar.gz')
-md5sums=('4cd22adee1523f926a630d821359aa76')
+source=('https://pypi.python.org/packages/bd/01/647a4e17f2d02edf8d65cafd9b6f8ccd7f06bdeaf8fb2c95ff9fd6d400a8/butterfly-3.1.2.tar.gz')
+md5sums=('80a4af29f2ab98e0e00614b22e0c83fc')
build() {
cd "$srcdir/$_pkgname-$pkgver"