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 24ac8a336512..c2d25634975d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Sat Jul 15 11:25:16 UTC 2017
pkgbase = python-primefac-git
pkgdesc = Module and command-line utility for factoring integers into primes. Formerly called pyfac.
pkgver = r17.377e766
diff --git a/PKGBUILD b/PKGBUILD
index bd91b4e1d05b..feca07d37961 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url="https://github.com/elliptic-shiho/primefac-fork"
arch=('any')
license=('MIT')
provides=('python-primefac')
-confilcts==('python-primefac')
+confilcts=('python-primefac')
depends=('python')
makedepends=('python-setuptools')
source=("git+https://github.com/elliptic-shiho/primefac-fork.git")