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 <[email protected]>
+# Contributor: Alexander F. Rødseth <[email protected]>
 # Contributor: Fredy García <frealgagu at gmail dot com>
 # Contributor: Youngbin Han <[email protected]>
 # Contributor: blainester <[email protected]>
@@ -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}"

Reply via email to