summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainnhepark2020-02-27 17:50:30 +0800
committerSainnhepark2020-02-27 17:50:30 +0800
commitfebdcc2501de8cccd729f92a8547ee51a7b2b7c3 (patch)
treef887ab11b86919ea7703b8b9153bb191c3c54b2d
parentb7fec230056a3364548da893bb39150add24f2e8 (diff)
downloadaur-febdcc2501de8cccd729f92a8547ee51a7b2b7c3.tar.gz
update urls
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0152ce8c3adf..535ad91e1680 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = gruvbox-material-git
pkgdesc = gruvbox-material theme for vim
- pkgver = v1.0.1.r4.gd680676
+ pkgver = v1.0.1.r23.g3287311
pkgrel = 1
- url = https://github.com/gruvbox-material/vim
+ url = https://github.com/sainnhe/gruvbox-material
arch = any
license = MIT
makedepends = git
depends = vim
optdepends = vim-airline-git
optdepends = vim-lightline-git
- source = git+https://github.com/gruvbox-material/vim.git
+ source = git+https://github.com/sainnhe/gruvbox-material.git
md5sums = SKIP
pkgname = gruvbox-material-git
diff --git a/PKGBUILD b/PKGBUILD
index ed7ccc4d199a..41510db8a90c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=gruvbox-material-git
pkgdesc="gruvbox-material theme for vim"
pkgrel=1
-pkgver=v1.0.1.r4.gd680676
+pkgver=v1.0.1.r23.g3287311
arch=('any')
-url="https://github.com/gruvbox-material/vim"
+url="https://github.com/sainnhe/gruvbox-material"
license=('MIT')
md5sums=('SKIP')
makedepends=('git')
depends=('vim')
optdepends=('vim-airline-git' 'vim-lightline-git')
-_pkgname=vim
-source=("git+https://github.com/gruvbox-material/vim.git")
+_pkgname=gruvbox-material
+source=("git+https://github.com/sainnhe/gruvbox-material.git")
pkgver() {
cd "$srcdir/$_pkgname"