summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEli Schwartz2016-10-30 21:03:20 -0400
committerEli Schwartz2016-10-30 21:03:20 -0400
commit97a1b938f4f38313ad4d908781cf873757bdee10 (patch)
treecd941e16e45f4dddbf441dc0286733c06ac8ebab /PKGBUILD
parentfe4c80d1298141b9045c8651f8697447587d7a10 (diff)
downloadaur-97a1b938f4f38313ad4d908781cf873757bdee10.tar.gz
upgpkg: vim-eunuch 1.1-3
deprecate vimdoc install file; hook in vim-runtime give source a unique name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8bfccf725494..4f8f7da005ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer: Eli Schwartz <eschwartz93@gmail.com>
+# All my PKGBUILDs are managed at https://github.com/eli-schwartz/pkgbuilds
+
pkgname=vim-eunuch
pkgver=1.1
-pkgrel=2
+pkgrel=3
pkgdesc="Vim sugar for the UNIX shell commands that need it the most, by tpope"
arch=('any')
url="https://github.com/tpope/${pkgname}"
license=('custom:vim')
groups=('vim-plugins')
depends=('vim')
-install=vimdoc.install
-source=("${url}/archive/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
sha256sums=('e452ddd541ef10e5fa9af48e36b181df6d95e5fe96fcea56cf41b20f99db8532')
package() {