summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0ca70adbd70..e6869299d38e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,7 +20,3 @@ pkgname = python-palettable
depends = python
depends = python-matplotlib
-pkgname = python2-palettable
- depends = python2
- depends = python2-matplotlib
-
diff --git a/PKGBUILD b/PKGBUILD
index e973e9fc66e1..1394131ce8d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=palettable
pkgbase='python-palettable'
-pkgname=('python-palettable' 'python2-palettable')
+pkgname=('python-palettable')
pkgver=3.1.0
pkgrel=1
pkgdesc="Color palettes for Python"