summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2017-04-06 17:08:33 +0200
committerLuca Weiss2017-04-06 17:08:33 +0200
commit26a48816a617c62be810a1e89138ad0b63ace39d (patch)
treef04f409fa77d63ae9b366b19f10e29ec1bffd699
parente37d13805d717bb50066478050ed6fd933047185 (diff)
downloadaur-26a48816a617c62be810a1e89138ad0b63ace39d.tar.gz
0.3.8.X
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e818c5434d5f..c22a7cd5a8fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Mar 14 14:08:17 UTC 2017
+# Thu Apr 6 15:08:08 UTC 2017
pkgbase = polychromatic-git
pkgdesc = A graphical front end for managing Razer peripherals under GNU/Linux.
- pkgver = 0.3.7.r12.ge802414
+ pkgver = 0.3.8.r4.gb124244
pkgrel = 1
url = https://github.com/lah7/polychromatic
arch = any
@@ -14,6 +14,7 @@ pkgbase = polychromatic-git
depends = python-razer
depends = webkit2gtk
depends = libappindicator-gtk3
+ depends = imagemagick
provides = polychromatic
conflicts = polychromatic
source = git+https://github.com/lah7/polychromatic.git
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