summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormar77i2018-04-04 15:39:30 +0200
committermar77i2018-04-04 15:39:30 +0200
commit1811b8b7cd0b82412b1c3b7c93ab9a7dbc3e4d1b (patch)
tree028ad2b15f5ffaada425c0808266cd6e6353ba88
parent2f9a45257a3fdbc02249d948418f9eca8a0d1eba (diff)
downloadaur-1811b8b7cd0b82412b1c3b7c93ab9a7dbc3e4d1b.tar.gz
add git as makedepend, bump to 1.4.1
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c8089d0f00e..cf34f1cfc4df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = micro
pkgdesc = A modern and intuitive terminal-based text editor
- pkgver = 1.4.0
+ pkgver = 1.4.1
pkgrel = 1
url = https://github.com/zyedidia/micro
arch = x86_64
arch = i686
license = MIT
+ makedepends = git
makedepends = go
optdepends = xclip: Required for copying/pasting text
conflicts = micro-git
diff --git a/PKGBUILD b/PKGBUILD
index 0eadbe28f16c..e74f7be443c3 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.4.0
+pkgver=1.4.1
pkgrel=1
pkgdesc="A modern and intuitive terminal-based text editor"
arch=('x86_64' 'i686')
url="https://github.com/zyedidia/micro"
license=('MIT')
-makedepends=("go")
+makedepends=("git" "go")
optdepends=('xclip: Required for copying/pasting text')
conflicts=("micro-git")
_giturl=github.com/zyedidia/micro