summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2016-12-09 19:35:47 +0100
committerFrederic Bezies2016-12-09 19:35:47 +0100
commit5309758cc52eaca98f3ff74f896084205781abb3 (patch)
treecbfeede6a15bbcb4e8e9743ca43b386335343e2c
parente27ced7b60e4e6baebde292d790c3f2dff9b2b77 (diff)
downloadaur-5309758cc52eaca98f3ff74f896084205781abb3.tar.gz
lollypop-sp is set to be +x
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcdef58ae29f..db1fb7a4e0b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Nov 26 19:05:47 UTC 2016
+# Fri Dec 9 18:32:47 UTC 2016
pkgbase = lollypop-git
pkgdesc = Music player for GNOME
- pkgver = 0.9.220.r3.gffed3f3
- pkgrel = 1
+ pkgver = 0.9.223.r3.g8eb8ae5
+ pkgrel = 2
url = https://github.com/gnumdk/lollypop
arch = i686
arch = x86_64
@@ -24,7 +24,7 @@ pkgbase = lollypop-git
depends = libsecret
depends = python-pylast
optdepends = python-wikipedia: display advanced artist information
- provides = lollypop=0.9.220.r3.gffed3f3
+ provides = lollypop=0.9.223.r3.g8eb8ae5
conflicts = lollypop
options = !emptydirs
source = git://github.com/gnumdk/lollypop.git
diff --git a/PKGBUILD b/PKGBUILD
index 42137380f7d4..47f868815599 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=lollypop-git
_gitname=lollypop
-pkgver=0.9.220.r3.gffed3f3
-pkgrel=1
+pkgver=0.9.223.r3.g8eb8ae5
+pkgrel=2
pkgdesc='Music player for GNOME'
arch=('i686' 'x86_64')
license=('GPL3')
@@ -32,4 +32,5 @@ build() {
package() {
cd "$srcdir/${_gitname}"
make DESTDIR="${pkgdir}" install
+ chmod +x $pkgdir/usr/share/lollypop/lollypop-sp
}