summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f260b23c528..0152ce8c3adf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = gruvbox-material-git
- pkgdesc = Gruvbox with Material Palette
- pkgver = v0.3.3.r12.g57e2167
+ pkgdesc = gruvbox-material theme for vim
+ pkgver = v1.0.1.r4.gd680676
pkgrel = 1
- url = https://github.com/sainnhe/gruvbox-material
+ url = https://github.com/gruvbox-material/vim
arch = any
license = MIT
- license = Anti-996
makedepends = git
depends = vim
optdepends = vim-airline-git
optdepends = vim-lightline-git
- source = git+https://github.com/sainnhe/gruvbox-material.git
+ source = git+https://github.com/gruvbox-material/vim.git
md5sums = SKIP
pkgname = gruvbox-material-git
diff --git a/PKGBUILD b/PKGBUILD
index 0355adaf8a65..ed7ccc4d199a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Sainnhe Park <sainnhe@gmail.com>
pkgname=gruvbox-material-git
-pkgdesc="Gruvbox with Material Palette"
+pkgdesc="gruvbox-material theme for vim"
pkgrel=1
-pkgver=v0.3.3.r12.g57e2167
+pkgver=v1.0.1.r4.gd680676
arch=('any')
-url="https://github.com/sainnhe/gruvbox-material"
-license=('MIT' 'Anti-996')
+url="https://github.com/gruvbox-material/vim"
+license=('MIT')
md5sums=('SKIP')
makedepends=('git')
depends=('vim')
optdepends=('vim-airline-git' 'vim-lightline-git')
-_pkgname=gruvbox-material
-source=("git+https://github.com/sainnhe/gruvbox-material.git")
+_pkgname=vim
+source=("git+https://github.com/gruvbox-material/vim.git")
pkgver() {
cd "$srcdir/$_pkgname"