summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBilal Elmoussaoui2017-05-24 12:06:36 +0200
committerBilal Elmoussaoui2017-05-24 12:06:36 +0200
commit467865bb57a61f91f44e3e943ccb4d8238b6bc98 (patch)
tree6bcc0d5669e5d6eb86f4eb7660d117f961a4844b
parent546683386fa61cb492e9c002915d8661552a96c9 (diff)
downloadaur-467865bb57a61f91f44e3e943ccb4d8238b6bc98.tar.gz
bump version number, please upgrade
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de6caa25606c..628fd7410c0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hardcode-tray
pkgdesc = Fixes Hardcoded Tray Icons
- pkgver = 3.8
+ pkgver = 3.8.1
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.8.tar.gz
- sha256sums = 7c9eebb12e05512f8903b56cec53e34dd5221e1b5ce4c181ea73f4fe008342a5
+ source = https://github.com/bil-elmoussaoui/Hardcode-Tray/archive/v3.8.1.tar.gz
+ sha256sums = 8394a36564f1789e45f92da42ef16445318d8c46af0267548a8f74fb7b1c2d95
pkgname = hardcode-tray
diff --git a/PKGBUILD b/PKGBUILD
index f545f9d44b1d..63276e104c22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgbase=hardcode-tray
_gitname=Hardcode-Tray
pkgname=$_pkgbase
-pkgver=3.8
+pkgver=3.8.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-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=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('7c9eebb12e05512f8903b56cec53e34dd5221e1b5ce4c181ea73f4fe008342a5')
+sha256sums=('8394a36564f1789e45f92da42ef16445318d8c46af0267548a8f74fb7b1c2d95')
package() {
install -Dm755 "$srcdir/$_gitname-$pkgver/hardcode-tray.py" "$pkgdir/opt/$_gitname/hardcode-tray.py"