summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBilal Elmoussaoui2017-01-03 19:50:17 +0100
committerBilal Elmoussaoui2017-01-03 19:50:17 +0100
commitf680cecf538b54d6bcdbeb180e0afc31b3691472 (patch)
tree1233c72076ac21458496d194a9ffa24d9fde0ca6
parent92457f4bba161ab8ff548bf9707896dbc05d8777 (diff)
downloadaur-f680cecf538b54d6bcdbeb180e0afc31b3691472.tar.gz
new release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4756b0159330..812a043e6bf1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hardcode-tray
pkgdesc = Fixes Hardcoded Tray Icons
- pkgver = 3.6.2
+ pkgver = 3.6.3
pkgrel = 1
url = https://github.com/bil-elmoussaoui/Hardcode-Tray
arch = i686
@@ -17,8 +17,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.2.tar.gz
- sha256sums = fce3eae77df711b43484d1ee62cf90db4232be33248db39e00c9db3e24197b42
+ source = https://github.com/bil-elmoussaoui/Hardcode-Tray/archive/v3.6.3.tar.gz
+ sha256sums = abab7b830a88a84c3b457ef8ca24b2f366cf7ba5ea98b80b8e73fbc4d0cdc67a
pkgname = hardcode-tray
diff --git a/PKGBUILD b/PKGBUILD
index 6bdbae07dc1e..6a5d240ce052 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgbase=hardcode-tray
_gitname=Hardcode-Tray
pkgname=$_pkgbase
-pkgver=3.6.2
+pkgver=3.6.3
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=('fce3eae77df711b43484d1ee62cf90db4232be33248db39e00c9db3e24197b42')
+sha256sums=('abab7b830a88a84c3b457ef8ca24b2f366cf7ba5ea98b80b8e73fbc4d0cdc67a')
package() {
install -Dm755 "$srcdir/$_gitname-$pkgver/script.py" "$pkgdir/opt/$_gitname/script.py"