summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzoe2017-01-27 09:33:57 +0100
committerzoe2017-01-27 09:33:57 +0100
commit2edb666e3aa1af99e6280948a4b606bd78ef08a0 (patch)
treefff42536b713b1c83c0859b08304c00c1848a194 /PKGBUILD
parent0ebd349377e26ed47eb72dc00c7473cd639dcd11 (diff)
downloadaur-2edb666e3aa1af99e6280948a4b606bd78ef08a0.tar.gz
Update to 0.7.3-8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3b32396f32c..0eceb9479348 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Contributor: Yarema aka Knedlyk <yupadmin@gmail.com>
+# Maintainer: zoe <chp321 [at] gmail [dot] com>
pkgname=radiotray
pkgver=0.7.3
-pkgrel=7
+pkgrel=8
commit=1717a0e8c143
pkgdesc="An online radio streaming player that runs on a Linux system tray."
arch=(any)
@@ -17,7 +18,7 @@ provides=(radiotray)
source=(https://bitbucket.org/carlmig/radio-tray/get/${pkgname}-${pkgver}.tar.gz
encoding.patch
gtk.patch)
-conflicts=(radiotray-hg)
+conflicts=(radiotray-hg radiotray-python3-git)
package() {
cd $srcdir/carlmig-radio-tray-$commit
patch -p1 < $srcdir/encoding.patch || return 1