summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkleintux2022-06-02 21:01:39 +0200
committerkleintux2022-06-02 21:01:39 +0200
commit4c8b315eaba15a2a922bf9012151632e70755425 (patch)
tree7bedaf1912449861a93211504e6b9a3b2c376203
parent99a92c8874bf9940a74ada8b77d3c13a1381e5ad (diff)
downloadaur-4c8b315eaba15a2a922bf9012151632e70755425.tar.gz
git added as makedependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc288c183122..07374f0b83df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index c604e9d31e7f..be379f89f797 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')