summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Landau2018-02-22 16:04:35 +0200
committerDaniel Landau2018-02-22 16:04:35 +0200
commitb69c86805d3ec4211228d8eef4770e06bfb228bd (patch)
tree863920e916736c0d4d2b6dad71c2d4b45388d5b8
parentfe681da09c7b4b674b9d4ace7a58f435585ab6c5 (diff)
downloadaur-python-ftfy-git.tar.gz
Update build
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80becc2b4934..b4b11308c496 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
# Generated by mksrcinfo v8
-# Sat Jan 28 09:45:03 UTC 2017
+# Thu Feb 22 14:04:33 UTC 2018
pkgbase = python-ftfy-git
pkgdesc = Fixes some problems with Unicode text after the fact
- pkgver = r340.3a17430
+ pkgver = r419.96c8319
pkgrel = 1
url = https://github.com/LuminosoInsight/python-ftfy
arch = any
license = MIT
makedepends = python
makedepends = python-setuptools
+ makedepends = git
depends = python
depends = python-html5lib
+ depends = python-wcwidth
source = git+https://github.com/LuminosoInsight/python-ftfy.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ada57a39cdf5..a60c8e3829a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=python-ftfy-git
_gitname=python-ftfy
-pkgver=r340.3a17430
+pkgver=r419.96c8319
pkgrel=1
pkgdesc='Fixes some problems with Unicode text after the fact'
url="https://github.com/LuminosoInsight/python-ftfy"
arch=('any')
license=('MIT')
-makedepends=('python' 'python-setuptools')
-depends=('python' 'python-html5lib')
+makedepends=('python' 'python-setuptools' 'git')
+depends=('python' 'python-html5lib' 'python-wcwidth')
source=('git+https://github.com/LuminosoInsight/python-ftfy.git')
sha256sums=('SKIP')