summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander2020-01-07 18:37:56 +0100
committerAlexander2020-01-07 18:37:56 +0100
commit09dc46f1ce0e02653cf57b3db11baf68057e1704 (patch)
tree9a994f53cfd1deedbd61793830a55177f1995863
parent66064113a984d962b20f2698f9d0d01686864ddb (diff)
downloadaur-09dc46f1ce0e02653cf57b3db11baf68057e1704.tar.gz
added cmake to dependencies
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d96af695be6..7bc8df9baaee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Alexander Rundberg <alexanderrundberg [at] fastmail [dot] jp>
pkgname=pretty-git-prompt
pkgver=0.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="Pretty git status for your shell prompt"
arch=('any')
url="https://github.com/TomasTomecek/pretty-git-prompt"
license=('MIT')
depends=('git')
-makedepends=('rust')
+makedepends=('rust' 'cmake')
source=("https://github.com/TomasTomecek/pretty-git-prompt/archive/$pkgver.tar.gz")
md5sums=('de78492d10f69c9946ecec184ea00398')