summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd70df06cf1a..0d7ec42344be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Upstream: https://github.com/Thann/play-with-mpv
pkgname=play-with-mpv-git
-pkgver=0.0.8+aafb8b1
+pkgver=0.0.9
pkgrel=1
pkgdesc='Chrome extension and python server that allows you to play videos in webpages with MPV instead.'
arch=('any')
@@ -19,7 +19,7 @@ md5sums=('SKIP')
pkgver() {
cd $pkgname
- echo "$(python setup.py --version | tail -n1)+$(git rev-parse --short HEAD)"
+ echo "$(python setup.py --version | tail -n1)"
}
package() {