summaryrefslogtreecommitdiff
path: root/pkgconf
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-07-25 16:39:08 +0200
committerTim Biermann <tbier@posteo.de>2021-07-25 16:39:08 +0200
commit599d71647b5961cafead736d576505ec24e3cee2 (patch)
tree0198e3f70de4a865ae42e407663296862840ae0a /pkgconf
parent00aee12f13c17250f9228b5b01cad8d16a369d13 (diff)
downloadcontrib-599d71647b5961cafead736d576505ec24e3cee2.tar.gz
contrib-599d71647b5961cafead736d576505ec24e3cee2.tar.xz
pkgconf: 1.7.4 -> 1.8.0
Diffstat (limited to 'pkgconf')
-rw-r--r--pkgconf/.signature6
-rw-r--r--pkgconf/Pkgfile5
2 files changed, 7 insertions, 4 deletions
diff --git a/pkgconf/.signature b/pkgconf/.signature
index 6596a2f10..0fa7bf295 100644
--- a/pkgconf/.signature
+++ b/pkgconf/.signature
@@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF38UAgr5cBHDVPLx/tFIE45MW14mW74+L4nxBAbon0cwPmqaDWSb94xnBHlsJ9rWlFD1hjSKMiHkSsYIqriqpUAc=
-SHA256 (Pkgfile) = 7fb1c9f9e14b1317d397c915590e0a790411a028e1d9990fb5550273a9715cd9
+RWSagIOpLGJF3yMtUreR6Txjzr9Ga2BAI2Qo7Oeo2X2NZQngIviWO8bfhrm9TizqT7lS701eQ257PPMCYrpx0DdanpLDzwrf2g0=
+SHA256 (Pkgfile) = 3b1b70f434f3e2e842596f4a16cc4fb732f05bb05be75f4cd519059aa7aeb866
SHA256 (.footprint) = ca9261ea80b8374ac211e5a0e431e6f746aaaa06d7ea86376f0d50a45586a7f7
-SHA256 (pkgconf-1.7.4.tar.xz) = d73f32c248a4591139a6b17777c80d4deab6b414ec2b3d21d0a24be348c476ab
+SHA256 (pkgconf-1.8.0.tar.xz) = ef9c7e61822b7cb8356e6e9e1dca58d9556f3200d78acab35e4347e9d4c2bbaf
SHA256 (i686-pc-linux-gnu.personality) = 6697c6db7deaae269ea75624a70e80949241f2cf59a537f31ecfcac726d90bc1
SHA256 (x86_64-pc-linux-gnu.personality) = c8297817ba0b57d003878db247ff34b4c47a7594c9f67dcfe8ff8d6567956cd5
diff --git a/pkgconf/Pkgfile b/pkgconf/Pkgfile
index 6d82a3e16..77af37de2 100644
--- a/pkgconf/Pkgfile
+++ b/pkgconf/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: meson ninja
name=pkgconf
-version=1.7.4
+version=1.8.0
release=1
source=(https://distfiles.dereferenced.org/pkgconf/$name-$version.tar.xz
i686-pc-linux-gnu.personality x86_64-pc-linux-gnu.personality)
@@ -13,6 +13,9 @@ build() {
meson $name-$version build \
--prefix=/usr \
--buildtype=plain \
+ --wrap-mode=nodownload \
+ -D b_lto=true \
+ -D b_pie=true \
-D tests=false
ninja -C build
DESTDIR=$PKG ninja -C build install

Generated by cgit