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 64087b799..d59b1e20c 100644 --- a/qxw/PKGBUILD +++ b/qxw/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: aksr <aksr at t-com dot me> pkgname=qxw pkgver=20200708 -pkgrel=6 +pkgrel=7 epoch= pkgdesc="A program to help you create and publish crosswords." arch=('i686' 'pentium4' 'x86_64') @@ -21,7 +21,7 @@ _pinned_dependencies=( 'libgobject-2.0.so=0' 'libgthread-2.0.so=0' 'libgtk-x11-2.0.so=0' - 'libharfbuzz.so=0' + 'libharfbuzz.so=libharfbuzz.so' 'libpango-1.0.so=0' 'libpangocairo-1.0.so=0' 'libpangoft2-1.0.so=0' |