mirror of
https://aur.archlinux.org/kfiredragonhelper.git
synced 2024-12-26 04:34:13 +00:00
Add x86_64_v3 target
This commit is contained in:
parent
d076ba0bf1
commit
89e4ae26ad
1
.SRCINFO
1
.SRCINFO
@ -5,6 +5,7 @@ pkgbase = kfiredragonhelper
|
|||||||
url = https://github.com/openSUSE/kmozillahelper
|
url = https://github.com/openSUSE/kmozillahelper
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
arch = x86_64_v3
|
||||||
license = MIT
|
license = MIT
|
||||||
makedepends = cmake
|
makedepends = cmake
|
||||||
makedepends = extra-cmake-modules
|
makedepends = extra-cmake-modules
|
||||||
|
2
PKGBUILD
2
PKGBUILD
@ -4,7 +4,7 @@ pkgrel=1
|
|||||||
#epoch=1
|
#epoch=1
|
||||||
pkgdesc="FireDragon Integration (kmozillahelper from openSUSE)."
|
pkgdesc="FireDragon Integration (kmozillahelper from openSUSE)."
|
||||||
url="https://github.com/openSUSE/kmozillahelper"
|
url="https://github.com/openSUSE/kmozillahelper"
|
||||||
arch=("i686" "x86_64")
|
arch=("i686" "x86_64" "x86_64_v3")
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=("kio" "knotifications" "kwindowsystem" "ki18n")
|
depends=("kio" "knotifications" "kwindowsystem" "ki18n")
|
||||||
makedepends=("cmake" "extra-cmake-modules" "git")
|
makedepends=("cmake" "extra-cmake-modules" "git")
|
||||||
|
Loading…
Reference in New Issue
Block a user