aboutsummaryrefslogtreecommitdiff
path: root/core/cpt
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-08-11 13:38:00 +0300
committerCem Keylan <cem@ckyln.com>2020-08-11 13:38:00 +0300
commitf234ebca0508f0df29b34ec606a1d19f0c2a6ee5 (patch)
tree3c5bb8a905dfb04e91fd066d3d1b4a0c01665f84 /core/cpt
parentcbfad6719b39093c8b2b07221d589d953fc99aee (diff)
downloadrepository-f234ebca0508f0df29b34ec606a1d19f0c2a6ee5.tar.gz
cpt: bump to 3.1.1
Diffstat (limited to 'core/cpt')
-rw-r--r--core/cpt/checksums2
-rwxr-xr-xcore/cpt/post-install11
-rw-r--r--core/cpt/sources2
-rw-r--r--core/cpt/version2
4 files changed, 14 insertions, 3 deletions
diff --git a/core/cpt/checksums b/core/cpt/checksums
index cb170ec0..bd285b09 100644
--- a/core/cpt/checksums
+++ b/core/cpt/checksums
@@ -1,2 +1,2 @@
-7725c405f5b83e31965d12c6f93b97774053bc2301360efaa3faced1c46a29b4 3.1.0.tar.gz
+289c732e2368dd0c1b10ad2f3843b1833b102caa99b1a8c5c4ba6b9e82808cd1 3.1.1.tar.gz
b80299c6f27622399b3243bf46eeade6137b1c9803933539cf42f5599a612e5a cpt_path.sh
diff --git a/core/cpt/post-install b/core/cpt/post-install
new file mode 100755
index 00000000..5fbbc8e7
--- /dev/null
+++ b/core/cpt/post-install
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+find "$CPT_ROOT/usr/lib" \
+ ! -type d \
+ -name '*.la' \
+ -exec rm -f -- {} +
+
+find "$CPT_ROOT/var/db/cpt/installed" \
+ ! -type d \
+ -name manifest \
+ -exec sed -i '/.*\.la$/d' {} +
diff --git a/core/cpt/sources b/core/cpt/sources
index 47b08f16..6a08c26d 100644
--- a/core/cpt/sources
+++ b/core/cpt/sources
@@ -1,2 +1,2 @@
-https://github.com/carbslinux/cpt/archive/3.1.0.tar.gz
+https://github.com/carbslinux/cpt/archive/3.1.1.tar.gz
files/cpt_path.sh
diff --git a/core/cpt/version b/core/cpt/version
index 980778df..96b13fb5 100644
--- a/core/cpt/version
+++ b/core/cpt/version
@@ -1 +1 @@
-3.1.0 1
+3.1.1 1