Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
television
Commits:
c1edf136 by Orhun Parmaksız at 2024-12-06T16:40:37+03:00
upgpkg: 0.6.2-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = television
pkgdesc = A general purpose fuzzy finder for your terminal
- pkgver = 0.6.0
+ pkgver = 0.6.2
pkgrel = 1
url = https://github.com/alexpasmantier/television
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = television
makedepends = cargo
depends = gcc-libs
options = !lto
- source =
television-0.6.0.tar.gz::https://github.com/alexpasmantier/television/archive/0.6.0.tar.gz
- sha512sums =
3dbf2133e340169421ab9d37e23d6422c527e2c9669203ba8dea5cb80e452ae58c36790b92f378b736b3fdfcebf1759bb455ad4f43f66e25f7669b3238db1ee8
+ source =
television-0.6.2.tar.gz::https://github.com/alexpasmantier/television/archive/0.6.2.tar.gz
+ sha512sums =
12833520784219afe6758ab2595c652fc4f2f8b0f41c9af819d30e356a2774b06ff21850e0df487b3f780abd44ec911289c9a29ca925975fb8357d7e0075068d
pkgname = television
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=television
_pkgname=tv
-pkgver=0.6.0
+pkgver=0.6.2
pkgrel=1
pkgdesc="A general purpose fuzzy finder for your terminal"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('gcc-libs')
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('3dbf2133e340169421ab9d37e23d6422c527e2c9669203ba8dea5cb80e452ae58c36790b92f378b736b3fdfcebf1759bb455ad4f43f66e25f7669b3238db1ee8')
+sha512sums=('12833520784219afe6758ab2595c652fc4f2f8b0f41c9af819d30e356a2774b06ff21850e0df487b3f780abd44ec911289c9a29ca925975fb8357d7e0075068d')
options=('!lto')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/television/-/commit/c1edf136ee7e2d61f833925c7aad141e23d2d7be
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/television/-/commit/c1edf136ee7e2d61f833925c7aad141e23d2d7be
You're receiving this email because of your account on gitlab.archlinux.org.