summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD2
3 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d09c0972983d..31e0293fb90e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qt6gtk2
pkgdesc = GTK+2.0 integration plugins for Qt6
pkgver = 0.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/trialuser02/qt6gtk2
arch = any
groups = therepoclub
diff --git a/.gitignore b/.gitignore
index ba6d62678c31..f5af140d8950 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
src/*
pkg/*
-qt6gtk2-0.2*
+*.zst
+*.gz
diff --git a/PKGBUILD b/PKGBUILD
index d691c16e2476..390f2d38d436 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: The-Repo-Club <The-Repo-Club@github.com>
pkgname=qt6gtk2
pkgver=0.2
-pkgrel=2
+pkgrel=3
pkgdesc='GTK+2.0 integration plugins for Qt6'
arch=('any')
groups=('therepoclub')