srcpkgs/: touch new packages for the builders.

aarch64* repos are missing some.
This commit is contained in:
Érico Nogueira 2021-08-10 14:10:41 -03:00
parent ad4c16e64f
commit 874d0d7afc
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ pkgname=libadwaita
version=1.0.0alpha2
revision=1
_ver=1.0.0-alpha.2
wrksrc="$pkgname-$_ver"
wrksrc="$pkgname-${_ver}"
build_style=meson
build_helper="gir"
configure_args="-Dexamples=true -Dtests=true $(vopt_bool gtk_doc)

View file

@ -2,7 +2,7 @@
pkgname=python3-pytest-httpserver
version=1.0.1
revision=1
wrksrc="pytest-httpserver-${version}"
wrksrc=pytest-httpserver-${version}
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-pytest python3-Werkzeug"