summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblackhole2019-04-17 11:56:30 +0200
committerblackhole2019-04-17 11:56:30 +0200
commit68de6ace663f434dce13e9e961d31fd5cbe9bdf3 (patch)
treebc1595a870b282865dcf412e3e42f3ca50c8704c
parente1e1c9695cb7d92a1f78b14680174a009eabfd94 (diff)
downloadaur-mpv-plugin-xrandr.tar.gz
Updated git respository
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28222d66901d..958b9a9692d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jun 5 08:35:07 UTC 2016
+# Wed Apr 17 09:55:55 UTC 2019
pkgbase = mpv-plugin-xrandr
pkgdesc = Makes mpv automatically invoke the xrandr tool to set the best suitable parameters for the display output
- pkgver = r19.984406a
+ pkgver = r21.af6c335
pkgrel = 1
url = https://github.com/lvml/mpv-plugin-xrandr
arch = i686
@@ -11,7 +11,7 @@ pkgbase = mpv-plugin-xrandr
depends = mpv
depends = xorg-xrandr
depends = bash
- source = git+https://github.com/lvml/mpv-plugin-xrandr
+ source = git+https://gitlab.com/lvml/mpv-plugin-xrandr.git
source = mpv-xrandr.desktop
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index cb4c34a17fa9..38e5c3555965 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: AudioLinux <audiolinux AT fastmail DOT fm>
pkgname=mpv-plugin-xrandr
-pkgver=r19.984406a
+pkgver=r21.af6c335
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')
url="https://github.com/lvml/mpv-plugin-xrandr"
depends=('mpv' 'xorg-xrandr' 'bash')
-source=('git+https://github.com/lvml/mpv-plugin-xrandr' 'mpv-xrandr.desktop')
+source=('git+https://gitlab.com/lvml/mpv-plugin-xrandr.git' 'mpv-xrandr.desktop')
md5sums=('SKIP' 'SKIP')
pkgver() {
@@ -21,4 +21,4 @@ package () {
install -Dm644 mpv-xrandr.desktop "$pkgdir/usr/share/applications/mpv-xrandr.desktop"
install -Dm644 "$srcdir/$pkgname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/COPYING"
install -Dm644 "$srcdir/$pkgname/README.md" "$pkgdir/usr/share/doc/$pkgname/README"
-} \ No newline at end of file
+}