summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBilal Elmoussaoui2016-11-15 20:47:05 +0100
committerBilal Elmoussaoui2016-11-15 20:47:05 +0100
commitf34c4655ec9934dbca881a57e61acf9368c16717 (patch)
tree83485124c1dfa8e41cc8311cf0c1d637216b65eb
parent570b335182c211e49cf559517632392c6b1d5c10 (diff)
downloadaur-f34c4655ec9934dbca881a57e61acf9368c16717.tar.gz
bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a918a3b46498..e204c52b42b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hardcode-tray
pkgdesc = Fixes Hardcoded Tray Icons
- pkgver = 3.5
+ pkgver = 3.5.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.tar.gz
- sha256sums = 24324287695a4486a9a3aa7743987dad4f31953a837fd256e2d6afd209ae2795
+ source = https://github.com/bil-elmoussaoui/Hardcode-Tray/archive/v3.5.1.tar.gz
+ sha256sums = 6fd563f413dff8de8b3359171ff266442546f930fdee08d085bcb0274db8a00d
pkgname = hardcode-tray
diff --git a/PKGBUILD b/PKGBUILD
index 2877116c437e..d6ce1041d48a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgbase=hardcode-tray
_gitname=Hardcode-Tray
pkgname=$_pkgbase
-pkgver=3.5
+pkgver=3.5.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=('24324287695a4486a9a3aa7743987dad4f31953a837fd256e2d6afd209ae2795')
+sha256sums=('6fd563f413dff8de8b3359171ff266442546f930fdee08d085bcb0274db8a00d')
package() {
install -Dm755 "$srcdir/$_gitname-$pkgver/script.py" "$pkgdir/opt/$_gitname/script.py"