summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2021-12-19 12:21:09 +0100
committerPhilipp A2021-12-19 12:21:09 +0100
commitfea9e9ff8cce3afbc527ebe795bc39b3d615190c (patch)
tree486e346780f43c533a87bfdf128adca685740d69
parenta5e6b48e35f4df717d566782b32a36b58fa8d7a2 (diff)
downloadaur-fea9e9ff8cce3afbc527ebe795bc39b3d615190c.tar.gz
Final fixes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb599d072d56..ff717b35cddd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = python-tikzplotlib-git
pkgdesc = Convert matplotlib figures into TikZ/PGFPlots
pkgver = 0.9.16.r2.g1e30229
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/nschloe/tikzplotlib
arch = any
license = MIT
+ makedepends = git
makedepends = python-build
depends = python
depends = python-matplotlib
@@ -12,6 +13,7 @@ pkgbase = python-tikzplotlib-git
depends = python-pillow
provides = python-tikzplotlib=0.9.16.r2.g1e30229
conflicts = python-matplotlib2tikz
+ conflicts = python-tikzplotlib
replaces = python-matplotlib2tikz
source = tikzplotlib::git+https://github.com/nschloe/tikzplotlib.git
sha256sums = SKIP
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")