summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsukso961002016-09-03 15:10:54 +0900
committersukso961002016-09-03 15:10:54 +0900
commitac81b378bf2908b31fb2f896995febc02b6d9735 (patch)
treef18f1cb65bd76222d522a0eba13c69b3964a04f3
parent8ee3ce5e3fd5decbe02f63024e6a8b4a10f23428 (diff)
downloadaur-ac81b378bf2908b31fb2f896995febc02b6d9735.tar.gz
update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e79d72935884..592035b5434d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Aug 31 08:34:10 UTC 2016
+# Sat Sep 3 06:10:49 UTC 2016
pkgbase = micro
pkgdesc = A modern and intuitive terminal-based text editor
pkgver = 1.0.1
@@ -8,7 +8,7 @@ pkgbase = micro
arch = x86_64
arch = i686
license = MIT
- optdepends = xclip
+ depends = xclip
conflicts = micro-git
source_x86_64 = https://github.com/zyedidia/micro/releases/download/v1.0.1/micro-1.0.1-linux64.tar.gz
sha256sums_x86_64 = 1d59797bfb47306b9068e5aec6d1e1c3c8b3e974a05029f4386dd3c6b519a765
diff --git a/PKGBUILD b/PKGBUILD
index 1377a1f69467..c8af5ca84ffe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A modern and intuitive terminal-based text editor"
arch=('x86_64' 'i686')
url="https://github.com/zyedidia/micro"
license=('MIT')
-optdepends=(xclip)
+depends=(xclip)
conflicts=("micro-git")
source_x86_64=("https://github.com/zyedidia/micro/releases/download/v${pkgver}/micro-${pkgver}-linux64.tar.gz")