summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBilal Elmoussaoui2017-01-14 16:31:06 +0100
committerBilal Elmoussaoui2017-01-14 16:31:06 +0100
commit19bd32a65b54118cbc12ac758edaf7e01ed27c82 (patch)
tree9a5878432edd116b4728b00a48273cf03b670cc6 /PKGBUILD
parent2baf0abac756a8e9c0f5ac4e50ba812e9d0f0c9a (diff)
downloadaur-19bd32a65b54118cbc12ac758edaf7e01ed27c82.tar.gz
bump new version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 152edffce13f..6a0b972c50fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgbase=hardcode-tray
_gitname=Hardcode-Tray
pkgname=$_pkgbase
-pkgver=3.6.4
+pkgver=3.6.5
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' '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')
+optdepends=('sni-qt-patched-git: 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-patched-git: 32-bit patched qt4 sni plugin to enable icon modification')
source=("https://github.com/bil-elmoussaoui/${_gitname}/archive/v${pkgver}.tar.gz")
-sha256sums=('3ee35eb5cae7cddb75c3dbb47d4cfe2ad26dbc675c38db5c88424c43d15e6e8f')
+sha256sums=('961ba5004bd499c58a05e8926c7044face352536c5389e17d014e4e68f68ffcc')
package() {
install -Dm755 "$srcdir/$_gitname-$pkgver/script.py" "$pkgdir/opt/$_gitname/script.py"