diff options
author | Alexander | 2020-01-07 18:37:56 +0100 |
---|---|---|
committer | Alexander | 2020-01-07 18:37:56 +0100 |
commit | 09dc46f1ce0e02653cf57b3db11baf68057e1704 (patch) | |
tree | 9a994f53cfd1deedbd61793830a55177f1995863 /PKGBUILD | |
parent | 66064113a984d962b20f2698f9d0d01686864ddb (diff) | |
download | aur-09dc46f1ce0e02653cf57b3db11baf68057e1704.tar.gz |
added cmake to dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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') |