diff options
Diffstat (limited to 'qxw')
-rw-r--r-- | qxw/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qxw/PKGBUILD b/qxw/PKGBUILD index b47ec1163..72b452673 100644 --- a/qxw/PKGBUILD +++ b/qxw/PKGBUILD @@ -2,16 +2,16 @@ # Contributor: aksr <aksr at t-com dot me> pkgname=qxw pkgver=20200708 -pkgrel=8 +pkgrel=9 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.8' 'glibc>=2.31' 'libatk-1.0.so=0' + 'libcairo.so=2' 'libfontconfig.so=1' 'libfreetype.so=6' 'libgdk_pixbuf-2.0.so=0' |