summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e236ba7ec41..a6b3840fbe9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=radiotray
pkgver=0.7.3
-pkgrel=13
+pkgrel=14
_commit=1717a0e8c143
pkgdesc="An online radio streaming player that runs on a Linux system tray."
arch=(any)
@@ -16,14 +16,12 @@ optdepends=('gst-plugins-bad: extra codec support'
'gst-plugins-ugly: extra codec support'
'gst-libav: nonfree media decoding'
'libappindicator-gtk3: indicator applet support')
-provides=("${pkgname}")
source=("${pkgname}-${pkgver}.tar.gz::https://bitbucket.org/carlmig/radio-tray/get/${pkgname}-${pkgver}.tar.gz"
"encoding.patch"
"02_compatibility_glib-2.41.patch"
"03_upstream_repo.patch"
"04_gtk3_issues.patch"
"reduce-logging.patch")
-conflicts=(radiotray-hg radiotray-python3-git)
sha256sums=('464c555b8d9278e918d3718f81a1c0cfa7d9a54018d1a2f6b04b33dc40ea825c'
'a73badc0ddbf726d3f554e328b8836883bf816751cd0dc2034795a03466cd2df'
@@ -49,6 +47,6 @@ build() {
package() {
cd "${srcdir}/carlmig-radio-tray-${_commit}"
tar xf "dist/${pkgname}-${pkgver}.linux-${CARCH}.tar.gz" -C "${pkgdir}"
- chown -R root: ${pkgdir}
+ chown -R root: "${pkgdir}"
}