summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2021-02-12 19:10:46 +0100
committerJake2021-02-12 19:10:46 +0100
commitafc4749a3b95d4bb97727342abd96db22b5de8c7 (patch)
treef328ee407929a9dcefd169f69dfd9b6de63ed0e9
parentf303732377c833052b0011a5b02c0ebb30e8565b (diff)
downloadaur-afc4749a3b95d4bb97727342abd96db22b5de8c7.tar.gz
Change url and update version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 739bbfc6ad84..5fa0d76442c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = micro-git
pkgdesc = A modern and intuitive terminal-based text editor
- pkgver = nightly.r91.g00205aa6
+ pkgver = v2.0.8.r39.gba98b558
pkgrel = 1
- url = https://github.com/zyedidia/micro
+ url = https://micro-editor.github.io/
arch = x86_64
arch = i686
arch = armv6h
diff --git a/PKGBUILD b/PKGBUILD
index 36f18684e85b..cdaa24c38e4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
# Contributor: Andrew Kluger <evilgnome@gmail.com>
pkgname=micro-git
-pkgver=nightly.r91.g00205aa6
+pkgver=v2.0.8.r39.gba98b558
pkgrel=1
pkgdesc="A modern and intuitive terminal-based text editor"
arch=('x86_64' 'i686' 'armv6h' 'armv7h' 'aarch64')
-url="https://github.com/zyedidia/micro"
+url="https://micro-editor.github.io/"
license=('MIT')
makedepends=('go' 'git')
optdepends=('xclip: Required for copying/pasting text')