diff options
author | Tim Biermann <tbier@posteo.de> | 2021-06-15 20:18:51 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-06-15 20:22:29 +0000 |
commit | 69457b13edbfc7de0235e623d70a3e1bf53cf1f0 (patch) | |
tree | ac70aa34c19f6babfdc9bd0624f202c877604856 /exiv2 | |
parent | 1c0caaacf3ff32ad376a52f5a28c84568c1253f9 (diff) | |
download | opt-69457b13edbfc7de0235e623d70a3e1bf53cf1f0.tar.gz opt-69457b13edbfc7de0235e623d70a3e1bf53cf1f0.tar.xz |
exiv2: 0.27.3 -> 0.27.4
Diffstat (limited to 'exiv2')
-rw-r--r-- | exiv2/.signature | 6 | ||||
-rw-r--r-- | exiv2/Pkgfile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/exiv2/.signature b/exiv2/.signature index c4a3f7e86..da9ba5ee6 100644 --- a/exiv2/.signature +++ b/exiv2/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/dEJ5r5fDuSl8tNLkASIZGSW5TmTL31Njc0+7M6wtBoF3OIA6P7I0je3Z4uYpqueOL2C2BoTAvYrWQgNI65NxwE= -SHA256 (Pkgfile) = 434ceadf8c47b1f09b4b837bb8a4818e01fe5f9e72615a5300b4d6cd73fb4985 +RWSE3ohX2g5d/T7upqAVucF55/hPsHx8N60gb5fzwa0ljcYA9MxynmHekxzGwLuD9pl/NnyocahkCiP1L7b10bPf3NG6cfQboQw= +SHA256 (Pkgfile) = 5a8df2deaa5282cf3e4d6cc93d054d3173c238560c699f99ec11427643e3f565 SHA256 (.footprint) = f0be1a2ef91ca7a369adb22e8904c3174a5accad6a1c3286810b4b4b110ecf40 -SHA256 (exiv2-0.27.3.tar.gz) = 6398bc743c32b85b2cb2a604273b8c90aa4eb0fd7c1700bf66cbb2712b4f00c1 +SHA256 (exiv2-0.27.4.tar.gz) = 9fb2752c92f63c9853e0bef9768f21138eeac046280f40ded5f37d06a34880d9 diff --git a/exiv2/Pkgfile b/exiv2/Pkgfile index 79b6b6f63..32ffec65b 100644 --- a/exiv2/Pkgfile +++ b/exiv2/Pkgfile @@ -4,12 +4,12 @@ # Depends on: cmake name=exiv2 -version=0.27.3 +version=0.27.4 release=1 source=(https://github.com/Exiv2/exiv2/archive/v$version/$name-$version.tar.gz) build() { - [[ -e /usr/bin/ninja ]] && PKGMK_EXIV2+=' -G Ninja' + prt-get isinst ninja && PKGMK_EXIV2+=' -G Ninja' export CXXFLAGS+=" -Wno-deprecated-declarations" |