summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBilal Elmoussaoui2017-01-07 00:41:42 +0100
committerBilal Elmoussaoui2017-01-07 00:41:42 +0100
commit2baf0abac756a8e9c0f5ac4e50ba812e9d0f0c9a (patch)
tree97ce41d5eb973cc8d7339787fea08645ec8e180c
parent7ffc8b458c2df751be056e4ac5410b9fa8248ebd (diff)
downloadaur-2baf0abac756a8e9c0f5ac4e50ba812e9d0f0c9a.tar.gz
version bump
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 812a043e6bf1..f69dbad97e62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hardcode-tray
pkgdesc = Fixes Hardcoded Tray Icons
- pkgver = 3.6.3
+ pkgver = 3.6.4
pkgrel = 1
url = https://github.com/bil-elmoussaoui/Hardcode-Tray
arch = i686
@@ -13,12 +13,13 @@ pkgbase = hardcode-tray
depends = gtk3
optdepends = sni-qt-eplus-bzr: patched qt4 sni plugin to enable icon modification
optdepends = inkscape: to convert svg to png with inkscape
+ optdepends = imagemagick: used to convert svg to png
optdepends = lib32-sni-qt-eplus-bzr: 32-bit patched qt4 sni plugin to enable icon modification
provides = hardcode-tray
conflicts = hardcode-tray-fixer-git
conflicts = hardcode-tray-git
- source = https://github.com/bil-elmoussaoui/Hardcode-Tray/archive/v3.6.3.tar.gz
- sha256sums = abab7b830a88a84c3b457ef8ca24b2f366cf7ba5ea98b80b8e73fbc4d0cdc67a
+ source = https://github.com/bil-elmoussaoui/Hardcode-Tray/archive/v3.6.4.tar.gz
+ sha256sums = 3ee35eb5cae7cddb75c3dbb47d4cfe2ad26dbc675c38db5c88424c43d15e6e8f
pkgname = hardcode-tray
diff --git a/PKGBUILD b/PKGBUILD
index c84c045f4cc3..152edffce13f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgbase=hardcode-tray
_gitname=Hardcode-Tray
pkgname=$_pkgbase
-pkgver=3.6.3
+pkgver=3.6.4
pkgrel=1
pkgdesc="Fixes Hardcoded Tray Icons"
arch=('i686' 'x86_64')
@@ -13,10 +13,10 @@ license=('GPL')
provides=("$_pkgbase")
conflicts=("hardcode-tray-fixer-git" "hardcode-tray-git")
depends=('python' 'python-gobject' 'python-cairosvg' 'librsvg' 'gtk3')
-optdepends=('sni-qt-eplus-bzr: patched qt4 sni plugin to enable icon modification' 'inkscape: to convert svg to png with inkscape')
+optdepends=('sni-qt-eplus-bzr: patched qt4 sni plugin to enable icon modification' 'inkscape: to convert svg to png with inkscape' 'imagemagick: used to convert svg to png')
optdepends_x86_64=('lib32-sni-qt-eplus-bzr: 32-bit patched qt4 sni plugin to enable icon modification')
source=("https://github.com/bil-elmoussaoui/${_gitname}/archive/v${pkgver}.tar.gz")
-sha256sums=('abab7b830a88a84c3b457ef8ca24b2f366cf7ba5ea98b80b8e73fbc4d0cdc67a')
+sha256sums=('3ee35eb5cae7cddb75c3dbb47d4cfe2ad26dbc675c38db5c88424c43d15e6e8f')
package() {
install -Dm755 "$srcdir/$_gitname-$pkgver/script.py" "$pkgdir/opt/$_gitname/script.py"