summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-10-02 08:33:45 +0200
committerTim Biermann <tbier@posteo.de>2022-10-02 08:33:45 +0200
commit82a859df2f2dabb952bfe35f0f4bb9b3c7ad3aab (patch)
tree2d3070727e8c8f7215b8a46f50525d76123dfe92
parent6bdbe0e465919a324dda4447e92561ec28f08054 (diff)
downloadcontrib-82a859df2f2dabb952bfe35f0f4bb9b3c7ad3aab.tar.gz
contrib-82a859df2f2dabb952bfe35f0f4bb9b3c7ad3aab.tar.xz
libmatroska: 1.6.3 -> 1.7.0
-rw-r--r--libmatroska/.signature6
-rw-r--r--libmatroska/Pkgfile5
2 files changed, 5 insertions, 6 deletions
diff --git a/libmatroska/.signature b/libmatroska/.signature
index a323cf669..a487aed59 100644
--- a/libmatroska/.signature
+++ b/libmatroska/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3/kW34ds8kkIdg4Hx5QKXN7C0FWJEvZYiLHpMngxU7IHhLhkR1xfmOlybKljC4Ev+b55dEZ7zMvk5u7IDNCNRAI=
-SHA256 (Pkgfile) = ed51303b5edd21b1d7ec4d55cf2194e7cd440f4d44631e27ad5b82cacad23e9f
+RWSagIOpLGJF32OeF5fqXnZmBxcb9BFao/QXlAInjpI8ehHqShZh6xaqCMsLVbkRdkDEf1KeZBTWV/5O2TrlRfiogvNHyggn8gY=
+SHA256 (Pkgfile) = 6311b98d4dea3ff383441c5488914c83e3d070aadb063e63c7c883deb9e4dc5b
SHA256 (.footprint) = d3335d028ed596f2f5989ebd78e3346c3af69f3bfffeb61136ad9fc86d7c336e
-SHA256 (libmatroska-1.6.3.tar.xz) = daf91a63f58dd157ca340c457871e66260cb9c3333fefb008b318befbb0e081a
+SHA256 (libmatroska-1.7.0.tar.xz) = 927239d8d49aed604877106aaf934f318b2c7e6b88451c9277476443308690c3
diff --git a/libmatroska/Pkgfile b/libmatroska/Pkgfile
index b71dadc43..b76c001b8 100644
--- a/libmatroska/Pkgfile
+++ b/libmatroska/Pkgfile
@@ -4,13 +4,12 @@
# Depends on: libebml
name=libmatroska
-version=1.6.3
+version=1.7.0
release=1
source=(https://dl.matroska.org/downloads/$name/$name-$version.tar.xz)
build() {
- [[ -e /usr/bin/ninja ]] && PKGMK_LIBMATROSKA+=' -G Ninja'
- cmake -S $name-$version -B build $PKGMK_LIBMATROSKA \
+ cmake -S $name-$version -B build -G Ninja \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib \
-D CMAKE_BUILD_TYPE=Release \

Generated by cgit