summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBilal Elmoussaoui2017-03-18 11:13:22 +0100
committerBilal Elmoussaoui2017-03-18 11:13:22 +0100
commit5265fcbad56a6824fd715052dba66824f2bea49e (patch)
tree5024769ad85e1faf2441cdc73084a462911f11fd
parent19bd32a65b54118cbc12ac758edaf7e01ed27c82 (diff)
downloadaur-5265fcbad56a6824fd715052dba66824f2bea49e.tar.gz
push new release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3c92c92e457..15e3a41fbcf3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hardcode-tray
pkgdesc = Fixes Hardcoded Tray Icons
- pkgver = 3.6.5
+ pkgver = 3.6.6
pkgrel = 1
url = https://github.com/bil-elmoussaoui/Hardcode-Tray
arch = i686
@@ -18,8 +18,8 @@ pkgbase = hardcode-tray
provides = hardcode-tray
conflicts = hardcode-tray-fixer-git
conflicts = hardcode-tray-git
- source = https://github.com/bil-elmoussaoui/Hardcode-Tray/archive/v3.6.5.tar.gz
- sha256sums = 961ba5004bd499c58a05e8926c7044face352536c5389e17d014e4e68f68ffcc
+ source = https://github.com/bil-elmoussaoui/Hardcode-Tray/archive/v3.6.6.tar.gz
+ sha256sums = 9d158f8e47d3e3252c82aab4fafac0d21d2b7b349c34cbb75c245cf19af1740e
pkgname = hardcode-tray
diff --git a/PKGBUILD b/PKGBUILD
index 6a0b972c50fd..4c1fbad46986 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgbase=hardcode-tray
_gitname=Hardcode-Tray
pkgname=$_pkgbase
-pkgver=3.6.5
+pkgver=3.6.6
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=("https://github.com/bil-elmoussaoui/${_gitname}/archive/v${pkgver}.tar.gz")
-sha256sums=('961ba5004bd499c58a05e8926c7044face352536c5389e17d014e4e68f68ffcc')
+sha256sums=('9d158f8e47d3e3252c82aab4fafac0d21d2b7b349c34cbb75c245cf19af1740e')
package() {
install -Dm755 "$srcdir/$_gitname-$pkgver/script.py" "$pkgdir/opt/$_gitname/script.py"