Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / tldr
Commits:
f44765db by Brett Cornwall at 2024-07-03T17:59:17-07:00
upgpkg: 3.3.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = tldr
pkgdesc = Command line client for tldr, a collection of simplified man
pages.
- pkgver = 3.2.0
- pkgrel = 3
+ pkgver = 3.3.0
+ pkgrel = 1
url = https://github.com/tldr-pages/tldr-python-client
arch = any
license = MIT
@@ -14,7 +14,7 @@ pkgbase = tldr
depends = python-shtab
depends = python-colorama
depends = python-termcolor
- source =
https://github.com/tldr-pages/tldr-python-client/archive/3.2.0/tldr-3.2.0.tar.gz
- sha512sums =
1535979548b49cd8b0312f2cd11f69ba3f710e16a27c074dc5a8cb5617d7f343df30ba01a83388b460508ab519045140852767bfc8ff1189d612d71a3d35d76b
+ source =
https://github.com/tldr-pages/tldr-python-client/archive/3.3.0/tldr-3.3.0.tar.gz
+ sha512sums =
137560c401540ff1e747f443a3c0686ddba8c512772eadbff6b735aa9c20dd02a9c7b101b2238888daa20b2886dc4318bc7c1366d8b73f71dd2f797b1787b632
pkgname = tldr
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Maintainer: Brett Cornwall <[email protected]>
pkgname=tldr
-pkgver=3.2.0
-pkgrel=3
+pkgver=3.3.0
+pkgrel=1
pkgdesc="Command line client for tldr, a collection of simplified man pages."
arch=('any')
url="https://github.com/tldr-pages/tldr-python-client"
@@ -18,7 +18,7 @@ makedepends=(
)
checkdepends=('python-pytest')
source=("https://github.com/tldr-pages/tldr-python-client/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('1535979548b49cd8b0312f2cd11f69ba3f710e16a27c074dc5a8cb5617d7f343df30ba01a83388b460508ab519045140852767bfc8ff1189d612d71a3d35d76b')
+sha512sums=('137560c401540ff1e747f443a3c0686ddba8c512772eadbff6b735aa9c20dd02a9c7b101b2238888daa20b2886dc4318bc7c1366d8b73f71dd2f797b1787b632')
build() {
cd "tldr-python-client-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tldr/-/commit/f44765db6c86a2e690867d7ffea5d5cca267cc1f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tldr/-/commit/f44765db6c86a2e690867d7ffea5d5cca267cc1f
You're receiving this email because of your account on gitlab.archlinux.org.