summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')