diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2019-02-19 23:23:47 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2019-02-19 23:23:47 +0100 |
commit | fc18d3a89cd48c50f792cd60bdfca10530d0c2e3 (patch) | |
tree | c8b0e69d8736c7e9c45436b9c01b043832d73d4b | |
parent | ac8ffee6f886e9b74b62049444c994d13c0b7939 (diff) | |
download | abslibre-fc18d3a89cd48c50f792cd60bdfca10530d0c2e3.tar.gz abslibre-fc18d3a89cd48c50f792cd60bdfca10530d0c2e3.tar.bz2 abslibre-fc18d3a89cd48c50f792cd60bdfca10530d0c2e3.zip |
pcr/vim-colorschemes: updated to 20140623
-rw-r--r-- | pcr/vim-colorschemes/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/pcr/vim-colorschemes/PKGBUILD b/pcr/vim-colorschemes/PKGBUILD index 1ed3cc251..0bde09283 100644 --- a/pcr/vim-colorschemes/PKGBUILD +++ b/pcr/vim-colorschemes/PKGBUILD @@ -1,12 +1,12 @@ +# Maintainer (AUR): jsteel <mail at jsteel dot org> +# Contributor (AUR): nblock <nblock [/at\] archlinux DOT us> +# Contributor (AUR): William Díaz <wdiaz [at] archlinux [dot] us> +# Contributor (AUR): Wolfgang Frisch <xororand@frexx.de> +# Contributor (AUR): Leandro Inacio <carvalho.inacio@gmail.com> # Maintainer : Aurelien Desbrieres <aurelien@hackers.camp> -# Contributor: jsteel <mail at jsteel dot org> -# Contributor: nblock <nblock [/at\] archlinux DOT us> -# Contributor: William Díaz <wdiaz [at] archlinux [dot] us> -# Contributor: Wolfgang Frisch <xororand@frexx.de> -# Contributor: Leandro Inacio <carvalho.inacio@gmail.com> pkgname=vim-colorschemes -pkgver=20130124 +pkgver=20140623 pkgrel=1 pkgdesc="A very large collection of color schemes from vim.org" url="http://packages.gentoo.org/package/app-vim/colorschemes" @@ -16,6 +16,7 @@ depends=('vim') license=('vim' 'GPL2' 'public-domain' 'as-is') groups=('vim-plugins') source=("http://dev.gentoo.org/~radhermit/vim/colorschemes-$pkgver.tar.bz2") +sha256sums=('9096b0843e2bffd0183fc8ce356994e24016fb046621d80b9efff068542c2f08') build() { cd "$srcdir"/colorschemes-$pkgver |