Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
television


Commits:
d55aef11 by Orhun Parmaksız at 2025-10-26T20:29:32+03:00
upgpkg: 0.13.7-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = television
        pkgdesc = A general purpose fuzzy finder for your terminal
-       pkgver = 0.13.5
-       pkgrel = 2
+       pkgver = 0.13.7
+       pkgrel = 1
        url = https://github.com/alexpasmantier/television
        arch = x86_64
        license = MIT
@@ -10,7 +10,7 @@ pkgbase = television
        makedepends = cargo
        depends = gcc-libs
        options = !lto
-       source = 
television-0.13.5.tar.gz::https://github.com/alexpasmantier/television/archive/0.13.5.tar.gz
-       sha512sums = 
12c3274f9c867fc5b3e075f7665bb920ceef204ef4871b049f9847bb452383506e42819471c3cf8a696bde1e4f3960742ccd9230f7d885931032e02753350b36
+       source = 
television-0.13.7.tar.gz::https://github.com/alexpasmantier/television/archive/0.13.7.tar.gz
+       sha512sums = 
d556dbe44c933edf9efc3a8b28d9219f05d112ac6ace6376e1e086e9fc48dc196185267b0765ed519740dc86263a37d5f67fb7a81a68067a4f1b15dcab4a202a
 
 pkgname = television


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 
 pkgname=television
 _pkgname=tv
-pkgver=0.13.5
-pkgrel=2
+pkgver=0.13.7
+pkgrel=1
 pkgdesc="A general purpose fuzzy finder for your terminal"
 arch=('x86_64')
 url="https://github.com/alexpasmantier/television";
@@ -12,7 +12,7 @@ depends=('gcc-libs')
 makedepends=('cargo')
 checkdepends=('fd' 'bat')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('12c3274f9c867fc5b3e075f7665bb920ceef204ef4871b049f9847bb452383506e42819471c3cf8a696bde1e4f3960742ccd9230f7d885931032e02753350b36')
+sha512sums=('d556dbe44c933edf9efc3a8b28d9219f05d112ac6ace6376e1e086e9fc48dc196185267b0765ed519740dc86263a37d5f67fb7a81a68067a4f1b15dcab4a202a')
 options=('!lto')
 
 prepare() {
@@ -27,7 +27,8 @@ build() {
 
 check() {
   cd "$pkgname-$pkgver"
-  cargo test --frozen
+  # https://github.com/alexpasmantier/television/issues/753
+  cargo test --frozen -- --skip 
"cli::monitoring::test_watch_reloads_source_command"
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/television/-/commit/d55aef1151eb55c4a624f8e6660458d82b3ba978

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/television/-/commit/d55aef1151eb55c4a624f8e6660458d82b3ba978
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to