summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2016-09-12 22:35:31 +0200
committerFrederic Bezies2016-09-12 22:35:31 +0200
commitf4a120eaca4938821642ce3c98126c9c69b42457 (patch)
tree33719157b3463665b1bd58c5ea73902909c3a925
parent48b52de46ff2198c83f556092e817ee96a1f7f47 (diff)
downloadaur-f4a120eaca4938821642ce3c98126c9c69b42457.tar.gz
updated and cleaned up package
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
-rw-r--r--lollypop.install13
3 files changed, 9 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 728c08d2da86..0521f94bbd63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Mon Sep 12 20:34:20 UTC 2016
pkgbase = lollypop-git
pkgdesc = Music player for GNOME
- pkgver = 0.9.111.r9.g2fe1e28
+ pkgver = 0.9.113.r89.gdc4541b
pkgrel = 1
url = https://github.com/gnumdk/lollypop
- install = lollypop.install
arch = i686
arch = x86_64
license = GPL3
@@ -23,11 +24,11 @@ pkgbase = lollypop-git
optdepends = libsecret: Last.FM support
optdepends = python-pylast: Last.FM support
optdepends = python-wikipedia: display advanced artist information
- provides = lollypop=0.9.111.r9.g2fe1e28
+ provides = lollypop=0.9.113.r89.gdc4541b
conflicts = lollypop
options = !emptydirs
source = git://github.com/gnumdk/lollypop.git
- md5sums = SKIP
+ sha1sums = SKIP
pkgname = lollypop-git
diff --git a/PKGBUILD b/PKGBUILD
index 5bf5df71945b..779c34799061 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Ian Brunelli (brunelli) <ian@brunelli.me>
+# Maintainer: Frederic Bezies < fredbezies at gmail dot com>
+# Contributor: Ian Brunelli (brunelli) <ian@brunelli.me>
pkgname=lollypop-git
_gitname=lollypop
-pkgver=0.9.111.r9.g2fe1e28
+pkgver=0.9.113.r89.gdc4541b
pkgrel=1
pkgdesc='Music player for GNOME'
arch=('i686' 'x86_64')
@@ -14,9 +15,8 @@ optdepends=('libsecret: Last.FM support'
'python-pylast: Last.FM support'
'python-wikipedia: display advanced artist information')
options=('!emptydirs')
-install=lollypop.install
source=("git://github.com/gnumdk/${_gitname}.git")
-md5sums=('SKIP')
+sha1sums=('SKIP')
conflicts=('lollypop')
provides=("lollypop=$pkgver")
diff --git a/lollypop.install b/lollypop.install
deleted file mode 100644
index 5e4abe5d8a4a..000000000000
--- a/lollypop.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- glib-compile-schemas usr/share/glib-2.0/schemas
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}