summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02299d77ef88..308c29c49379 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tmux-solarized16
pkgdesc = Solarized in 16 colors for tmux
- pkgver = 20131028
+ pkgver = 20190714
pkgrel = 1
url = https://github.com/seebi/tmux-colors-solarized
arch = any
license = MIT
depends = tmux
conflicts = tmux-solarized-git
- source = git+https://github.com/seebi/tmux-colors-solarized#commit=8d9edb6
+ source = git+https://github.com/seebi/tmux-colors-solarized#commit=e5e7b4f
md5sums = SKIP
pkgname = tmux-solarized16
diff --git a/PKGBUILD b/PKGBUILD
index d8d1eff13972..4978c9f36fde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vinson Chuong <vinsonchuong@gmail.com>
pkgname="tmux-solarized16"
-pkgver="20131028"
+pkgver="20190714"
pkgrel="1"
pkgdesc="Solarized in 16 colors for tmux"
arch=("any")
@@ -8,7 +8,7 @@ url="https://github.com/seebi/tmux-colors-solarized"
license=("MIT")
depends=("tmux")
conflicts=("tmux-solarized-git")
-source=("git+$url#commit=8d9edb6")
+source=("git+$url#commit=e5e7b4f")
md5sums=('SKIP')
build ()
{