summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2023-01-18 21:14:11 +0100
committerNicola Murino2023-01-18 21:14:11 +0100
commitd9ddcabf923eb2df6c1be1047583dc3d7904f28f (patch)
tree8d76ad029cd24434ab3049417ff33831285dfc7b
parent52d4e4c20c1cd9e8a6492ba2332a5494cab7ee70 (diff)
downloadaur-d9ddcabf923eb2df6c1be1047583dc3d7904f28f.tar.gz
fix makedepends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e042b853553d..1f8fd3b1de12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,11 @@
pkgbase = mingw-w64-libpsl
pkgdesc = Public Suffix List library (mingw-w64)
pkgver = 0.21.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rockdaboot/libpsl
arch = any
license = MIT
- makedepends = mingw-w64-configure
- makedepends = python
- makedepends = gtk-doc
+ makedepends = mingw-w64-meson
depends = mingw-w64-libidn2
depends = mingw-w64-libunistring
source = https://github.com/rockdaboot/libpsl/releases/download/0.21.2/libpsl-0.21.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index d07a3fc224d3..b8f1f03792fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'