summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsian14682023-05-04 14:18:47 +0700
committersian14682023-05-04 14:18:47 +0700
commit6efce5561096a6209fa428ab3a8278eadb8b99b0 (patch)
tree5e85f13d544554f9406cee20f314f95cb5f5b6d3
parent95a60bcee20084ef9577129adbb302f8f9346723 (diff)
downloadaur-6efce5561096a6209fa428ab3a8278eadb8b99b0.tar.gz
Python 3.11 rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b47dd19dfe88..ca2bbd1050d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-ffmpeg-progress-yield
pkgdesc = Run an ffmpeg command with its progress yielded.
pkgver = 0.7.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/slhck/ffmpeg-progress-yield
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 2281b9c146e8..8de41ae7f5f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-ffmpeg-progress-yield
_name=${pkgname#python-}
pkgver=0.7.2
-pkgrel=1
+pkgrel=2
pkgdesc="Run an ffmpeg command with its progress yielded."
arch=('any')
url="https://github.com/slhck/ffmpeg-progress-yield"