summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-08-08 13:28:52 -0300
committerDaniel Bermond2017-08-08 13:28:52 -0300
commit1229cae5910457eaab4ce6253fc1d4627303db4f (patch)
tree43e1eb768bc9d1dd3a97d5f52eaee1de2f0f1f42
parent82c84926aa38f3f0a4f5ae260e1c0346f64af60d (diff)
downloadaur-1229cae5910457eaab4ce6253fc1d4627303db4f.tar.gz
depends: moved uchardet to the official repositories block
uchardet has entered in the [extra] official repository. Reference: ---------- https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/uchardet&id=a9a26857c0f7b8f742c15db0b45ecdf0b4028adb
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e100f2ce8af0..eeb03bad02d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Aug 8 16:26:57 UTC 2017
+# Tue Aug 8 16:28:48 UTC 2017
pkgbase = mpv-full-git
pkgdesc = A free, open source, and cross-platform media player (git version with all possible libs)
pkgver = 0.25.0.r372.gc1dcf74458
- pkgrel = 2
+ pkgrel = 3
url = http://mpv.io/
arch = i686
arch = x86_64
@@ -28,8 +28,8 @@ pkgbase = mpv-full-git
depends = jack
depends = vapoursynth
depends = libarchive
- depends = mujs
depends = uchardet
+ depends = mujs
depends = rsound
depends = sndio
optdepends = youtube-dl: for video-sharing websites playback
diff --git a/PKGBUILD b/PKGBUILD
index 58695900288e..e225c0e13a08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=mpv-full-git
pkgver=0.25.0.r372.gc1dcf74458
-pkgrel=2
+pkgrel=3
pkgdesc='A free, open source, and cross-platform media player (git version with all possible libs)'
arch=('i686' 'x86_64')
license=('GPL3')
@@ -16,9 +16,9 @@ depends=(
# official repositories:
'lcms2' 'libgl' 'libxss' 'libxinerama' 'libxv' 'libxkbcommon' 'wayland'
'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
- 'libxrandr' 'jack' 'vapoursynth' 'libarchive'
+ 'libxrandr' 'jack' 'vapoursynth' 'libarchive' 'uchardet'
# AUR:
- 'mujs' 'uchardet' 'rsound' 'sndio'
+ 'mujs' 'rsound' 'sndio'
)
depends_i686=(
'libcdio-paranoia' 'libcaca' 'smbclient' 'rubberband' 'libass'