summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanislas H.B. Sodonon2015-12-09 20:31:07 +0100
committerStanislas H.B. Sodonon2015-12-09 20:31:07 +0100
commited8bdaaed68a85c463cf06684582cfb7fdcf41d3 (patch)
treeb5820d5073afe6d0f9e8bf26550d44ab3dd13c1f
parent4abca761b42d39895069b86c1296bbd24e8ca94b (diff)
downloadaur-ed8bdaaed68a85c463cf06684582cfb7fdcf41d3.tar.gz
added beautifulsoup4 as a dependency
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbe1a23000bc..e0e77604d5db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python2-ofxparse
_pkgname=ofxparse
pkgver=0.14
-pkgrel=1
+pkgrel=2
pkgdesc="Tools for working with the OFX (Open Financial Exchange) file format"
url=http://sites.google.com/site/ofxparse
arch=('any')
@@ -11,6 +11,7 @@ license=(MIT)
provides=("$pkgname")
depends=(
'python2'
+ 'python2-beautifulsoup4'
)
source=("https://pypi.python.org/packages/source/o/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
package()