summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f47d648d63e..3adb30decbc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,7 +21,7 @@ pkgbase = python-prospector
makedepends = python-pylint-celery
makedepends = python-pylint-flask
source = https://github.com/landscapeio/prospector/archive/0.12.7.tar.gz
- md5sums = 45d00e6b6b70b69d3f02c64c74f9f40c
+ md5sums = SKIP
pkgname = python-prospector
diff --git a/PKGBUILD b/PKGBUILD
index 5aa3f92655f4..68fad6c3b829 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ optdeps=('python-pyroma: check setup.py'
url="https://github.com/landscapeio/prospector"
license=('GPL2')
source=(https://github.com/landscapeio/prospector/archive/${pkgver}.tar.gz)
-md5sums=('45d00e6b6b70b69d3f02c64c74f9f40c')
+md5sums=('SKIP')
build() {
cd "$srcdir/${pkgname#python-}-$pkgver"