Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / micro
Commits: 9def7479 by Alexander F. Rødseth at 2023-10-23T01:05:43+02:00 upgpkg: 2.0.13-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = micro + pkgdesc = Modern and intuitive terminal-based text editor + pkgver = 2.0.13 + pkgrel = 1 + url = https://micro-editor.github.io/ + arch = x86_64 + license = MIT + makedepends = git + makedepends = go + optdepends = wl-clipboard: for copying/pasting text using Wayland + optdepends = xclip: for copying/pasting text using X + source = git+https://github.com/zyedidia/micro#commit=68d88b571de6dca9fb8f03e2a3caafa2287c38d4 + b2sums = SKIP + +pkgname = micro ===================================== PKGBUILD ===================================== @@ -7,10 +7,10 @@ # Contributor: mar77i <mar77i at protonmail dot ch> pkgname=micro -pkgver=2.0.12 +pkgver=2.0.13 pkgrel=1 # manually set date instead of "go run tools/build-date.go", for reproducible builds -_build_date='September 09, 2023' +_build_date='October 22, 2023' pkgdesc='Modern and intuitive terminal-based text editor' arch=(x86_64) url='https://micro-editor.github.io/' @@ -18,7 +18,7 @@ license=(MIT) makedepends=(git go) optdepends=('wl-clipboard: for copying/pasting text using Wayland' 'xclip: for copying/pasting text using X') -source=("git+https://github.com/zyedidia/micro#commit=c2cebaa3d19fbdd924d411ee393c03e3e7804435") # tag: v2.0.12 +source=("git+https://github.com/zyedidia/micro#commit=68d88b571de6dca9fb8f03e2a3caafa2287c38d4") # tag: v2.0.13 b2sums=('SKIP') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/micro/-/commit/9def747951cf35c7d71bee83ba352bbf6278b224 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/micro/-/commit/9def747951cf35c7d71bee83ba352bbf6278b224 You're receiving this email because of your account on gitlab.archlinux.org.
