summarylogtreecommitdiffstats
path: root/PKGBUILD.sh.ep
diff options
context:
space:
mode:
authorMartchus2023-10-16 23:54:00 +0200
committerMartchus2023-10-16 23:54:00 +0200
commiteb5489687e91658d2c1bdb3b1932b9ecd97305ed (patch)
tree35b58f86f46b143474d27b7e646ce397d2f90beb /PKGBUILD.sh.ep
parent4475d9a2d95670401737463e352e9d3d60206a81 (diff)
downloadaur-eb5489687e91658d2c1bdb3b1932b9ecd97305ed.tar.gz
Fix crashes with malformed SVGs
Diffstat (limited to 'PKGBUILD.sh.ep')
-rw-r--r--PKGBUILD.sh.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index 99c9fb213488..919d93b6c5ba 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -2,7 +2,7 @@
\
_qtver=6.6.0
pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
arch=(any)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)