Date: Sunday, May 2, 2021 @ 08:31:57 Author: arojas Revision: 926082 Update to 1.2.1
Modified: tldr/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-02 08:30:33 UTC (rev 926081) +++ PKGBUILD 2021-05-02 08:31:57 UTC (rev 926082) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=tldr -pkgver=1.2.0 +pkgver=1.2.1 pkgrel=1 pkgdesc="Command line client for tldr, a collection of simplified and community-driven man pages." arch=('any') @@ -11,7 +11,7 @@ makedepends=('python-setuptools') checkdepends=('python-pytest') source=("https://github.com/tldr-pages/tldr-python-client/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('8d68cd10e9923c4cd76c7ce46de7e3a15062621154034768ae7539129021a9a8b60c4f0023982830443bf6eb3f66801ca02bc2698843aaba1ee62375e1a85438') +sha512sums=('12a9cd1d69da1c50b5e4d6353dd1ca8d7b60dd570d73e8d6b1c83a0e2d59a621684033f2f2a13bf5db5f38e5f6f23935dbcf7836fbfbcb0718509285a7edd5bb') build() { cd tldr-python-client-$pkgver
