Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / watchbind
Commits: 01ccc5c4 by Orhun Parmaksız at 2023-11-19T10:17:00+01:00 upgpkg: 0.2.0-1: upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,13 +1,13 @@ pkgbase = watchbind pkgdesc = Turn any shell command into a powerful TUI with custom keybindings - pkgver = 0.1.19 + pkgver = 0.2.0 pkgrel = 1 url = https://github.com/fritzrehde/watchbind arch = x86_64 license = GPL3 makedepends = cargo depends = gcc-libs - source = watchbind-0.1.19.tar.gz::https://github.com/fritzrehde/watchbind/archive/v0.1.19.tar.gz - sha256sums = 33180d1524dee3b78a1c2cbc6a0fe8d84253f95668eeca85b90b792d6d121779 + source = watchbind-0.2.0.tar.gz::https://github.com/fritzrehde/watchbind/archive/v0.2.0.tar.gz + sha256sums = a4e38d05b09a8980c6924188ed853d5060d86ac8974cd9a6204a3caf1e4c031a pkgname = watchbind ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Orhun Parmaksız <or...@archlinux.org> pkgname=watchbind -pkgver=0.1.19 +pkgver=0.2.0 pkgrel=1 pkgdesc="Turn any shell command into a powerful TUI with custom keybindings" arch=('x86_64') @@ -10,7 +10,7 @@ license=('GPL3') depends=('gcc-libs') makedepends=('cargo') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('33180d1524dee3b78a1c2cbc6a0fe8d84253f95668eeca85b90b792d6d121779') +sha256sums=('a4e38d05b09a8980c6924188ed853d5060d86ac8974cd9a6204a3caf1e4c031a') prepare() { cd "$pkgname-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/watchbind/-/commit/01ccc5c4818d2655f129f6c5b630b6c916cfea04 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/watchbind/-/commit/01ccc5c4818d2655f129f6c5b630b6c916cfea04 You're receiving this email because of your account on gitlab.archlinux.org.