George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / toot
Commits: 57b6ede5 by George Rawlinson at 2023-11-25T12:16:37+13:00 upgpkg: 0.39.0-1 * New upstream release. - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,22 @@ +pkgbase = toot + pkgdesc = A Mastodon CLI client + pkgver = 0.39.0 + pkgrel = 1 + url = https://github.com/ihabunek/toot + arch = any + license = GPL3 + makedepends = git + makedepends = python-build + makedepends = python-installer + makedepends = python-setuptools + makedepends = python-wheel + depends = python + depends = python-requests + depends = python-beautifulsoup4 + depends = python-wcwidth + depends = python-urwid + depends = python-tomlkit + source = toot::git+https://github.com/ihabunek/toot#commit=509afd16a8479240f81d7566896ed9e97a1d109f + b2sums = SKIP + +pkgname = toot ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: George Rawlinson <[email protected]> pkgname=toot -pkgver=0.38.1 -pkgrel=2 +pkgver=0.39.0 +pkgrel=1 pkgdesc='A Mastodon CLI client' arch=('any') url='https://github.com/ihabunek/toot' @@ -22,7 +22,7 @@ makedepends=( 'python-setuptools' 'python-wheel' ) -_commit='0a70af9e091904e2414867854570249c57449f8b' +_commit='509afd16a8479240f81d7566896ed9e97a1d109f' source=("$pkgname::git+$url#commit=$_commit") b2sums=('SKIP') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/toot/-/commit/57b6ede5fd32f05ded9915e008dd1a39bf945882 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/toot/-/commit/57b6ede5fd32f05ded9915e008dd1a39bf945882 You're receiving this email because of your account on gitlab.archlinux.org.
