summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2021-12-19 12:19:24 +0100
committerPhilipp A2021-12-19 12:19:24 +0100
commita5e6b48e35f4df717d566782b32a36b58fa8d7a2 (patch)
treed7c0e5915d32409155f16b0d89c459f302df1047
parent0ddcb2304b89e158056b0f2fdb268f8baaa1eda7 (diff)
downloadaur-a5e6b48e35f4df717d566782b32a36b58fa8d7a2.tar.gz
add `provides` metadata
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD13
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 821b08bbbbe8..eb599d072d56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-tikzplotlib-git
pkgdesc = Convert matplotlib figures into TikZ/PGFPlots
pkgver = 0.9.16.r2.g1e30229
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nschloe/tikzplotlib
arch = any
license = MIT
@@ -10,6 +10,7 @@ pkgbase = python-tikzplotlib-git
depends = python-matplotlib
depends = python-numpy
depends = python-pillow
+ provides = python-tikzplotlib=0.9.16.r2.g1e30229
conflicts = python-matplotlib2tikz
replaces = python-matplotlib2tikz
source = tikzplotlib::git+https://github.com/nschloe/tikzplotlib.git
diff --git a/PKGBUILD b/PKGBUILD
index 78ede8c9c870..e74b18260731 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
pkgname=python-tikzplotlib-git
pkgver=0.9.16.r2.g1e30229
-pkgrel=1
+pkgrel=2
pkgdesc="Convert matplotlib figures into TikZ/PGFPlots"
url="https://github.com/nschloe/tikzplotlib"
makedepends=(python-build)
depends=(python python-matplotlib python-numpy python-pillow)
-replaces=('python-matplotlib2tikz')
-conflicts=('python-matplotlib2tikz')
-license=('MIT')
-arch=('any')
-source=("tikzplotlib::git+https://github.com/nschloe/tikzplotlib.git")
+provides=("python-tikzplotlib=$pkgver")
+replaces=(python-matplotlib2tikz)
+conflicts=(python-matplotlib2tikz)
+license=(MIT)
+arch=(any)
+source=("tikzplotlib::git+$url.git")
sha256sums=('SKIP')
pkgver() {