summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorblackhole2019-04-17 11:56:30 +0200
committerblackhole2019-04-17 11:56:30 +0200
commit68de6ace663f434dce13e9e961d31fd5cbe9bdf3 (patch)
treebc1595a870b282865dcf412e3e42f3ca50c8704c /PKGBUILD
parente1e1c9695cb7d92a1f78b14680174a009eabfd94 (diff)
downloadaur-68de6ace663f434dce13e9e961d31fd5cbe9bdf3.tar.gz
Updated git respository
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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
+}