summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornycko1232017-12-04 19:06:55 +0100
committernycko1232017-12-04 19:06:55 +0100
commit88b934cab94da11fdf94f4268a14455152095b10 (patch)
treee9a320504c212e4fb0978548de184ee6c4666157
parent3473ea83631651c9e78fe6021708ce880274a048 (diff)
downloadaur-88b934cab94da11fdf94f4268a14455152095b10.tar.gz
Changing package base from micro to micro-bin.
- Thanks to Youngbin Han <sukso96100 at gmail> for his over 1,5y work on maintaining and to all contributors. modified: .SRCINFO modified: PKGBUILD
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD28
2 files changed, 17 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index caef070aeaba..73468451421d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,9 @@
-# Generated by mksrcinfo v8
-# Sun Oct 15 03:17:11 UTC 2017
pkgbase = micro
- pkgdesc = A modern and intuitive terminal-based text editor
+ pkgdesc = This package is deprecated. Please use micro-bin instead.
pkgver = 1.3.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/zyedidia/micro
- arch = x86_64
- arch = i686
license = MIT
- optdepends = xclip: Required for copying/pasting text
- conflicts = micro-git
- source_x86_64 = https://github.com/zyedidia/micro/releases/download/v1.3.3/micro-1.3.3-linux64.tar.gz
- sha256sums_x86_64 = 329f746e4ee9edf244618dda4208b638fda34c593d5cd96d8f71dc3b53e3d994
- source_i686 = https://github.com/zyedidia/micro/releases/download/v1.3.3/micro-1.3.3-linux32.tar.gz
- sha256sums_i686 = 7600666ae08a878c40efa2448fce03a042a18132a2a7f27e134502d36065193d
pkgname = micro
diff --git a/PKGBUILD b/PKGBUILD
index 207b8675d266..d95506d9b3a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,21 +3,23 @@
# Contributor: nycko <email address unknown>
pkgname=micro
pkgver=1.3.3
-pkgrel=1
-pkgdesc="A modern and intuitive terminal-based text editor"
-arch=('x86_64' 'i686')
+pkgrel=2
+pkgdesc="This package is deprecated. Please use micro-bin instead."
+#arch=('')
url="https://github.com/zyedidia/micro"
license=('MIT')
-optdepends=('xclip: Required for copying/pasting text')
-conflicts=("micro-git")
+#optdepends=('xclip: Required for copying/pasting text')
+#conflicts=("micro-git")
-source_x86_64=("https://github.com/zyedidia/micro/releases/download/v${pkgver}/micro-${pkgver}-linux64.tar.gz")
-source_i686=("https://github.com/zyedidia/micro/releases/download/v${pkgver}/micro-${pkgver}-linux32.tar.gz")
+#source_x86_64=("https://github.com/zyedidia/micro/releases/download/v${pkgver}/micro-${pkgver}-linux64.tar.gz")
+#source_i686=("https://github.com/zyedidia/micro/releases/download/v${pkgver}/micro-${pkgver}-linux32.tar.gz")
-sha256sums_x86_64=('329f746e4ee9edf244618dda4208b638fda34c593d5cd96d8f71dc3b53e3d994')
-sha256sums_i686=('7600666ae08a878c40efa2448fce03a042a18132a2a7f27e134502d36065193d')
+#sha256sums_x86_64=('329f746e4ee9edf244618dda4208b638fda34c593d5cd96d8f71dc3b53e3d994')
+#sha256sums_i686=('7600666ae08a878c40efa2448fce03a042a18132a2a7f27e134502d36065193d')
-package(){
- install -Dm755 "${srcdir}/${pkgname}-${pkgver}/micro" "${pkgdir}/usr/bin/micro"
- install -Dm644 "${srcdir}/${pkgname}-${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-}
+#package(){
+ #install -Dm755 "${srcdir}/${pkgname}-${pkgver}/micro" "${pkgdir}/usr/bin/micro"
+ #install -Dm644 "${srcdir}/${pkgname}-${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+ #echo "This package is deprecated. Please use micro-bin instead"
+#}
+echo "This package is deprecated. Please use micro-bin instead"