summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorclintval2018-04-23 11:00:05 -0700
committerclintval2018-04-23 11:00:05 -0700
commitcd14f8b274a830b7ea45a6b7ff2f83d1cd64dde0 (patch)
tree8a5d9f1cb262ec87ed72be4748e823be45ff4814
parent7a448490cd20e02f893fbec8e1d801483ac0c12e (diff)
downloadaur-cd14f8b274a830b7ea45a6b7ff2f83d1cd64dde0.tar.gz
python-palettable to split package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6869299d38e..b0b0e09651be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-palettable
pkgdesc = Color palettes for Python
pkgver = 3.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.org/project/palettable
arch = any
license = MIT
@@ -20,3 +20,7 @@ pkgname = python-palettable
depends = python
depends = python-matplotlib
+pkgname = python2-palettable
+ depends = python2
+ depends = python2-matplotlib
+
diff --git a/PKGBUILD b/PKGBUILD
index 1394131ce8d8..c6ea88def281 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
_name=palettable
pkgbase='python-palettable'
-pkgname=('python-palettable')
+pkgname=('python-palettable' 'python2-palettable')
pkgver=3.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Color palettes for Python"
arch=('any')
url=https://pypi.org/project/palettable