summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainnhepark2020-02-27 20:32:59 +0800
committerSainnhepark2020-02-27 20:32:59 +0800
commit21846d43cabf958b733c5c6771fb0181169ab4f9 (patch)
tree439c5b402d02e05c03d3ddafab773e0edd088331
parentb4e761e68237710f54d539571ee60bf752f1001a (diff)
downloadaur-vim-lightline-forest-night-git.tar.gz
update urls
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf9b6e7e5953..466f1e29007e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = vim-lightline-forest-night-git
pkgdesc = forest-night color scheme for vim-lightline
- pkgver = v0.2.r16.g5ae9029
+ pkgver = v0.1.0.r7.g5d964ff
pkgrel = 1
- url = https://github.com/sainnhe/vim-color-forest-night
+ url = https://github.com/sainnhe/forest-night
arch = any
license = MIT
- license = Anti-996
makedepends = git
depends = vim
optdepends = vim-colorscheme-forest-night-git
optdepends = vim-lightline-git
- source = git+https://github.com/sainnhe/vim-color-forest-night.git
+ source = git+https://github.com/sainnhe/forest-night.git
md5sums = SKIP
pkgname = vim-lightline-forest-night-git
diff --git a/PKGBUILD b/PKGBUILD
index d07540592c40..014a244d18d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Sainnhe Park <sainnhe@gmail.com>
pkgname=vim-lightline-forest-night-git
-pkgver=v0.2.r16.g5ae9029
+pkgver=v0.1.0.r7.g5d964ff
pkgrel=1
pkgdesc="forest-night color scheme for vim-lightline"
arch=('any')
-url="https://github.com/sainnhe/vim-color-forest-night"
-license=('MIT' 'Anti-996')
+url="https://github.com/sainnhe/forest-night"
+license=('MIT')
depends=('vim')
optdepends=('vim-colorscheme-forest-night-git' 'vim-lightline-git')
makedepends=('git')
-source=("git+https://github.com/sainnhe/vim-color-forest-night.git")
+source=("git+https://github.com/sainnhe/forest-night.git")
md5sums=('SKIP')
-_pkgname=vim-color-forest-night
+_pkgname=forest-night
pkgver() {
cd "$srcdir/$_pkgname"