summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b739eb77b560..e006d01d0738 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 638434fc0b7a..31ab94312f45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"