summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsum012018-01-20 19:05:17 -0500
committersum012018-01-20 19:05:17 -0500
commit3ce1cfca3f299f667271a992be4c4cb30f9fd98b (patch)
tree0323a14b9fa33bfa4230ec79f577e9f40b059ebd
parent068fa8314ba0a2d8a318af7e93667ced3396b43a (diff)
downloadaur-3ce1cfca3f299f667271a992be4c4cb30f9fd98b.tar.gz
Add missing makedeps, bump ver
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 967bff3714f1..8801680eefe5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = micro-nightly-bin
pkgdesc = A modern and intuitive terminal-based text editor
- pkgver = 1.3.5.78
+ pkgver = 1.3.5.81
pkgrel = 1
url = https://github.com/zyedidia/micro
arch = x86_64
@@ -9,6 +9,9 @@ pkgbase = micro-nightly-bin
makedepends = grep
makedepends = sed
makedepends = curl
+ makedepends = wget
+ makedepends = tar
+ makedepends = coreutils
depends = glibc
optdepends = xclip: for copying to and from the terminal
provides = micro
diff --git a/PKGBUILD b/PKGBUILD
index f49ab9792731..c8729ca8ba22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# Previous Maintainer: Atnanasis <ys2000pro@gmail.com>
# Contributor: Youngbin Han <sukso96100@gmail.com>
pkgname=micro-nightly-bin
-pkgver=1.3.5.78
+pkgver=1.3.5.81
pkgrel=1
pkgdesc="A modern and intuitive terminal-based text editor"
arch=('x86_64' 'i686')
url="https://github.com/zyedidia/micro"
license=('MIT')
depends=('glibc')
-makedepends=('grep' 'sed' 'curl')
+makedepends=('grep' 'sed' 'curl' 'wget' 'tar' 'coreutils')
optdepends=('xclip: for copying to and from the terminal')
conflicts=('micro')
provides=('micro')