summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sequeira2016-04-27 20:54:23 -0400
committerPhilip Sequeira2016-04-27 20:54:23 -0400
commit767d4a4c4f8a079154489bc0495750ce8a943eb8 (patch)
treedb885381845036c04963140b67c80bda0141eb0b
parent42dc8e4e8fae608811c4c5a2c985995b7863269c (diff)
downloadaur-767d4a4c4f8a079154489bc0495750ce8a943eb8.tar.gz
remove install stuff that is now done by hooks
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--mpv.install13
3 files changed, 5 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf66f5e2b71b..fd93a50db73d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Wed Feb 3 02:52:40 UTC 2016
+# Thu Apr 28 00:52:43 UTC 2016
pkgbase = mpv-git
pkgdesc = Video player based on MPlayer/mplayer2 (git version)
- pkgver = 42762.g5d94977
+ pkgver = 43170.g304d9d5
pkgrel = 1
- url = http://mpv.io
+ url = https://mpv.io
install = mpv.install
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 42fda845ec4e..c0fd390c458e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,12 +11,12 @@
pkgname=mpv-git
_gitname=mpv
-pkgver=42762.g5d94977
+pkgver=43170.g304d9d5
pkgrel=1
pkgdesc='Video player based on MPlayer/mplayer2 (git version)'
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
license=('GPL3')
-url='http://mpv.io'
+url='https://mpv.io'
_undetected_depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils')
depends=('ffmpeg' "${_undetected_depends[@]}")
optdepends=('youtube-dl: for --ytdl')
diff --git a/mpv.install b/mpv.install
index 8c482fc0989f..bdbd170ceb6a 100644
--- a/mpv.install
+++ b/mpv.install
@@ -11,16 +11,3 @@ controller "GUI", youtube-dl integration, and other extension scripts. Lua
support can be provided by lua52 or luajit.
EOF
}
-
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}