summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBilal Elmoussaoui2016-11-23 04:16:39 +0100
committerBilal Elmoussaoui2016-11-23 04:16:39 +0100
commit0a19a7cc7719e8226d2ff5a9214be7093ae266a2 (patch)
tree5666ee86ad31420a53d1d4e09513da714c43a8c0 /PKGBUILD
parentc796c395c407a8eb92d7a250bef7844d3ed4c3aa (diff)
downloadaur-0a19a7cc7719e8226d2ff5a9214be7093ae266a2.tar.gz
bump version, few fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ed6e236b747..58f96204b50f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgbase=hardcode-tray
_gitname=Hardcode-Tray
pkgname=$_pkgbase
-pkgver=3.5.2
+pkgver=3.5.2.1
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-eplus-bzr: patched qt4 sni plugin to enable icon modification' 'inkscape: to convert svg to png with inkscape')
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=('bf1a6f03f4758dbf25807206c4cc5b153cdaefebb10e377f5661cd1ac28b0fb1')
+sha256sums=('4140714c2c4eee9681d4939c7fdec7ffbc6d71962a96d672e00266bfd8bfbba9')
package() {
install -Dm755 "$srcdir/$_gitname-$pkgver/script.py" "$pkgdir/opt/$_gitname/script.py"