[arch-commits] Commit in libforensic1394/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sat Apr 24 14:44:37 UTC 2021


    Date: Saturday, April 24, 2021 @ 14:44:36
  Author: jelle
Revision: 923684

Remove unrequired python2 makedepend

The previous commit dropped the python2 module, but didn't remove the python2
makedepends.

Modified:
  libforensic1394/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-24 14:38:03 UTC (rev 923683)
+++ PKGBUILD	2021-04-24 14:44:36 UTC (rev 923684)
@@ -10,7 +10,7 @@
 url='https://freddie.witherden.org/tools/libforensic1394/'
 arch=('x86_64')
 license=('LGPL3')
-makedepends=('cmake' 'glibc' 'python' 'python2')
+makedepends=('cmake' 'glibc' 'python')
 source=(https://freddie.witherden.org/tools/libforensic1394/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
 sha512sums=('184434037388f6f1d7a028c81d3c9101b20200b2444e28d5e007c34204ba58e71fb0db8cb1406063f0d4fe06bca80a1795e5a44d7eae52fa1c227f0b0cbf5dbd'
             'SKIP')



More information about the arch-commits mailing list