aboutsummaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rwxr-xr-xtesting/libpsl/build5
-rw-r--r--testing/libpsl/depends3
-rw-r--r--testing/libpsl/version2
3 files changed, 6 insertions, 4 deletions
diff --git a/testing/libpsl/build b/testing/libpsl/build
index 40e40f93..6daf22f8 100755
--- a/testing/libpsl/build
+++ b/testing/libpsl/build
@@ -1,6 +1,7 @@
#!/bin/sh -e
-sed -i 's#env python#&3#' src/psl-make-dafsa
-./configure --prefix=/usr
+./configure \
+ --prefix=/usr
+
make
make DESTDIR="$1" install
diff --git a/testing/libpsl/depends b/testing/libpsl/depends
index 26f0352a..29c6b764 100644
--- a/testing/libpsl/depends
+++ b/testing/libpsl/depends
@@ -1 +1,2 @@
-libidn2
+icu
+python make
diff --git a/testing/libpsl/version b/testing/libpsl/version
index 351346bd..c8ffed3a 100644
--- a/testing/libpsl/version
+++ b/testing/libpsl/version
@@ -1 +1 @@
-0.21.0 1
+0.21.0 2