Skip to content
Merged
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
8 changes: 4 additions & 4 deletions srcpkgs/peru/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Template file for 'peru'
pkgname=peru
version=1.3.2
revision=3
version=1.3.5
revision=1
build_style=python3-pep517
hostmakedepends="hatchling python3-wheel"
depends="curl git mercurial python3 python3-docopt python3-yaml"
depends="curl git mercurial python3 python3-yaml"
checkdepends="${depends} python3-pytest rsync subversion"
short_desc="Tool for fetching code"
maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
license="MIT"
homepage="https://github.com/buildinspace/peru"
distfiles="https://github.com/buildinspace/peru/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=5778f76e83aedc1b01cd77992716a855c134346168a9167c37b8c1ac9c22dfa3
checksum=be16ebd78f95cbc1698d23404600793868f08d2856b8dd4da793355d48eceeb0

do_check() {
local skiptests
Expand Down