summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2017-05-01 21:48:00 +0100
committerLuca Weiss2017-05-01 21:48:00 +0100
commit1620fa7a76912e49204659e4b78c8335c9d75f95 (patch)
treeb694fdd80d539863a387836db616caf06302022f
parent163df8eb021215fa0ab697b45b18701ae6154aa4 (diff)
downloadaur-1620fa7a76912e49204659e4b78c8335c9d75f95.tar.gz
0.3.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6cc93dbeebc..1b4133f107a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Apr 5 08:57:47 UTC 2017
+# Mon May 1 20:46:18 UTC 2017
pkgbase = polychromatic
pkgdesc = A graphical front end for managing Razer peripherals under GNU/Linux.
- pkgver = 0.3.8
+ pkgver = 0.3.9
pkgrel = 1
url = https://github.com/lah7/polychromatic
arch = any
@@ -14,8 +14,8 @@ pkgbase = polychromatic
depends = webkit2gtk
depends = libappindicator-gtk3
depends = imagemagick
- source = polychromatic-v0.3.8.tar.gz::https://github.com/lah7/polychromatic/archive/v0.3.8.tar.gz
- sha512sums = ca1953ebbf3bce301453248a2d5b6d24abab75b7fd3b862fa6d21276996364997191915c2e0f4cc5f86cc6db8b7f54311dde72842af2570dc010d98b56947f10
+ source = polychromatic-v0.3.9.tar.gz::https://github.com/lah7/polychromatic/archive/v0.3.9.tar.gz
+ sha512sums = 213a7f5e4ae419c8199d2bd3058ada133393b2af5c4b91d4341ee490d3859b004a29e8d56a5b4a83b0d7688afaa456a92a69c1e8ccd6660a7a0ff36a28f65766
pkgname = polychromatic
diff --git a/PKGBUILD b/PKGBUILD
index 497471199c99..706a412842e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luca Weiss <luca (at) z3ntu (dot) xyz>
pkgname=polychromatic
-pkgver=0.3.8
+pkgver=0.3.9
pkgrel=1
pkgdesc='A graphical front end for managing Razer peripherals under GNU/Linux.'
arch=('any')
@@ -10,7 +10,7 @@ source=("$pkgname-v$pkgver.tar.gz::https://github.com/lah7/polychromatic/archive
url='https://github.com/lah7/polychromatic'
makedepends=('rsync')
depends=('python' 'hicolor-icon-theme' 'python-razer' 'webkit2gtk' 'libappindicator-gtk3' 'imagemagick')
-sha512sums=('ca1953ebbf3bce301453248a2d5b6d24abab75b7fd3b862fa6d21276996364997191915c2e0f4cc5f86cc6db8b7f54311dde72842af2570dc010d98b56947f10')
+sha512sums=('213a7f5e4ae419c8199d2bd3058ada133393b2af5c4b91d4341ee490d3859b004a29e8d56a5b4a83b0d7688afaa456a92a69c1e8ccd6660a7a0ff36a28f65766')
package() {
_pythondir=$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")
@@ -42,7 +42,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