[arch-commits] Commit in micro/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Mon May 17 18:50:35 UTC 2021
Date: Monday, May 17, 2021 @ 18:50:34
Author: arodseth
Revision: 936075
upgpkg: micro 2.0.9-1
Modified:
micro/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-17 18:31:47 UTC (rev 936074)
+++ PKGBUILD 2021-05-17 18:50:34 UTC (rev 936075)
@@ -1,4 +1,5 @@
# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Alexander F. Rødseth <xyproto at archlinux.org>
# Contributor: Fredy García <frealgagu at gmail dot com>
# Contributor: Youngbin Han <sukso96100 at gmail.com>
# Contributor: blainester <theblainestory at gmail.com>
@@ -5,18 +6,17 @@
# Contributor: mar77i <mar77i at protonmail dot ch>
pkgname=micro
-pkgver=2.0.8
-pkgrel=4
-pkgdesc="A modern and intuitive terminal-based text editor"
+pkgver=2.0.9
+pkgrel=1
+pkgdesc='Modern and intuitive terminal-based text editor'
arch=("aarch64" "armv6h" "armv7h" "i686" "x86_64")
url="https://${pkgname}-editor.github.io/"
license=("MIT")
-depends=("glibc")
makedepends=("git" "go")
-optdepends=("xclip: Required for copying/pasting text - xorg"
- "wl-clipboard: Required for copying/pasting text - wayland")
+optdepends=("wl-clipboard: Required for copying/pasting text - wayland"
+ "xclip: Required for copying/pasting text - xorg")
source=("${pkgname}::git+https://github.com/zyedidia/${pkgname}.git#tag=v${pkgver}")
-sha256sums=('SKIP')
+b2sums=('SKIP')
build() {
cd "${pkgname}"
More information about the arch-commits
mailing list