summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-04-30 15:58:34 +0200
committerGustavo Alvarez2016-04-30 15:58:34 +0200
commit000a46cc03af0f538b146ba5ebf6a7cf3c9e739e (patch)
treecadbcdd16736d812cb32d6bfa6cc41ca9ba3bf49
parent8fdb50d833eb9cfb20e1680548f3f5586f75607b (diff)
downloadaur-000a46cc03af0f538b146ba5ebf6a7cf3c9e739e.tar.gz
bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--qcma-git.install13
3 files changed, 4 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 370a12150b9c..44bf68fa5b08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jan 16 20:02:41 UTC 2016
+# Sat Apr 30 13:58:26 UTC 2016
pkgbase = qcma-git
pkgdesc = Content Manager Assistant for the PS Vita. (GIT version)
- pkgver = v0.3.10.0.g7886238
+ pkgver = v0.3.12.0.g498ebb1
pkgrel = 1
url = https://github.com/codestation/qcma
arch = i686
@@ -21,7 +21,6 @@ pkgbase = qcma-git
pkgname = qcma-git
pkgdesc = Content Manager Assistant for the PS Vita. (GIT Version)
- install = qcma-git.install
depends = ffmpeg
depends = qt5-base
depends = libnotify
@@ -39,7 +38,6 @@ pkgname = qcma-kdenotifier-git
pkgname = qcma-appindicator-git
pkgdesc = Content Manager Assistant for the PS Vita. (appindicator) (GIT Version)
- install = qcma-git.install
depends = qcma-git
depends = libappindicator-gtk2
provides = qcma-appindicator
diff --git a/PKGBUILD b/PKGBUILD
index 513865fff22f..a9a0f132153c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase=qcma-git
pkgname=('qcma-git'
'qcma-kdenotifier-git'
'qcma-appindicator-git')
-pkgver=v0.3.10.0.g7886238
+pkgver=v0.3.12.0.g498ebb1
pkgrel=1
pkgdesc="Content Manager Assistant for the PS Vita. (GIT version)"
arch=('i686' 'x86_64')
@@ -49,7 +49,6 @@ package_qcma-git() {
)
conflicts=('qcma')
provides=('qcma')
- install=qcma-git.install
make -C build/common INSTALL_ROOT="${pkgdir}" install
make -C build/cli INSTALL_ROOT="${pkgdir}" install
@@ -74,7 +73,6 @@ package_qcma-appindicator-git() {
)
conflicts=('qcma-appindicator')
provides=('qcma-appindicator')
- install=qcma-git.install
make -C build/appindicator INSTALL_ROOT="${pkgdir}" install
-} \ No newline at end of file
+}
diff --git a/qcma-git.install b/qcma-git.install
deleted file mode 100644
index 1dfb756fc825..000000000000
--- a/qcma-git.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-
-post_remove() {
- post_install
-}