summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBilal Elmoussaoui2016-11-23 04:06:09 +0100
committerBilal Elmoussaoui2016-11-23 04:06:09 +0100
commitc796c395c407a8eb92d7a250bef7844d3ed4c3aa (patch)
tree9cab9a6d2af9b84399cb8a6d9dbd2e1fdf7ebe96
parentf34c4655ec9934dbca881a57e61acf9368c16717 (diff)
downloadaur-c796c395c407a8eb92d7a250bef7844d3ed4c3aa.tar.gz
new releas
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e204c52b42b2..1dd82342dd2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hardcode-tray
pkgdesc = Fixes Hardcoded Tray Icons
- pkgver = 3.5.1
+ pkgver = 3.5.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.1.tar.gz
- sha256sums = 6fd563f413dff8de8b3359171ff266442546f930fdee08d085bcb0274db8a00d
+ source = https://github.com/bil-elmoussaoui/Hardcode-Tray/archive/v3.5.2.tar.gz
+ sha256sums = bf1a6f03f4758dbf25807206c4cc5b153cdaefebb10e377f5661cd1ac28b0fb1
pkgname = hardcode-tray
diff --git a/PKGBUILD b/PKGBUILD
index d6ce1041d48a..2ed6e236b747 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgbase=hardcode-tray
_gitname=Hardcode-Tray
pkgname=$_pkgbase
-pkgver=3.5.1
+pkgver=3.5.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-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=('6fd563f413dff8de8b3359171ff266442546f930fdee08d085bcb0274db8a00d')
+sha256sums=('bf1a6f03f4758dbf25807206c4cc5b153cdaefebb10e377f5661cd1ac28b0fb1')
package() {
install -Dm755 "$srcdir/$_gitname-$pkgver/script.py" "$pkgdir/opt/$_gitname/script.py"