summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGötz Christ2016-05-18 19:57:24 -0500
committerGötz Christ2016-05-18 19:57:24 -0500
commite0db81cdc5cccba4c0ee7109fc31f4eeba9240f9 (patch)
treeef14642b4786a742250824d0c300fc66d0593e1a
parent3c09ed60bbcaf391106d2cea65697b6e8d5c6681 (diff)
downloadaur-e0db81cdc5cccba4c0ee7109fc31f4eeba9240f9.tar.gz
Pacman hooks
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--cantata-git.install11
3 files changed, 3 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3819f4649a1..e4e0f1aa5d16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Fri Feb 5 04:28:19 UTC 2016
+# Thu May 19 00:56:58 UTC 2016
pkgbase = cantata-git
pkgdesc = Qt5 graphical client for Music Player Daemon (MPD) - git version.
- pkgver = 2.0.50.r6087.55fb716
+ pkgver = 2.0.50.r6107.854eec9
pkgrel = 1
url = https://github.com/cdrummond/cantata
- install = cantata-git.install
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 2adffb64198f..3883c7fb2c82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=cantata-git
-pkgver=2.0.50.r6087.55fb716
+pkgver=2.0.50.r6107.854eec9
pkgrel=1
pkgdesc="Qt5 graphical client for Music Player Daemon (MPD) - git version."
arch=('i686' 'x86_64')
@@ -14,7 +14,6 @@ makedepends=('git' 'cmake' 'qt5-tools' 'qt5-svg')
conflicts=('cantata' 'cantata-kde' 'cantata-kde-svn' 'cantata-kde-svn')
provides=('cantata')
source=("$pkgname::git+https://github.com/CDrummond/cantata.git")
-install="${pkgname}.install"
sha1sums=('SKIP')
pkgver() {
diff --git a/cantata-git.install b/cantata-git.install
deleted file mode 100644
index e70c054ec6ad..000000000000
--- a/cantata-git.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}