summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-01-04 10:50:32 -0500
committerCarlos Aznarán Laos2023-01-04 10:50:32 -0500
commitb17cb5609ee85b2a2353c95538095061cf77a544 (patch)
tree379e6d2bb03d1fbd27bb798a49e8a57502c233bd
parentbbf34a8a755d134bbee92f11cabaadb3fb2d670c (diff)
downloadaur-b17cb5609ee85b2a2353c95538095061cf77a544.tar.gz
Place python-setuptools as make dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 978d04e7481a..41ee1489e9ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-scienceplots
pkgdesc = Matplotlib styles for scientific plotting
pkgver = 2.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/garrettj403/SciencePlots
arch = any
license = MIT
+ makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python-matplotlib
- depends = python-setuptools
conflicts = python-scienceplots-git
source = SciencePlots.tar.gz::https://github.com/garrettj403/SciencePlots/archive/2.0.1.tar.gz
sha512sums = 7fccf5aee720ee1920c3fa53f034acbbb9b7d391c67287490f50c42fbae2e5bb5f356108ab50e31fa3c67415ac469f537ec6362178498af4578475975056216e
diff --git a/PKGBUILD b/PKGBUILD
index f607663d7a6d..da5a0a18b8da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ _base=SciencePlots
pkgname=python-${_base,,}
pkgdesc="Matplotlib styles for scientific plotting"
pkgver=2.0.1
-pkgrel=1
+pkgrel=2
arch=(any)
url="https://github.com/garrettj403/${_base}"
license=(MIT)
-depends=(python-matplotlib python-setuptools)
-makedepends=(python-build python-installer python-wheel)
+depends=(python-matplotlib)
+makedepends=(python-setuptools python-build python-installer python-wheel)
source=(${_base}.tar.gz::${url}/archive/${pkgver}.tar.gz)
sha512sums=('7fccf5aee720ee1920c3fa53f034acbbb9b7d391c67287490f50c42fbae2e5bb5f356108ab50e31fa3c67415ac469f537ec6362178498af4578475975056216e')
conflicts=(python-${_base,,}-git)