summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheCynicalLiger2021-01-21 18:16:27 +0000
committerTheCynicalLiger2021-01-21 18:16:27 +0000
commit067a131a2b59dc3f4bb1286633c95ed3a75fc601 (patch)
tree7cdebb77fd785ff774ef8a139d7c637545a4c2fc
parenta31eaecb0ac0839cbe94406c4b7d6189b302e495 (diff)
downloadaur-067a131a2b59dc3f4bb1286633c95ed3a75fc601.tar.gz
Added to TheRepoClub Group
-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)