diff options
author | Nicola Murino | 2023-01-18 21:14:11 +0100 |
---|---|---|
committer | Nicola Murino | 2023-01-18 21:14:11 +0100 |
commit | d9ddcabf923eb2df6c1be1047583dc3d7904f28f (patch) | |
tree | 8d76ad029cd24434ab3049417ff33831285dfc7b /PKGBUILD | |
parent | 52d4e4c20c1cd9e8a6492ba2332a5494cab7ee70 (diff) | |
download | aur-d9ddcabf923eb2df6c1be1047583dc3d7904f28f.tar.gz |
fix makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,13 +3,13 @@ pkgname=mingw-w64-libpsl _pkgname=libpsl pkgver=0.21.2 -pkgrel=1 +pkgrel=2 pkgdesc='Public Suffix List library (mingw-w64)' url='https://github.com/rockdaboot/libpsl' arch=(any) license=('MIT') depends=('mingw-w64-libidn2' 'mingw-w64-libunistring') -makedepends=('mingw-w64-configure' 'python' 'gtk-doc') +makedepends=('mingw-w64-meson') source=(https://github.com/rockdaboot/libpsl/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.gz c47cf796.patch) sha512sums=('f1df72220bf4391d4701007100b0df66c833a2cbcb7481c9d13f0b9e0cad3b66d2d15d4b976e5bad60d2ad1540355112fa1acb07aa925c241d2d7cd20681c71d' |