Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / television
Commits: 4de6a45c by Orhun Parmaksız at 2024-12-05T21:02:23+03:00 upgpkg: 0.6.0-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.5.3 + pkgver = 0.6.0 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.5.3.tar.gz::https://github.com/alexpasmantier/television/archive/0.5.3.tar.gz - sha512sums = abb3a56ad5119ad3e8f04b36bcbaaa67068bde920eeddc146c33dfd60290ad0d194c827aa8d5e8325a847780266110e114b19697235398ddb0b890e8fa376d7a + source = television-0.6.0.tar.gz::https://github.com/alexpasmantier/television/archive/0.6.0.tar.gz + sha512sums = 3dbf2133e340169421ab9d37e23d6422c527e2c9669203ba8dea5cb80e452ae58c36790b92f378b736b3fdfcebf1759bb455ad4f43f66e25f7669b3238db1ee8 pkgname = television ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=television _pkgname=tv -pkgver=0.5.3 +pkgver=0.6.0 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=('abb3a56ad5119ad3e8f04b36bcbaaa67068bde920eeddc146c33dfd60290ad0d194c827aa8d5e8325a847780266110e114b19697235398ddb0b890e8fa376d7a') +sha512sums=('3dbf2133e340169421ab9d37e23d6422c527e2c9669203ba8dea5cb80e452ae58c36790b92f378b736b3fdfcebf1759bb455ad4f43f66e25f7669b3238db1ee8') options=('!lto') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/television/-/commit/4de6a45c73cac22bd82f6cf4b55a2400a97f7890 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/television/-/commit/4de6a45c73cac22bd82f6cf4b55a2400a97f7890 You're receiving this email because of your account on gitlab.archlinux.org.