T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / fasd
Commits: 2128a8ee by T.J. Townsend at 2024-07-12T10:09:59-04:00 upgpkg: 1.0.2-2: Rebuild packages that are missing .SRCINFO part 1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,11 @@ +pkgbase = fasd + pkgdesc = Command-line productivity booster, offers quick access to files and directories + pkgver = 1.0.2 + pkgrel = 2 + url = https://github.com/whjvenyl/fasd + arch = any + license = MIT + source = https://github.com/whjvenyl/fasd/archive/refs/tags/1.0.2.tar.gz + sha512sums = 5a31cc0f0294973780af326b618eba0d5e9ccbf3291bb836cc8f16504c17a760e292bb985e0ffe6023babc4a3bdc1461ef9d3262375a4c739cd3d2886be1d01d + +pkgname = fasd ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Wei Dai <x at wei23 dot com> pkgname=fasd pkgver=1.0.2 -pkgrel=1 +pkgrel=2 pkgdesc='Command-line productivity booster, offers quick access to files and directories' arch=('any') url='https://github.com/whjvenyl/fasd' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fasd/-/commit/2128a8eeb44b3745fb5a0c2e03aad06e3dede9ed -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fasd/-/commit/2128a8eeb44b3745fb5a0c2e03aad06e3dede9ed You're receiving this email because of your account on gitlab.archlinux.org.
