diff options
-rw-r--r-- | qxw/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qxw/PKGBUILD b/qxw/PKGBUILD index 52dc93821..f796db2a2 100644 --- a/qxw/PKGBUILD +++ b/qxw/PKGBUILD @@ -2,14 +2,14 @@ # Contributor: aksr <aksr at t-com dot me> pkgname=qxw pkgver=20200708 -pkgrel=5 +pkgrel=6 epoch= pkgdesc="A program to help you create and publish crosswords." arch=('i686' 'pentium4' 'x86_64') url="https://www.quinapalus.com/qxw.html" license=('GPL') _pinned_dependencies=( - 'cairo=1.17.4' + 'cairo=1.17.6' 'glibc>=2.31' 'libatk-1.0.so=0' 'libfontconfig.so=1' |