diff options
Diffstat (limited to 'qxw/PKGBUILD')
-rw-r--r-- | qxw/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qxw/PKGBUILD b/qxw/PKGBUILD index 72b452673..9e3562169 100644 --- a/qxw/PKGBUILD +++ b/qxw/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: aksr <aksr at t-com dot me> pkgname=qxw pkgver=20200708 -pkgrel=9 +pkgrel=12 epoch= pkgdesc="A program to help you create and publish crosswords." arch=('i686' 'pentium4' 'x86_64') @@ -14,8 +14,8 @@ _pinned_dependencies=( 'libcairo.so=2' 'libfontconfig.so=1' 'libfreetype.so=6' - 'libgdk_pixbuf-2.0.so=0' 'libgdk-x11-2.0.so=0' + 'libgdk_pixbuf-2.0.so=0' 'libgio-2.0.so=0' 'libglib-2.0.so=0' 'libgobject-2.0.so=0' |