diff --git a/.SRCINFO b/.SRCINFO index 2b3e8d6..d2c565a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = hardcode-tray-git pkgdesc = Fixes Hardcoded Tray Icons - pkgver = 3.5.2.1.r167.gf3112a5 + pkgver = 3.6.5 pkgrel = 1 url = https://github.com/bil-elmoussaoui/Hardcode-Tray arch = i686 @@ -12,9 +12,9 @@ pkgbase = hardcode-tray-git depends = python-cairosvg depends = librsvg depends = gtk3 - optdepends = sni-qt-eplus-bzr: patched qt4 sni plugin to enable icon modification + optdepends = sni-qt-patched-git: patched qt4 sni plugin to enable icon modification optdepends = inkscape: to convert svg to png with inkscape - optdepends = lib32-sni-qt-eplus-bzr: 32-bit patched qt4 sni plugin to enable icon modification + optdepends = lib32-sni-qt-patched-git: 32-bit patched qt4 sni plugin to enable icon modification provides = hardcode-tray-git conflicts = hardcode-tray-fixer-git conflicts = hardcode-tray diff --git a/PKGBUILD b/PKGBUILD index 92df380..7aca19e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ _pkgbase=hardcode-tray-git _gitname=Hardcode-Tray pkgname=$_pkgbase -pkgver=3.5.2.1.r167.gf3112a5 +pkgver=3.6.5 pkgrel=1 pkgdesc="Fixes Hardcoded Tray Icons" arch=('i686' 'x86_64') @@ -14,8 +14,8 @@ provides=("$_pkgbase") makedepends=("git") conflicts=("hardcode-tray-fixer-git" "hardcode-tray") 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') +optdepends=('sni-qt-patched-git: patched qt4 sni plugin to enable icon modification' 'inkscape: to convert svg to png with inkscape') +optdepends_x86_64=('lib32-sni-qt-patched-git: 32-bit patched qt4 sni plugin to enable icon modification') source=("git://github.com/bil-elmoussaoui/Hardcode-Tray") sha256sums=('SKIP')