summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNathaniel Chin2023-06-26 23:52:41 +0800
committerNathaniel Chin2023-06-26 23:52:41 +0800
commitc84484d07fff1ea4df36fbc2dff45a2589530630 (patch)
tree1b8c8aa46942c4d5f080f303092858443c2b6c4c /PKGBUILD
parentb888dcbad69d477722c46e3f6f181dc00de8d501 (diff)
downloadaur-plotbitrate-git.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9128705925bc..d0f4211d82a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: sekret, mail=$(echo c2VrcmV0QHBvc3Rlby5zZQo= | base64 -d)
pkgname=plotbitrate-git
-pkgver=1.0.7.1.r3.ga092d99
+pkgver=1.1.1.0.r1.g59a12ab
pkgrel=1
pkgdesc="a script for plotting the bitrate of an audio or video stream over time"
arch=('any')
url="https://github.com/zeroepoch/plotbitrate"
license=('BSD')
-depends=('python-matplotlib' 'python-pyqt5' 'ffmpeg')
+depends=('python-matplotlib' 'python-pyqt6' 'ffmpeg')
makedepends=('git' 'python-setuptools')
source=("git+https://github.com/zeroepoch/plotbitrate.git")
md5sums=('SKIP')
@@ -17,7 +17,7 @@ conflicts=('python-plotbitrate-git')
pkgver() {
cd "plotbitrate"
- git describe --long | sed -r 's/([^-]*-g)/r\1/;s/-/./g'
+ git describe --long --tags --abbrev=7 | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
package() {