summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBilal Elmoussaoui2017-05-26 17:58:57 +0200
committerBilal Elmoussaoui2017-05-26 17:58:57 +0200
commit8996545d4ea115ede4eda6532cd6ad20b6905428 (patch)
treed5c728218fa0520a872871b271c54f5f00fe3ddc /PKGBUILD
parent467865bb57a61f91f44e3e943ccb4d8238b6bc98 (diff)
downloadaur-8996545d4ea115ede4eda6532cd6ad20b6905428.tar.gz
bump version number
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63276e104c22..f67107e967cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgbase=hardcode-tray
_gitname=Hardcode-Tray
pkgname=$_pkgbase
-pkgver=3.8.1
+pkgver=3.8.2
pkgrel=1
pkgdesc="Fixes Hardcoded Tray Icons"
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ depends=('python' 'python-gobject' 'python-cairosvg' 'librsvg' 'gtk3')
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=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('8394a36564f1789e45f92da42ef16445318d8c46af0267548a8f74fb7b1c2d95')
+sha256sums=('dafbc450b4a2406375ff24e0d8477a57e399736e979ed0b40e37add3e0824468')
package() {
install -Dm755 "$srcdir/$_gitname-$pkgver/hardcode-tray.py" "$pkgdir/opt/$_gitname/hardcode-tray.py"