Date: Friday, June 28, 2019 @ 02:19:56
  Author: felixonmars
Revision: 485122

upgpkg: tldr 0.5-1

Modified:
  tldr/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-06-28 02:19:25 UTC (rev 485121)
+++ PKGBUILD    2019-06-28 02:19:56 UTC (rev 485122)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=tldr
-pkgver=0.4.4
-pkgrel=4
+pkgver=0.5
+pkgrel=1
 pkgdesc="Command line client for tldr, a collection of simplified and 
community-driven man pages."
 arch=('any')
 url="https://github.com/tldr-pages/tldr-python-client";
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools-markdown' 'python-setuptools-scm')
 checkdepends=('python-pytest-runner')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tldr-pages/tldr-python-client/archive/$pkgver.tar.gz";)
-sha512sums=('b96fdf8f6168ab35de7c8b68286a2870cc41ac10acbc12fbf9895e002f8f3eb5371e049d096cee179105cc9d5caccb8173b712585caaf433024f40884d223dee')
+sha512sums=('fe8a1764101a6228bcda01b935701aa475ea91626db4479cc796e61ef7743ecc559403a0b94a049285e1a2aed14a6eed74fe63dae9c789ba03cf17632b06edb9')
 
 prepare() {
   export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver

Reply via email to