summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBłażej Szczygieł2016-07-07 16:43:08 +0200
committerBłażej Szczygieł2016-07-07 16:43:08 +0200
commit76a7b751cb213cc711392fff1a5c3c2a7746559c (patch)
treedaf9566a6bf4d4ff5edac054d095995d37490549
parent2e60ea6f54a43a75aab7fc3aada066f069034f5d (diff)
downloadaur-76a7b751cb213cc711392fff1a5c3c2a7746559c.tar.gz
Update and remove "qmplay2-git.install"
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--qmplay2-git.install15
3 files changed, 3 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d17dc45a0a2..45f8ad155b65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sat Jul 2 14:20:25 UTC 2016
+# Thu Jul 7 14:42:44 UTC 2016
pkgbase = qmplay2-git
pkgdesc = QMPlay2 is a video and audio player which can play most formats and codecs
- pkgver = 16.07.02
+ pkgver = 16.07.07
pkgrel = 1
url = http://zaps166.sourceforge.net/?app=QMPlay2
- install = qmplay2-git.install
arch = i686
arch = x86_64
arch = armv7
diff --git a/PKGBUILD b/PKGBUILD
index 241d5dc922d4..b03b57fc58ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zaps166 <spaz16@wp.pl>
pkgname=qmplay2-git
-pkgver=16.07.02
+pkgver=16.07.07
pkgrel=1
pkgdesc='QMPlay2 is a video and audio player which can play most formats and codecs'
arch=('i686' 'x86_64' 'armv7' 'armv6' 'armv5')
@@ -16,7 +16,6 @@ provides=('qmplay2')
makedepends=('make' 'gcc' 'git' 'pkg-config' 'qt5-tools' 'cmake')
source=('git+https://github.com/zaps166/QMPlay2')
sha256sums=('SKIP')
-install=$pkgname.install
pkgver()
{
diff --git a/qmplay2-git.install b/qmplay2-git.install
deleted file mode 100644
index 4c331ffa9e9b..000000000000
--- a/qmplay2-git.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install()
-{
- update-desktop-database -q
- update-mime-database /usr/share/mime
-}
-
-post_upgrade()
-{
- post_install
-}
-
-post_remove()
-{
- post_install
-}