diff options
author | Eli Schwartz | 2018-09-02 20:24:21 -0400 |
---|---|---|
committer | Eli Schwartz | 2018-09-02 20:24:21 -0400 |
commit | d985b80352c373253f954c69b2512ccfd30db197 (patch) | |
tree | cf4a1e1b5459c5be448bcfd12263b32039937d43 | |
parent | e85ba19308545c71209cf9ee80b8acb077f9f14e (diff) | |
download | aur-vim-eunuch.tar.gz |
upgpkg: vim-eunuch 1.2-1
upstream release
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,14 +1,14 @@ pkgbase = vim-eunuch pkgdesc = Vim sugar for the UNIX shell commands that need it the most, by tpope - pkgver = 1.1 - pkgrel = 3 + pkgver = 1.2 + pkgrel = 1 url = https://github.com/tpope/vim-eunuch arch = any groups = vim-plugins license = custom:vim depends = vim - source = vim-eunuch-1.1.tar.gz::https://github.com/tpope/vim-eunuch/archive/v1.1.tar.gz - sha256sums = e452ddd541ef10e5fa9af48e36b181df6d95e5fe96fcea56cf41b20f99db8532 + source = vim-eunuch-1.2.tar.gz::https://github.com/tpope/vim-eunuch/archive/v1.2.tar.gz + sha256sums = c226391abb0753c2cadb04667466d33a6433ccd85fd3000bf76422d70980f806 pkgname = vim-eunuch @@ -3,8 +3,8 @@ # All my PKGBUILDs are managed at https://github.com/eli-schwartz/pkgbuilds pkgname=vim-eunuch -pkgver=1.1 -pkgrel=3 +pkgver=1.2 +pkgrel=1 pkgdesc="Vim sugar for the UNIX shell commands that need it the most, by tpope" arch=('any') url="https://github.com/tpope/${pkgname}" @@ -12,7 +12,7 @@ license=('custom:vim') groups=('vim-plugins') depends=('vim') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") -sha256sums=('e452ddd541ef10e5fa9af48e36b181df6d95e5fe96fcea56cf41b20f99db8532') +sha256sums=('c226391abb0753c2cadb04667466d33a6433ccd85fd3000bf76422d70980f806') package() { cd "${srcdir}/${pkgname}-${pkgver}" |