[arch-commits] Commit in flawfinder/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Wed Mar 27 14:24:12 UTC 2019
Date: Wednesday, March 27, 2019 @ 14:24:11
Author: jelle
Revision: 444459
remove unrequired checkdepends=('python2')
The whole project is python3, python2 is not required.
Modified:
flawfinder/trunk/PKGBUILD
----------+
PKGBUILD | 1 -
1 file changed, 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-27 14:22:30 UTC (rev 444458)
+++ PKGBUILD 2019-03-27 14:24:11 UTC (rev 444459)
@@ -12,7 +12,6 @@
license=('GPL2')
depends=('python')
makedepends=('python-setuptools')
-checkdepends=('python2')
source=(https://www.dwheeler.com/flawfinder/flawfinder-${pkgver}.tar.gz)
sha256sums=('65e05788c2e57b4037de58a42b787abd1e3f249656660cf6a3c1e9ad98a46b37')
sha512sums=('9346c60808087ddf28f433067691c662beb0c36375903fdd0b4dbe3e53fe92b3893e38b13ecb0fe134586cf680fc554d33c92ff910dbd1cd4c3cbeab946038f4')
More information about the arch-commits
mailing list