summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Landau2017-01-28 11:45:17 +0200
committerDaniel Landau2017-01-28 11:45:17 +0200
commitfe681da09c7b4b674b9d4ace7a58f435585ab6c5 (patch)
tree3cd66ef9d78d159e845721db1e27b53890960ddc
parentd7ea01b5ba44f525807c5f72ef10307149c13b31 (diff)
downloadaur-fe681da09c7b4b674b9d4ace7a58f435585ab6c5.tar.gz
Add dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cfd7d0c4d6f..80becc2b4934 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Jan 28 09:45:03 UTC 2017
pkgbase = python-ftfy-git
pkgdesc = Fixes some problems with Unicode text after the fact
- pkgver = r194.7f025a2
+ pkgver = r340.3a17430
pkgrel = 1
url = https://github.com/LuminosoInsight/python-ftfy
arch = any
@@ -8,6 +10,7 @@ pkgbase = python-ftfy-git
makedepends = python
makedepends = python-setuptools
depends = python
+ depends = python-html5lib
source = git+https://github.com/LuminosoInsight/python-ftfy.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f37c521b64bf..ada57a39cdf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=python-ftfy-git
_gitname=python-ftfy
-pkgver=r194.7f025a2
+pkgver=r340.3a17430
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')
+depends=('python' 'python-html5lib')
source=('git+https://github.com/LuminosoInsight/python-ftfy.git')
sha256sums=('SKIP')