summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2020-01-28 18:07:18 -0700
committeryochananmarqos2020-01-28 18:07:18 -0700
commit6afc4d65945bb7da4e89b7af309a8764805aa091 (patch)
treed04bf62897397b361728eaa9be99c7c4f937f550
parent600753dfef8adc1c220abeac61a93ab9e5ea4f6f (diff)
downloadaur-6afc4d65945bb7da4e89b7af309a8764805aa091.tar.gz
add git to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3812b7f26d0..67d0d4514075 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = tempus-themes-vim-git
pkgdesc = Tempus Themes for Vim
- pkgver = r36.60c8b5e
+ pkgver = r38.aac5645
pkgrel = 1
url = https://protesilaos.com/tempus-themes
arch = any
license = GPL3
+ makedepends = git
depends = vim
provides = tempus-themes-vim
conflicts = tempus-themes-vim
diff --git a/PKGBUILD b/PKGBUILD
index 6f7a2790e8cd..44739d006b8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
-# Maintainer: Mark Wagie <yochanan dot marqos at gmail dot com>
+# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
# Contributor: Protesilaos Stavrou <info at protesilaos dot com>
pkgname=tempus-themes-vim-git
-pkgver=r36.60c8b5e
+pkgver=r38.aac5645
pkgrel=1
pkgdesc="Tempus Themes for Vim"
arch=('any')
url="https://protesilaos.com/tempus-themes"
license=('GPL3')
depends=('vim')
+makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("git+https://gitlab.com/protesilaos/${pkgname%-git}.git")