summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBilal Elmoussaoui2017-01-01 19:04:42 +0100
committerBilal Elmoussaoui2017-01-01 19:04:42 +0100
commit92457f4bba161ab8ff548bf9707896dbc05d8777 (patch)
tree2ac79c0b0faa884bc4f7d8535537bfdc34cdacfb
parent0a19a7cc7719e8226d2ff5a9214be7093ae266a2 (diff)
downloadaur-92457f4bba161ab8ff548bf9707896dbc05d8777.tar.gz
update to v3.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e47a3fca3e2..4756b0159330 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hardcode-tray
pkgdesc = Fixes Hardcoded Tray Icons
- pkgver = 3.5.2.1
+ pkgver = 3.6.2
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.5.2.1.tar.gz
- sha256sums = 4140714c2c4eee9681d4939c7fdec7ffbc6d71962a96d672e00266bfd8bfbba9
+ source = https://github.com/bil-elmoussaoui/Hardcode-Tray/archive/v3.6.2.tar.gz
+ sha256sums = fce3eae77df711b43484d1ee62cf90db4232be33248db39e00c9db3e24197b42
pkgname = hardcode-tray
diff --git a/PKGBUILD b/PKGBUILD
index 58f96204b50f..6bdbae07dc1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgbase=hardcode-tray
_gitname=Hardcode-Tray
pkgname=$_pkgbase
-pkgver=3.5.2.1
+pkgver=3.6.2
pkgrel=1
pkgdesc="Fixes Hardcoded Tray Icons"
arch=('i686' 'x86_64')
@@ -16,11 +16,12 @@ 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=('4140714c2c4eee9681d4939c7fdec7ffbc6d71962a96d672e00266bfd8bfbba9')
+sha256sums=('fce3eae77df711b43484d1ee62cf90db4232be33248db39e00c9db3e24197b42')
package() {
install -Dm755 "$srcdir/$_gitname-$pkgver/script.py" "$pkgdir/opt/$_gitname/script.py"
install -Dm755 "$srcdir/$_gitname-$pkgver/hardcode-tray" "$pkgdir/usr/bin/hardcode-tray"
install -d "$pkgdir/opt/$_gitname"
cp -r "$srcdir/$_gitname-$pkgver/database" "$pkgdir/opt/$_gitname"
+ cp -r "$srcdir/$_gitname-$pkgver/modules" "$pkgdir/opt/$_gitname"
}