summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraudiolinux2016-06-05 10:35:32 +0200
committeraudiolinux2016-06-05 10:35:32 +0200
commite1e1c9695cb7d92a1f78b14680174a009eabfd94 (patch)
treebff5226aae34107e96960cc01dd98ae9189eee2f
parent3dcfc8450a33ccee1d56818215aeff3431fa0a6d (diff)
downloadaur-e1e1c9695cb7d92a1f78b14680174a009eabfd94.tar.gz
pkgver fix
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c96f6dc7739..28222d66901d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sun Jun 5 08:35:07 UTC 2016
pkgbase = mpv-plugin-xrandr
pkgdesc = Makes mpv automatically invoke the xrandr tool to set the best suitable parameters for the display output
- pkgver = r312074b
- pkgrel = 7
+ pkgver = r19.984406a
+ pkgrel = 1
url = https://github.com/lvml/mpv-plugin-xrandr
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index fa526a15b3ac..cb4c34a17fa9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: AudioLinux <audiolinux AT fastmail DOT fm>
pkgname=mpv-plugin-xrandr
-pkgver=r312074b
-pkgrel=7
+pkgver=r19.984406a
+pkgrel=1
pkgdesc="Makes mpv automatically invoke the "xrandr" tool to set the best suitable parameters for the display output"
arch=('i686' 'x86_64')
license=('GPL')
@@ -13,7 +13,7 @@ md5sums=('SKIP' 'SKIP')
pkgver() {
cd "$pkgname"
- git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
package () {