Date: Tuesday, August 2, 2022 @ 20:35:01 Author: foxboron Revision: 1259879
upgpkg: micro 2.0.11-1 Modified: micro/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-02 20:33:06 UTC (rev 1259878) +++ PKGBUILD 2022-08-02 20:35:01 UTC (rev 1259879) @@ -6,8 +6,8 @@ # Contributor: blainester <[email protected]> # Contributor: mar77i <mar77i at protonmail dot ch> pkgname=micro -pkgver=2.0.10 -pkgrel=4 +pkgver=2.0.11 +pkgrel=1 pkgdesc='Modern and intuitive terminal-based text editor' arch=(x86_64) url='https://micro-editor.github.io/' @@ -16,7 +16,7 @@ optdepends=('wl-clipboard: for copying/pasting text using Wayland' 'xclip: for copying/pasting text using X') source=("git+https://github.com/zyedidia/micro#commit=b97638566ea8431712f0faafe23661da2db0e8ec") # tag: v2.0.10 -b2sums=(SKIP) +b2sums=('SKIP') build() { cd $pkgname
