summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33ea891b71c2..0c7d41b94924 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,8 @@ pkgbase = qt6gtk2
pkgver = 0.1
pkgrel = 1
url = https://github.com/trialuser02/qt6gtk2
- arch = x86_64
+ arch = any
+ groups = therepoclub
license = GPL2
makedepends = qt6-tools
depends = qt6-svg
diff --git a/PKGBUILD b/PKGBUILD
index 399606c3291b..1e2d8d55f8e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,8 @@ pkgname=qt6gtk2
pkgver=0.1
pkgrel=1
pkgdesc='GTK+2.0 integration plugins for Qt6'
-arch=(x86_64)
+arch=('any')
+groups=('therepoclub')
url='https://github.com/trialuser02/qt6gtk2'
license=(GPL2)
conflicts=($pkgname-git)