Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/mongo-c-driver/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'mongo-c-driver'
pkgname=mongo-c-driver
version=2.2.2
version=2.2.3
revision=1
build_style=cmake
configure_args="-DENABLE_TESTS=OFF"
Expand All @@ -11,7 +11,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
license="Apache-2.0"
homepage="https://mongoc.org"
distfiles="https://github.com/mongodb/mongo-c-driver/archive/${version}.tar.gz"
checksum=ac04c7125f2eae0288f11ddeb1aa76fd318df7228ff3484aa9b415aed52665e2
checksum=5d725d488bf26ae61403dca4c988d49f10814ebaaee8fcf4342e2f89a6e06410

pre_configure() {
echo "${version}" > VERSION_CURRENT
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/python3-blessed/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'python3-blessed'
pkgname=python3-blessed
version=1.30
version=1.31
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core python3-flit_core"
Expand All @@ -11,7 +11,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"
homepage="https://github.com/jquast/blessed"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=cd8a8b0d2a601aa1729a0d8351435cd374f99d42e85f43c0befed159a9216b91
checksum=6adcb8b7346e60be9f72c7aa40c2aeb8a98cf0869273dc8fbfb0075294386fba

post_install() {
vlicense LICENSE
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/xml2rfc/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'xml2rfc'
pkgname=xml2rfc
version=3.31.0
revision=2
version=3.32.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core python3-setuptools"
depends="python3-appdirs python3-ConfigArgParse python3-html5lib
Expand All @@ -14,7 +14,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
license="BSD-3-Clause"
homepage="https://ietf-tools.github.io/xml2rfc/"
distfiles="https://github.com/ietf-tools/xml2rfc/archive/v${version}/xml2rfc-${version}.tar.gz"
checksum=69006297982359118f569adbc12f6895af127a6e787da8d25f802f79d5c55fd9
checksum=ee40025bd0cd94e4ee7852d36222f4b7a4993fd3cde20258567c52ec11af48cc
make_check=no # too many dependencies

post_install() {
Expand Down
Loading