fix naming issue
This commit is contained in:
parent
4b97575f11
commit
850a9faee2
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,4 +1,4 @@
|
||||||
pkgbase = hardcode-tray
|
pkgbase = hardcode-tray-git
|
||||||
pkgdesc = Fixes Hardcoded Tray Icons
|
pkgdesc = Fixes Hardcoded Tray Icons
|
||||||
pkgver = r738.4e91e52
|
pkgver = r738.4e91e52
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
|
|
@ -15,11 +15,11 @@ pkgbase = hardcode-tray
|
||||||
optdepends = sni-qt-eplus-bzr: patched qt4 sni plugin to enable icon modification
|
optdepends = sni-qt-eplus-bzr: patched qt4 sni plugin to enable icon modification
|
||||||
optdepends = inkscape: to convert svg to png with inkscape
|
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-eplus-bzr: 32-bit patched qt4 sni plugin to enable icon modification
|
||||||
provides = hardcode-tray
|
provides = hardcode-tray-git
|
||||||
conflicts = hardcode-tray-fixer-git
|
conflicts = hardcode-tray-fixer-git
|
||||||
conflicts = hardcode-tray
|
conflicts = hardcode-tray
|
||||||
source = git://github.com/bil-elmoussaoui/Hardcode-Tray
|
source = git://github.com/bil-elmoussaoui/Hardcode-Tray
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = hardcode-tray
|
pkgname = hardcode-tray-git
|
||||||
|
|
||||||
|
|
|
||||||
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
# Maintainer: Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>
|
# Maintainer: Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>
|
||||||
|
|
||||||
_pkgbase=hardcode-tray
|
_pkgbase=hardcode-tray-git
|
||||||
_gitname=Hardcode-Tray
|
_gitname=Hardcode-Tray
|
||||||
pkgname=$_pkgbase
|
pkgname=$_pkgbase
|
||||||
pkgver=r738.4e91e52
|
pkgver=r738.4e91e52
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue