summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuca Weiss2017-04-06 17:08:33 +0200
committerLuca Weiss2017-04-06 17:08:33 +0200
commit26a48816a617c62be810a1e89138ad0b63ace39d (patch)
treef04f409fa77d63ae9b366b19f10e29ec1bffd699 /PKGBUILD
parente37d13805d717bb50066478050ed6fd933047185 (diff)
downloadaur-26a48816a617c62be810a1e89138ad0b63ace39d.tar.gz
0.3.8.X
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c09f3f960c5..61cfcfa9e6a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luca Weiss <luca (at) z3ntu (dot) xyz>
pkgname=polychromatic-git
-pkgver=0.3.7.r12.ge802414
+pkgver=0.3.8.r4.gb124244
pkgrel=1
pkgdesc='A graphical front end for managing Razer peripherals under GNU/Linux.'
arch=('any')
@@ -9,7 +9,7 @@ license=('GPL2')
source=("git+https://github.com/lah7/polychromatic.git")
url='https://github.com/lah7/polychromatic'
makedepends=('git' 'rsync')
-depends=('python' 'hicolor-icon-theme' 'python-razer' 'webkit2gtk' 'libappindicator-gtk3')
+depends=('python' 'hicolor-icon-theme' 'python-razer' 'webkit2gtk' 'libappindicator-gtk3' 'imagemagick')
provides=('polychromatic')
conflicts=('polychromatic')
md5sums=('SKIP')
@@ -49,7 +49,7 @@ package() {
cp -r install/hicolor/* $pkgdir/usr/share/icons/hicolor/
# Copy locales
- rsync -rlpt --exclude="polychromatic-controller.pot" --exclude="polychromatic-tray-applet.pot" --exclude=*.po "locale/" $pkgdir/usr/share/locale
+ rsync -rlpt --exclude="polychromatic-controller.pot" --exclude="polychromatic-tray-applet.pot" --exclude="polychromatic-common.pot" --exclude=*.po "locale/" $pkgdir/usr/share/locale
# Copy desktop launchers
cp "install/polychromatic-controller.desktop" $pkgdir/usr/share/applications