summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff-WuYo2022-10-02 02:59:31 +0800
committerJeff-WuYo2022-10-02 02:59:31 +0800
commitceb32d68c2530292dbfe9707629fc4f2c46dcae1 (patch)
tree343a0cec5a0238e2f700b3748e0e277b23a5924d
parent9bf5ddbaa06cbe374c77ab24884540eb04dcd650 (diff)
downloadaur-qt6gtk2.tar.gz
update dependencies
-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')