[arch-commits] Commit in tldr/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sun Jul 25 06:25:55 UTC 2021
Date: Sunday, July 25, 2021 @ 06:25:55
Author: felixonmars
Revision: 984947
upgpkg: tldr 2.0.0-1
Modified:
tldr/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-25 06:12:26 UTC (rev 984946)
+++ PKGBUILD 2021-07-25 06:25:55 UTC (rev 984947)
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=tldr
-pkgver=1.2.1
+pkgver=2.0.0
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=('12a9cd1d69da1c50b5e4d6353dd1ca8d7b60dd570d73e8d6b1c83a0e2d59a621684033f2f2a13bf5db5f38e5f6f23935dbcf7836fbfbcb0718509285a7edd5bb')
+sha512sums=('02be3dad8aeeb7153438f1ecd7e218ec4c66fece3265935d6f0a06857e10eb8d0b34306294f1888f5109b713306b219449fd91c6681ec3c955c9a59d0bf49abd')
build() {
cd tldr-python-client-$pkgver
More information about the arch-commits
mailing list