Add x86_64_v3 target

This commit is contained in:
dr460nf1r3 2021-08-20 19:16:44 +02:00
parent d076ba0bf1
commit 89e4ae26ad
No known key found for this signature in database
GPG Key ID: BE75B9D9767036C2
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ pkgbase = kfiredragonhelper
url = https://github.com/openSUSE/kmozillahelper
arch = i686
arch = x86_64
arch = x86_64_v3
license = MIT
makedepends = cmake
makedepends = extra-cmake-modules

View File

@ -4,7 +4,7 @@ pkgrel=1
#epoch=1
pkgdesc="FireDragon Integration (kmozillahelper from openSUSE)."
url="https://github.com/openSUSE/kmozillahelper"
arch=("i686" "x86_64")
arch=("i686" "x86_64" "x86_64_v3")
license=('MIT')
depends=("kio" "knotifications" "kwindowsystem" "ki18n")
makedepends=("cmake" "extra-cmake-modules" "git")