summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBilal Elmoussaoui2016-11-23 04:16:39 +0100
committerBilal Elmoussaoui2016-11-23 04:16:39 +0100
commit0a19a7cc7719e8226d2ff5a9214be7093ae266a2 (patch)
tree5666ee86ad31420a53d1d4e09513da714c43a8c0
parentc796c395c407a8eb92d7a250bef7844d3ed4c3aa (diff)
downloadaur-0a19a7cc7719e8226d2ff5a9214be7093ae266a2.tar.gz
bump version, few fixes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1dd82342dd2a..7e47a3fca3e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hardcode-tray
pkgdesc = Fixes Hardcoded Tray Icons
- pkgver = 3.5.2
+ pkgver = 3.5.2.1
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.tar.gz
- sha256sums = bf1a6f03f4758dbf25807206c4cc5b153cdaefebb10e377f5661cd1ac28b0fb1
+ source = https://github.com/bil-elmoussaoui/Hardcode-Tray/archive/v3.5.2.1.tar.gz
+ sha256sums = 4140714c2c4eee9681d4939c7fdec7ffbc6d71962a96d672e00266bfd8bfbba9
pkgname = hardcode-tray
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"