summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEvert Vorster2022-09-28 06:14:46 +0200
committerEvert Vorster2022-09-28 06:14:46 +0200
commita7a455f801ae646c75a249c5c33115326cf0567f (patch)
treef669b5be1564dc8b14c7aff48770c7a75f999c38 /PKGBUILD
parentb04415e8f7f3f73e522fbe5459370613dc1e4769 (diff)
downloadaur-a7a455f801ae646c75a249c5c33115326cf0567f.tar.gz
replaced python2 with python
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0d51d6cc7db..2e1ad6db9bba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=('mlt-git')
_srcname='mlt'
pkgdesc='Multimedia Framework'
-pkgver=r5850.1653687636.3513e741
+pkgver=r5894.1664237398.5d9c6cb8
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/mltframework/${_srcname}" license=('GPL2')
@@ -30,7 +30,7 @@ makedepends=( 'ladspa'
'libdv'
'sox'
'libexif'
- 'python2'
+ 'python'
'swig'
'git'
)