diff options
author | Erich Eckner <git@eckner.net> | 2021-07-02 06:00:42 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-07-02 06:00:42 +0200 |
commit | 07393ac630aeb0d510b07853d1e55755f6ab7914 (patch) | |
tree | a1a2d2dcb0cd4010d6d1bcd990866e69006329f6 | |
parent | 30f111b8d94bde1a9b257e5d82fbeae67f154635 (diff) | |
download | archlinuxewe-07393ac630aeb0d510b07853d1e55755f6ab7914.tar.xz |
qxw: rebuild
-rw-r--r-- | qxw/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qxw/PKGBUILD b/qxw/PKGBUILD index d85916088..65c873c91 100644 --- a/qxw/PKGBUILD +++ b/qxw/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: aksr <aksr at t-com dot me> pkgname=qxw pkgver=20200708 -pkgrel=3 +pkgrel=4 epoch= pkgdesc="A program to help you create and publish crosswords." arch=('i686' 'pentium4' 'x86_64') @@ -25,7 +25,7 @@ _pinned_dependencies=( 'libpango-1.0.so=0' 'libpangocairo-1.0.so=0' 'libpangoft2-1.0.so=0' - 'pcre=8.44' + 'pcre=8.45' ) depends=('gtk2' "${_pinned_dependencies[@]}") source=(https://www.quinapalus.com/$pkgname-$pkgver.tar.gz |