summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrigorii Horos2015-08-06 14:52:09 +0300
committerGrigorii Horos2015-08-06 14:52:09 +0300
commit94293e495d0e3f169bbee9540993e81a081a04dc (patch)
tree8ed6f89d38f40c9b696203608b9dfd2a5713475c
parent64f52afcc3c4b9e55d0daec15ca43cb95e961a27 (diff)
downloadaur-94293e495d0e3f169bbee9540993e81a081a04dc.tar.gz
Fixes
-rw-r--r--.SRCINFO6
l---------[-rw-r--r--]PKGBUILD23
l---------[-rw-r--r--]zpm.install4
3 files changed, 5 insertions, 28 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e3cbabec240..7e4a569b0a87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zpm
pkgdesc = ZPM ( Zsh plugin manager ) is an yet another plugin manager for zsh similar to vim-plug
- pkgver = 20150806
+ pkgver = 20150807
pkgrel = 1
url = https://github.com/horosgrisa/zpm
install = zpm.install
@@ -9,8 +9,8 @@ pkgbase = zpm
makedepends = git
depends = zsh
options = !strip
- source = zpm-20150806.tar.gz::https://github.com/horosgrisa/zpm/archive/0a2c31d11c53ea65e503f31e78604551aa26ecd7.tar.gz
- sha256sums = e7e1da3313a84d57a48986c8498fc45431c0b025fb177ac2726d4c728bda3289
+ source = zpm-20150807.tar.gz::https://github.com/horosgrisa/zpm/archive/13250174e70e2c27f5bb6dfbe0fe61b389248da3.tar.gz
+ sha256sums = 7e38963c251c1249d98430269df382bbf045bbddd4257b7d0ff970f1770586bd
pkgname = zpm
diff --git a/PKGBUILD b/PKGBUILD
index c6c5af2533da..13e62d98bf9c 100644..120000
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1 @@
-# Maintainer: Grigorii Horos <horosgrisa@gmail.com>
-
-_git=0a2c31d11c53ea65e503f31e78604551aa26ecd7 # lastest commit 20150806
-pkgname=zpm
-pkgver=20150806
-pkgrel=1
-pkgdesc="ZPM ( Zsh plugin manager ) is an yet another plugin manager for zsh similar to vim-plug"
-arch=('any')
-url="https://github.com/horosgrisa/${pkgname}"
-license=('LGPL3')
-depends=('zsh')
-makedepends=('git')
-install='zpm.install'
-options=('!strip')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${_git}.tar.gz")
-sha256sums=('e7e1da3313a84d57a48986c8498fc45431c0b025fb177ac2726d4c728bda3289')
-
-package() {
- install -d ${pkgdir}/usr/share/zpm
- cp -r ${srcdir}/${pkgname}-${_git}/{plugins,zpm.zsh,zshrc-example} ${pkgdir}/usr/share/zpm
- install -D -m644 ${srcdir}/${pkgname}-${_git}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-} \ No newline at end of file
+/home/grisa/.zpm/arch/PKGBUILD \ No newline at end of file
diff --git a/zpm.install b/zpm.install
index af2f85ec5e89..f2c29203c3cc 100644..120000
--- a/zpm.install
+++ b/zpm.install
@@ -1,3 +1 @@
-post_install () {
- echo "You have to execute 'cp /usr/share/zpm/zshrc-example ~/.zshrc' to use it."
-} \ No newline at end of file
+/home/grisa/.zpm/arch/zpm.install \ No newline at end of file