summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2021-12-19 12:21:09 +0100
committerPhilipp A2021-12-19 12:21:09 +0100
commitfea9e9ff8cce3afbc527ebe795bc39b3d615190c (patch)
tree486e346780f43c533a87bfdf128adca685740d69 /PKGBUILD
parenta5e6b48e35f4df717d566782b32a36b58fa8d7a2 (diff)
downloadaur-fea9e9ff8cce3afbc527ebe795bc39b3d615190c.tar.gz
Final fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e74b18260731..0abddd6b13d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
pkgname=python-tikzplotlib-git
pkgver=0.9.16.r2.g1e30229
-pkgrel=2
+pkgrel=3
pkgdesc="Convert matplotlib figures into TikZ/PGFPlots"
url="https://github.com/nschloe/tikzplotlib"
-makedepends=(python-build)
+makedepends=(git python-build)
depends=(python python-matplotlib python-numpy python-pillow)
provides=("python-tikzplotlib=$pkgver")
+conflicts=(python-matplotlib2tikz python-tikzplotlib)
replaces=(python-matplotlib2tikz)
-conflicts=(python-matplotlib2tikz)
license=(MIT)
arch=(any)
source=("tikzplotlib::git+$url.git")