summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Hillenbrand2021-09-03 11:11:39 -0700
committerJoe Hillenbrand2021-09-03 11:11:39 -0700
commitf247b3230e38084ff8d1b94a168a1976ef53f15e (patch)
treedc5f5e42f982426ba3dbf6a12f1ba642eccb2660
parentdf8ade6d0c9b59d117cd4bfbed2f3512e37fb995 (diff)
downloadaur-f247b3230e38084ff8d1b94a168a1976ef53f15e.tar.gz
add paru to optdepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 737f3c9adb31..ec6b15bd4650 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = paruz
license = UNLICENSE
depends = bash
depends = fzf
+ optdepends = paru: for AUR support
source = paruz-1.1.0.tar.gz::https://github.com/joehillen/paruz/archive/refs/tags/1.1.0.tar.gz
sha256sums = e1806f446e8d88df2c648ac3502d6842c837588b42a38fb652d576def7bc56c6
diff --git a/PKGBUILD b/PKGBUILD
index 7bd11d655b38..d1d20b290df1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=("any")
url="https://github.com/joehillen/paruz"
license=("UNLICENSE")
depends=("bash" "fzf")
+optdepends=("paru: for AUR support")
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
sha256sums=('e1806f446e8d88df2c648ac3502d6842c837588b42a38fb652d576def7bc56c6')