summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormar77i2018-02-23 16:59:30 +0100
committermar77i2018-02-23 16:59:30 +0100
commit90bba49c90d747e3fd2b6a80d1c22b6f9d1b1de1 (patch)
treeca5fe741256503ddf21b9418b76372b7999ba5e9
parent714f289429a317ee2266abc3559604f7c0652b9b (diff)
downloadaur-90bba49c90d747e3fd2b6a80d1c22b6f9d1b1de1.tar.gz
update package version, make go makedepends
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e319127df32..0eadbe28f16c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: blainester <theblainestory@gmail.com>
# Contributor: mar77i <mar77i at protonmail dot ch>
pkgname=micro
-pkgver=1.3.3
-pkgrel=5
+pkgver=1.4.0
+pkgrel=1
pkgdesc="A modern and intuitive terminal-based text editor"
arch=('x86_64' 'i686')
url="https://github.com/zyedidia/micro"
license=('MIT')
-depends=("go")
+makedepends=("go")
optdepends=('xclip: Required for copying/pasting text')
conflicts=("micro-git")
_giturl=github.com/zyedidia/micro