summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2021-01-17 16:45:19 +0100
committerXiretza2021-01-17 16:46:01 +0100
commit4c933c396e92df8442989204e674fcf081926373 (patch)
tree8fed5c1b61748de4402d8561ac7678c65daf30fb
parent39fab1771cac6420ccb22770987d27934df7e1c9 (diff)
downloadaur-4c933c396e92df8442989204e674fcf081926373.tar.gz
python 3.9 bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f34550088631..d9e7ed56a237 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-ffmpeg
pkgdesc = Python bindings for FFmpeg - with complex filtering support
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kkroening/ffmpeg-python
arch = any
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 154cb2413aea..13ddfcc7f806 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-ffmpeg
_pkgname='ffmpeg-python'
pkgver=0.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python bindings for FFmpeg - with complex filtering support"
arch=(any)
url="https://github.com/kkroening/ffmpeg-python"