summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Schlisio2017-10-19 16:45:42 +0200
committerGeorg Schlisio2017-10-19 16:45:42 +0200
commit8c95b43bd420fbd0b154988db75cba9b2946b9b2 (patch)
treea211885bbc81cc338d1091aff57c15f8b4b1be05
parent87dd95eff7027d8f5f75a93d5f3d1293a7f8099f (diff)
downloadaur-8c95b43bd420fbd0b154988db75cba9b2946b9b2.tar.gz
deps fix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1966fcb068af..9497ae5530d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Oct 19 14:43:16 UTC 2017
+# Thu Oct 19 14:45:34 UTC 2017
pkgbase = phyghtmap
pkgdesc = Generate OSM contour lines from NASA SRTM data
pkgver = 2.0
@@ -9,7 +9,7 @@ pkgbase = phyghtmap
license = GPL2
makedepends = python-setuptools
depends = python
- depends = python-beautifulsoup3
+ depends = python-beautifulsoup4
depends = python-matplotlib
depends = python-numpy
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 2c418234c6a5..6b06d4c9df4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="http://katze.tfiu.de/projects/phyghtmap/"
license=('GPL2')
depends=(
'python'
- 'python-beautifulsoup3'
+ 'python-beautifulsoup4'
'python-matplotlib'
'python-numpy'
)