summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf0b9a580c4c..a5e5e4e5ccaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = vim-colors-brogrammer-git
pkgdesc = A dark, colorful syntax highlighting theme for vim.
- pkgver = 20190529
+ pkgver = r2.f6d0403
pkgrel = 1
- url = https://github.com/ErikBoesen/vim-brogrammer-theme
+ url = https://github.com/marciomazza/vim-brogrammer-theme
arch = any
license = unknown
makedepends = git
depends = vim
- source = vim-colors-brogrammer-git::git://github.com/ErikBoesen/vim-brogrammer-theme.git
+ source = vim-colors-brogrammer-git::git+https://github.com/marciomazza/vim-brogrammer-theme.git
sha256sums = SKIP
pkgname = vim-colors-brogrammer-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 1dde72923832..f52b7928b7f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Hezekiah Michael < spiritomb at protonmail dot com>
pkgname=vim-colors-brogrammer-git
-pkgver=20190529
+pkgver=r2.f6d0403
pkgrel=1
pkgdesc="A dark, colorful syntax highlighting theme for vim."
arch=('any')
-url="https://github.com/ErikBoesen/vim-brogrammer-theme"
+url="https://github.com/marciomazza/vim-brogrammer-theme"
license=('unknown')
makedepends=('git')
depends=('vim')
-source=("$pkgname::git://github.com/ErikBoesen/vim-brogrammer-theme.git")
+source=("$pkgname::git+https://github.com/marciomazza/vim-brogrammer-theme.git")
sha256sums=('SKIP')
pkgver() {
- date +%Y%m%d
+ printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
package() {