diff options
author | kleintux | 2022-06-02 21:01:39 +0200 |
---|---|---|
committer | kleintux | 2022-06-02 21:01:39 +0200 |
commit | 4c8b315eaba15a2a922bf9012151632e70755425 (patch) | |
tree | 7bedaf1912449861a93211504e6b9a3b2c376203 | |
parent | 99a92c8874bf9940a74ada8b77d3c13a1381e5ad (diff) | |
download | aur-4c8b315eaba15a2a922bf9012151632e70755425.tar.gz |
git added as makedependency
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -1,10 +1,11 @@ pkgbase = rofi-cmus-git pkgdesc = Rofi frontend for Cmus pkgver = r5.2269e2c - pkgrel = 1 + pkgrel = 2 url = https://github.com/vojdel/rofi-cmus.git arch = any license = unknown + makedepends = git depends = rofi depends = cmus provides = rofi-cmus @@ -3,12 +3,13 @@ _pkgname=rofi-cmus pkgname=${_pkgname}-git pkgver=r5.2269e2c -pkgrel=1 +pkgrel=2 pkgdesc="Rofi frontend for Cmus" arch=('any') url="https://github.com/vojdel/rofi-cmus.git" license=('unknown') depends=('rofi' 'cmus') +makedepends=('git') provides=(${_pkgname}) source=("${_pkgname}::git+https://github.com/vojdel/rofi-cmus.git") sha512sums=('SKIP') |