summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb2343d2f591..b7bd7a915041 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = python-amoeba
arch = any
license = GPL2
makedepends = python
- makedepends = python2
depends = python
source = http://stitchpanorama.sourceforge.net/Python/amoeba.py
source = deepcopy.patch
@@ -16,4 +15,3 @@ pkgbase = python-amoeba
md5sums = c68322a7608767cc03012e62b3baa546
pkgname = python-amoeba
-
diff --git a/PKGBUILD b/PKGBUILD
index 9a5b96826187..c919d443edaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url="https://stitchpanorama.sourceforge.net/Python/amoeba.py"
arch=('any')
license=('GPL2')
depends=('python')
-makedepends=("python" "python2")
+makedepends=("python")
source=("http://stitchpanorama.sourceforge.net/Python/amoeba.py"
"deepcopy.patch"
"setup.py")